Terminal Tuts

Linux Netstat Command with examples
The Linux command Netstat (Network Statistics) is used to display the different information of the network. That includes network connections, routing...
How to play MP3 by command line in Linux
The Linux Terminal is one of the most powerful and reliable utilities one can get hands-on. You can use it to install packages and applications, execu...
Top 20 Linux Networking Commands
Networking is an essential part of an operating system. Most of the computers in the world connect through a network. This network can be a small and ...
Top 20 Rsync Examples in Linux
The Rsync (remote sync) command is a Linux/Unix utility used to synchronize and copy files and directories either locally or remotely. Most Linux geek...
How to append text to end of a file in Linux
Sometimes while working with text files, you just need to add new text at the end of the file without deleting its content. This operation is called a...
Top 20 Git Commands with Practical Examples
If you are here reading this post, there is a high probability that you have heard or interacted with Github, and you now want to learn Git. Before we...
7 echo command uses in Linux with examples
There are several commands of the GNU-Coreutils that practically make the Linux working environment what it is. Some that you might know are cp, mv, r...
Top 6 commands to check the memory usage on Linux
Do you find that your Linux installation has been running slowly lately? If you do, then you need to test which programs or processes are using the sy...