This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* adjust body when menu is open */ | |
body.slide-active { | |
overflow-x: hidden | |
} | |
/*first child of #page-content so it doesn't shift around*/ | |
.no-margin-top { | |
margin-top: 0px!important | |
} | |
/*wrap the entire page content but not nav inside this div if not a fixed top, don't add any top padding */ | |
#page-content { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
############################################################ | |
# locking down the ssh system next. | |
# see http://www.howtogeek.com/howto/linux/security-tip-disable-root-ssh-login-on-linux/ | |
useradd YOURNAME | |
passwd YOURNAME | |
############################################################ | |
# some good things in this repo | |
# @see http://fedoraproject.org/wiki/EPEL |