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
Wicked Yoda's Piece of the Web
Just a place to share my knowledge.
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
Restore the old Context Menu in Windows 11 Right-click the Start button and choose Windows Terminal. Restore Modern Context menus in
Example: MAILTO=”your email@youremail.com” 0 */6 * * * root apt-get update && apt install upgrade -y && apt-get -y -d full-upgrade
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
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
I am pulling the repo locally; it’s public, so anyone can. git init git remote add origin https://github.com/wickedyoda/public-setupfiles git fetch
Copy To remove “rm -rf .git” sudo if needed To make executable… Copy Run Updates: ./public-setupfiles/updates/updates.sh
How to Use a Tailscale VPN for Remote Work and Travel Introduction Remote work has taken off since the COVID-19
Continue readingHow to Use a Tailscale VPN for Remote Work and Travel by The Wired Nomad