Category Archives: Linux

Directory Navigation Tips in Linux

Many of us just use cd, cd .., cd <dir> to navigate through the file system in Linux. Directory or file-system navigation can be simplified by using following commands – 1) Many times we are in some directory say /home/user/foo … Continue reading

Posted in bash, Linux | Tagged , , , , | 5 Comments

Reusing SSH connection

Very often, while working on a network node via SSH, we need multiple connections to the same node. For example, say you are connected to a node A, and then you need to transfer a file to the same node … Continue reading

Posted in Linux, SSH | Tagged , , , | 6 Comments

Download Files Larger Than The Download Limit

Yesterday I had to download a file of size 232 MB. As I connect to the Internet via proxy and the authorities have restricted the file size download limit to 150 MB, I had to find some alternative. Similar scenarios … Continue reading

Posted in curl, Linux, proxy | Tagged , , , | 20 Comments

Random Wallpapers in Gnome

There are many softwares in Windows(TM) which changes the wallpaper randomly from a given set of images. I was thinking of this for my Linux machine. I came up with a shell script. Though there can be many other ways. … Continue reading

Posted in GNOME, Linux | Tagged , , | 3 Comments

VLC: Command Line Interface

This post is for those who love to work out everything from the terminal. Ever wondered how to play media files (audio or video) from the terminal ?? Check out !! First a screenshot : In this post I assume … Continue reading

Posted in Linux, vlc | Tagged , | 7 Comments