Bash, PowerShell, and SQL scripts for System Administration.
Change the hostname of a Linux system.
sudo chmod +x hostname.sh
sudo ./hostname.sh
Restore Bluetooth functionality in Kali Linux.
sudo chmod +x bluetooth.sh
sudo ./bluetooth.sh
Installs a node.js server used for running React web applications.
sudo chmod +x nodejs.sh
sudo ./nodejs.sh