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
Second Set of Server Setup Scripts
Ubuntu-wget https://raw.githubusercontent.com/wickedyoda/public-setupfiles/main/server_config/ubuntu/setup.sh Debian-wget https://raw.githubusercontent.com/wickedyoda/public-setupfiles/main/server_config/debian/debian-setup.sh
Server Setups and Auto Configs.
Ubuntu- wget https://raw.githubusercontent.com/wickedyoda/public-setupfiles/main/server_config/ubuntu/ubuntu-setup.sh chmod +x ./ubuntu-setup.sh Debian- wget https://raw.githubusercontent.com/wickedyoda/public-setupfiles/main/server_config/debian/debian-setup.sh chmod +x ./debian-setup.sh install docker on debian wget https://raw.githubusercontent.com/wickedyoda/public-setupfiles/main/server_config/debian/debian-docker-install.sh chmod +x