Linux Command Line Cheat Sheet
avatar

Linux Command Line Cheat Sheet

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 you can use ctrl+w then use the arrow keys or ctrl+w again to just switch to the next window.  Follow the source link for some more advanced things you can do with the windows.

Source: vim tips and tricks: multiple windows

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.

 

Source: DNF | Dandified Yum

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