Daily Archives: July 8, 2009

HP-UX: How to decode SCSI errors in syslog.log

Original post blogged on b2evolution.

Posted in Uncategorized | Leave a comment

Solaris: To set up solaris mail relay sendmail

Set up solaris mail relay: sendmail 8.12.10+ # cd /usr/lib/mail/cf # cp subsidiary.mc myhost.mc # vi myhost.mc change DOMAIN(`solaris-generic’)dnl à DOMAIN(`solaris-antispam’)dnl remove any reference to DAEMON_OPTIONS add FEATURE(`access_db’)dnl before the MAILER lines. # /usr/ccs/bin/make myhost.cf # /etc/init.d/sendmail stop # cp … Continue reading

Posted in Uncategorized | Leave a comment

Vi Editor Basics refernce card

Moving around the file h cursor left i cursor right k cursor up j cursor down ^&B Beginning of line $ end of line ) Next sentance ( Previous sentance } Next Paragraph { Previous Paragraph :$ end of file … Continue reading

Posted in Uncategorized | Leave a comment