Toronto Star – “Academics critical of skyrocketing pay for CEOs” by Madhavi Acharya-Tom Yew (Published On Monday January 03 2011)
The total average compensation for Canada’s 100 best-paid CEOs was $6.64 million in 2009, compared to the average Canadian income of $42,988 and the average minimum wage worker’s income of $19,877.
The biggest pay package went to Aaron Regent at Barrick Gold Corp., who made $24.2 million in 2009, according to Mackenzie’s calculations. In second place was Hunter Harrison at Canadian National Railway Co., at $17.3 million, followed by Gerald Schwartz at Onex Corp., at $16.7 million.
http://www.thestar.com/business/article/914809–academics-critical-of-skyrocketing-pay-for-ceos
vim /etc/mail/sendmail.mc
define(`SMART_HOST’, `smtp.gmail.com’)dnl
define(`RELAY_MAILER_ARGS’, `TCP $h 587′)dnl
define(`ESMTP_MAILER_ARGS’, `TCP $h 587′)dnl
define(`confAUTH_MECHANISMS’, `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN’)dnl
FEATURE(`authinfo’,`hash /etc/mail/auth/client-info’)dnl
mkdir /etc/mail/auth/
vim /etc/mail/auth/client-info (add two lines)
AuthInfo:smtp.gmail.com “U:smmsp” “I:your_gmail_account_name_here” “P:password_of_your_gmail_account” “M:PLAIN”
AuthInfo:smtp.gmail.com:587 “U:smmsp” “I:your_gmail_account_name_here” “P:password_of_your_gmail_account” “M:PLAIN”
yum install m4
m4 /etc/mail/sendmail.mc
m4 /etc/mail/sendmail.mc > /etc/mail/sendmail.cf
cd /etc/mail/auth
makemap -r hash client-info.db < client-info
vim /root/.forward <-
add your email here
restorecon -vr /root/ (make the correct SELinux labels on .forward file)
restorecon reset /root/.ssh context system_u:object_r:ssh_home_t:s0->system_u:object_r:home_ssh_t:s0
restorecon reset /root/.ssh/known_hosts context system_u:object_r:ssh_home_t:s0->system_u:object_r:home_ssh_t:s0
restorecon reset /root/.forward context unconfined_u:object_r:admin_home_t:s0->system_u:object_r:mail_forward_t:s0
Test:
yum install logwatch
logwatch
And watch your inbox.
600G hard drive failed few minutes before 12 noon on Friday (Poweredge R710): called Dell, support call was routed to the right Dell engineer (Ted Hulett): OMSA, logs, email, conversation, shipment address; replacement drive arrives at 2pm, bad drives sent out at 2:30pm, rebuild finished at 3pm. Now, ready for the weekend 
High performance and reliable storage tends to be expensive.
High performance and cheap tends to require a lot of maintenance.
Reliable and cheap tends to be really really slow.
as stated by Gonzo.
Can’t find documentation on how to setup RHEL 5.5 GFS cluster. Woof!
August 3rd, 2010, the good guys from DELL: how to install and configure Red Hat Cluster Suite and Global File System on your Dell|Red Hat HA Cluster system using Conga and CLI Tools on a M1000e:
http://linux.dell.com/wiki/index.php/Products/HA/DellRedHatHALinuxCluster/Cluster
August 20th, 2010, the “Samba Cluster with GFS 2, Centos 5, iSCSI and Openfiler” (aka “Samba Cluster with GFS, RHEL 5, iSCSI and Openfiler”) by Roggy, a perfect live training session published on vimeo:
http://roggyblog.blogspot.com/2010/03/samba-cluster-with-gfs-2-centos-5-iscsi.html