Skip to content

Instantly share code, notes, and snippets.

# Installing htop, vim and nginx
sudo apt install -y htop vim nginx
# Removing nginx
sudo apt remove -y nginx
# Making two folder at one go
mkdir hello one
# Navigating
cd hello
mkdir five
cd five
mkdir six
cd six
# Making txt file
touch c.txt
echo abc