mirror of
https://github.com/tommytran732/Linux-Setup-Scripts
synced 2024-11-09 11:41:33 -05:00
Add basic sysadmin tools
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
f2e7ec45dd
commit
0eae66deec
@ -38,6 +38,9 @@ sudo apt update -y
|
||||
sudo apt full-upgrade -y
|
||||
sudo apt autoremove -y
|
||||
|
||||
## Install basic sysadmin tools
|
||||
sudo apt install nano iputils-ping
|
||||
|
||||
# Make home directory private
|
||||
sudo chmod 700 /home/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user