Category Archives: Linux

Fedora 15 Default Run-level
avatar

There were many changes made to Fedora 15, one of the ones that I keep running into is how to change the default run-level of your box.  I use Fedora as a server OS in many situations because it offers … Continue reading

Posted in Fedora | Tagged , , , | Leave a comment

Linux File Permissions
avatar

When you are first starting out using Linux, file permissions while being an easy concept to understand seem like they are very hard to setup.  Most of the time you will see a three digit number which “magically” will determine what the permissions are … Continue reading

Posted in Linux | Tagged , | Leave a comment

Mounting folders through SSH
avatar

One of the first rules of security is to not have any ports open which you do not need to have open.  That is also pretty common sense.  One problem you run into though is you still need to access … Continue reading

Posted in Arch, CentOS, Fedora, Guides, Linux | Tagged , , , , | Leave a comment

Setting a Lock-out Policy
avatar

Setting a lock out policy in CentOS or Fedora is very easy. edit /etc/pam.d/system-auth auth required pam_tally.so onerr=fail no_magic_root account required pam_tally.so deny=3 unlock_time=3600 no_magic_root reset onerr=fail if there is a problem opening the file for some reason fail login no_magic_root … Continue reading

Posted in CentOS, Fedora, Linux | Tagged , | Leave a comment

Configuring iptables
avatar

In Linux the most basic way of protecting you machine is with iptables.  Iptables is a firewall that comes preinstalled and configured on MOST Linux distros.  I say most because Arch does not preinstall it since that would conflict with their bare-bones … Continue reading

Posted in CentOS, Fedora, Linux | Tagged , , | Leave a comment