Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 467 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 467 Bytes

System Administration

Bash, PowerShell, and SQL scripts for System Administration.

Hostname

Change the hostname of a Linux system.

sudo chmod +x hostname.sh  
sudo ./hostname.sh

Bluetooth

Restore Bluetooth functionality in Kali Linux.

sudo chmod +x bluetooth.sh  
sudo ./bluetooth.sh

node.js

Installs a node.js server used for running React web applications.

sudo chmod +x nodejs.sh  
sudo ./nodejs.sh