Mount & UnMount Windows Partitions In Linux using Shell Script [ How to ]

If you dual-boot Linux and Windows, you’re likely to mount the Windows partition every now and then. Although some of the new distributions provide the option of mounting Windows partitions at startup, you might still want to keep control to yourself. You can do this in 2 ways, Manually or by using a simple shell […]

Keyboard Trick to Auto Complete Commands in Linux Using TAB

Here is a keyboard trick you can do by using TAB in Linux. All the Unix commands and the contents of the current directory are known to BASH (the Bourne Again SHell ), so you don’t need to type all the characters of a command or path. Just type in the first few and hit […]

How To Customize the Windows Command Prompt

The typical grey-on-black theme can get boring. There are a few changes that can be made to the command prompt to look a little friendlier.You can even make transparent command prompt. The prompt itself can be customized, which by default displays C:\ or the path you’re currently on. They are as explained below : The […]