Category: Blog
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
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.
Restore the old Context Menu in Windows 11
Restore the old Context Menu in Windows 11 Restore Modern Context menus in Windows 11 To undo this change, in
Additional Python Resources for SNHU Students
IT-140 can be challenging if you have never done scripting or worked with Python. Please view this video to see
Continue readingAdditional Python Resources for SNHU Students
Running Apt Updates with Python
Saving the file below as a .py file and then run using Python3. It will run the following:
Cron Updates
Example: MAILTO=”your email@youremail.com” 0 */6 * * * root apt-get update && apt install upgrade -y && apt-get -y -d full-upgrade
How to enable SNMP on Linux
Debian 1. Installation $ sudo apt-get update $ sudo apt-get install snmpd 2. Configuration With a text editor of your