Advanced Search
Search Results
132 total results found
Databricks
Samba Client CIFS
https://www.thomas-krenn.com/en/wiki/Mounting_a_Windows_Share_in_Linux sudo apt-get install cifs-utils mount -t cifs //192.168.1.100/freigabe /mnt -o user=testuser For permanent mount http://timlehr.com/auto-mount-samba-cifs-shares-via-fstab-on-linux/ .smb ...
LLM
For LLMs like ChatGPT, Claude, Gemini
Optical
tun enabled for lxc
/etc/pve/lxc/###.conf lxc.cgroup2.devices.allow: c 10:200 rwm lxc.hook.autodev: sh -c "modprobe tun; cd ${LXC_ROOTFS_MOUNT}/dev; mkdir net; mknod net/tun c 10 200; chmod 0666 net/tun"
Ramen
Prints Library
HowTo
things about camping
Debian Update Release Distro
update to the next distro stretch buster apt update && apt upgrade -y && sed -i 's/stretch/buster/g' /etc/apt/*.list && sed -i 's/stretch/buster/g' /etc/apt/sources.list.d/*.list apt update && apt upgrade -y && apt d...
Reviews
Bash Scripting Techniques
cat multiline cat <<EOF > /etc/apt/sources.list deb http://http.kali.org/kali kali-rolling main non-free contrib # deb-src http://http.kali.org/kali kali-rolling main non-free contrib EOF
EdgeRouter Conditional Forwarding Hostnames
Log in to CLI or SSH to Ubiquiti router configure set service dhcp-server hostfile-update enable commit exit This will now add names and IP of devices from your DHCP scope to the router's hosts file.