1
0
mirror of https://github.com/tommytran732/Linux-Setup-Scripts synced 2024-09-19 13:44:43 -04:00

Add basic sysadmin tools

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2024-05-04 17:14:19 -07:00
parent f2e7ec45dd
commit 0eae66deec
Signed by: Tomster
GPG Key ID: 555C902A34EC968F

View File

@ -38,6 +38,9 @@ sudo apt update -y
sudo apt full-upgrade -y sudo apt full-upgrade -y
sudo apt autoremove -y sudo apt autoremove -y
## Install basic sysadmin tools
sudo apt install nano iputils-ping
# Make home directory private # Make home directory private
sudo chmod 700 /home/* sudo chmod 700 /home/*