Two Most Useful Commands, If You Live On The Linux/MacOS Terminal

Do you use the linux/Mac OS X terminal a lot? If yes, you must have a few most useful commands. The commands that help you move around terminal fast and gives you the super power to look up your history real fast will be handy on every day use. Calling them as the “Most Useful… Continue reading Two Most Useful Commands, If You Live On The Linux/MacOS Terminal

Tips to Get Started with Screen, the Terminal Multiplexer

The more you feel comfortable with terminal, the higher the number of terminals that will be open. For sure you will many things to keep a tab, one for your email, one for the code, one for executing the code, and so on. And one might easily get annoyed, rightly so, recreating your multiple sessions… Continue reading Tips to Get Started with Screen, the Terminal Multiplexer

How to Download a File or Directory Using wget?

If you are spending too much time on a terminal, there is a good chance that you would like to download a file or a directory from the web, but without really using a browser. You can use the command line utility “wget” to download a file or a directory right from your terminal. The… Continue reading How to Download a File or Directory Using wget?

How to Find Largest Files in a Directory with ls command

One of the advantages in having bigger hard drives is that we hardly worry about the available space. However, there comes a time, you want to clean up unwanted files and want to free up space really quick. One way to do that is to find the largest files and remove them if they are… Continue reading How to Find Largest Files in a Directory with ls command