How To Quickly Transfer Files From One Linux System To Another Using netcat
Here’s how to quickly transfer files from one Linux system to another using netcat: 1. Issue the following command in terminal on the source Linux...
How To Quickly Switch Back To Previous Directory When Using Linux Terminal
One of the earlier posts described how to quickly switch to home directory when using Linux Terminal. What if one needs to go back to...
How To Quickly View Partition Utilization In Linux
Here’s how to quickly view partition utilization in Linux: Issue the following command at the terminal to quickly view partition utilization – df -h...
Quickly Find Out Contents Of Directories And Subdirectories Using Linux Terminal
Linux command line / Terminal offers a quick and simple way to do most things. Let’s say that if we want to view contents of...
How To Quickly Shred A File Using Linux Terminal
Here’s how to quickly shred a file using Linux terminal: 1. Issue the following command at the terminal – shred -uvzn <number of passes> <file...
How To Quickly Check Your Unread Gmail From Linux Mint / Ubuntu Terminal
Here’s how to quickly check your unread Gmail from Linux Mint / Ubuntu terminal: 1. Issue the following command at the terminal – sudo apt-get...