In this article, you can find some of the most used Ubuntu server commands.
If you need help with any of these commands, please post in the comments.
How to list all installed packages on Ubuntu?
If you are using Ubuntu 14.04 or above, you can use this command
apt list --installed
How to unzip a zip file on Ubuntu?
First, install unzip
apt-get install unzip
Then use this command
Continue reading “Ubuntu Commands FAQ”unzip file.zip -d destination_folder