Category Archives: Linux

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

How To Patch and Protect Linux Server Against the VENOM Vulnerability
avatar

http://www.cyberciti.biz/faq/cve-2015-3456-patch-venom-on-debian-ubuntu-fedora-centos-rhel-linux/

Posted in Linux | Leave a comment