From Our Blog
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
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
Syncing my public repo of scripts
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
Setting up Github Clone into a folder
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 by The Wired Nomad
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
Describe a decision you made in the past that helped you learn or grow.
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
Installing the drivers for virtual machines to interact with the hardware.
Run the following command on your virtual machine to install the necessary virtual drivers for VMware, Proxmox, and other hosts.
Continue readingInstalling the drivers for virtual machines to interact with the hardware.