Category Archives: Linux

Linux: Keep An Eye On Your System With Glances Monitor
avatar

    This is a simple to install script which will make monitoring you system in real-time very easy.   Source: Linux: Keep An Eye On Your System With Glances Monitor

Posted in Linux | Leave a comment

Linux Command Line Cheat Sheet
avatar

Posted in Linux | Leave a comment

Multiple windows in Vim
avatar

Using multiple windows in VIM can make things a lot easier and it really isn’t hard to do.  To split the screen just do the following command: :split <filename> :vsplit <filename> If you would like to switch between the windows … Continue reading

Posted in Linux | Leave a comment

DNF | Dandified Yum
avatar

Yum package manager is no more.  DNF is it’s replacement in Fedora 22.  DNF is a fork of yum so most of the commands are the same but they are just run in the background in a better way.   … Continue reading

Posted in Fedora | Leave a comment

2 Factor Authentication for SSH
avatar

If you are like me you used two factory authentication everywhere that you can.  This is a nice tutorial on how to added it to your ssh authentication. https://www.howtoforge.com/tutorial/secure-ssh-with-google-authenticator-on-centos-7/

Posted in Linux | Leave a comment