From Our Blog
Use these options if you want to mount a samba network share through /etc/fstab and Tailscale
Hi all, I just spent some time getting this to work the way I want to and I wanted to
Just trying my hand with the animals.
Mother wanted some pics of her cats, do you see cats?
Iptables block DNS outbound and mangle TTL Examples
Version used: iptables -t mangle -A PREROUTING -i eth0 -j TTL –ttl-set 64 iptables -t nat -I PREROUTING -i br-lan
Continue readingIptables block DNS outbound and mangle TTL Examples
Change Windows 11 Right Click Menu
Restore the old Context Menu in Windows 11 Right-click the Start button and choose Windows Terminal. Restore Modern Context menus in
CronUpdate Jobs
Example: MAILTO=”your email@youremail.com” 0 */6 * * * root apt-get update && apt install upgrade -y && apt-get -y -d full-upgrade