Skip to content

Instantly share code, notes, and snippets.

@dillera
Last active January 13, 2019 15:59
Show Gist options
  • Save dillera/1d74e2a7e5fca7cac6679b24bb02469f to your computer and use it in GitHub Desktop.
Save dillera/1d74e2a7e5fca7cac6679b24bb02469f to your computer and use it in GitHub Desktop.
SGI IRIX Post-Install Command List
Set console password
Edit /etc/config/netif.options set if1name, if1addr
Add /etc/config/ifconfig-1.options netmask
Edit /etc/hosts host list
Replace /etc/sys_id system name
Run pwconv
Run password
Edit /etc/shadow * for accounts without passwords
Add /etc/init.d/network.local default route
Run chmod +x /etc/init.d/network.local
Run chkconfig routed off
Run chkconfig verbose on
Edit /etc/default/login CONSOLE, MANDPASS, UMASK, LOGFAILURES,
PATH, SUPATH, SYSLOG, SITECHECK
Edit /etc/default/su CONSOLE, SUPATH, PATH, SYSLOG
Run touch /var/adm/loginlog
Run chmod o-r /var/adm/loginlog
Run chkconfig acct on
Edit /var/X11/xdm/{xdm-config,Xsession*} Enable xauth
Add /etc/resolv.conf
Edit /etc/inetd.conf Logging options, tcpd, unused services,
wu-ftpd
Add /etc/config/portmap.options restrict access
Add /etc/ftpusers unauthorized users (from passwd file)
Run chkconfig timed off
Edit /etc/TIMEZONE EST5EDT
Run date [hhmm PDT]
Edit /etc/hosts.equiv add hosts
Run chmod 0600 /usr/bsd/rdist /usr/lib/sendmail
Run chmod -s /usr/etc/arp
Edit /etc/group add local groups
Add /etc/named.boot
Add /var/named/db.{127.0.0,cache}
Run chkconfig named on
Edit /etc/syslog.conf log to /var/adm/SYSLOG
Run chkconfig xdm off
Edit /etc/fstab local file systems and mount options
Run chkconfig snmpd off
Edit /etc/aliases local aliases
Edit /.cshrc filec, ls alias, path
Replace /.rhosts
Run chmod -w /.rhosts
Run chmod o-r /.rhosts
Run crontab get root crontab from /usr/local/adm
Run crontab get adm crontab from /usr/local/adm
Edit /usr/lib/X11/system.chestrc lock screen
Edit /etc/exports local file systems
Run exportfs -av
Run mkdir /local
Install tcp_wrappers
Run chmod o-rx /usr/bin/passwd /usr/share/catman/u_man/cat1/passwd.z
Run chmod -s /usr/sbin/osview /usr/etc/nfsstat /usr/etc/netstat
Add /etc/dumpdates
Run chown backups.backups /etc/dumpdate
Run backups
[touch rotated log files]
Run tripwire
Add /var/quotas
Run chkconfig quotas on
Run chkconfig quotacheck on
Run systune -i restricted_chown 1
[sendmail]
[/local software]
[/etc/skeykeys]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment