Using the pwd Command in Linux

The pwd command in Linux prints the complete path of the current working directory. PWD is short for Print Working Directory. It comes in handy to check the directory you are currently operating from. The command to change directories is cd. Basics of the pwd command Using pwd command is really easy. Type in the

Using the pwd Command in Linux Read More »

How to use nice Command in Linux?

This article talks about the nice command in Linux. In Linux, each process has a nice value granted to it. This value influences the scheduling of processes and thereby determining the amount of CPU to spent on each one of them. “The more the nice value, the less the supposed priority”. This ultimately means that

How to use nice Command in Linux? Read More »

How To Install Notepad++ in Linux?

This article covers the exact steps that you’d need to install notepad++ in Linux. Notepad++ is an open-source programming utility initially launched for Windows Operating System. The rise of popularity for this code editor brought its onset to other operating systems. Before installing Notepad++, there are certain things any Linux user should know: Wine –

How To Install Notepad++ in Linux? Read More »