To exit vi or vim without saving changes, press Esc a few times to enter Command mode, then type :q! and hit Enter. To exit vi or vim and commit your changes, press the Escape key to ensure you're in ...
The command line isn't required when using Linux. To truly maximize your Linux experience, you should still learn it. Some commands are more useful than others. Before we begin, I want to be clear: ...
There are a lot of ways on Linux to make repeating commands easier than retyping them, and here's a nice collection of them. Life on the command line on Linux is clearly something most of us enjoy, ...
Most Linux users know vim as a text editor that descended from vi. It can also function as a tool for encrypting text files. In this post, we examine how this is done and how to reverse the process.