The Sudoers File in Ubuntu

The sudoers file is used by Linux and Unix administrators in general in order to to allocate specific system rights to new and existing system users. This enables the system administrator to control what every (more…)

Continue Reading The Sudoers File in Ubuntu

Five best code editors for Linux

Updated on May 17th.
Coding is an essential part in the life of developers. Building good applications or web pages requires a good and reliable code editor or IDE. More and more developers are choosing Linux over other operating systems (more…)

Continue Reading Five best code editors for Linux

How to exit Vim editor

When you are using the VIM editor on Linux and you would like to exit, you just need to follow the tips below. First press the Esc key in order to access the Normal mode. Now to access the Command-line mode, you can just type in : . (more…)

Continue Reading How to exit Vim editor