[SLL] what do you do every time for new systems?

Rob Smith kormoc at gmail.com
Sun Mar 23 01:17:12 PDT 2008


On Sat, Mar 22, 2008 at 7:26 AM, Jeremy C. Reed <reed at reedmedia.net> wrote:
 > What do you do every time (or frequently) when you install or login to a
 >  new system (that you will continue to use as an admin)?

 Migrate to/install:
 syslog-ng
 vixie-cron
 sysstat
 slocate
 smartmontools
 sudo
 ntp
 ssh
 bash
 wget
 subversion
 rsync
 rsnapshot
 logrotate
 shorewall

 PAM
 -----
 configure pam_tally for login
 onerr=fail
 deny=3
 lock_time=1
 unlock_time=60
 even_deny_root_account

 SSH
 -----
 Key Only
 use PAM
 Disable tcp forwarding

 Setup my profile
 -------------------
 https://www.kormoc.com/stuff/bashrc

 Create a ssh key for root

 Check in the /etc, /var/log, and other important dirs into a svn server

 script auto checkin of /etc, /var/log, and other important dirs into
 the svn server nightly

 configure rsnapshot for backups

 That's the basic stuff I do. There's lots of scripting for monitoring
 and the like that I won't get into.


More information about the linux-list mailing list