# vi /opt/ssh/etc/sshd_config
and make sure "X11Forwarding yes" is uncommented. If you made a change to this file, restart the daemon:
# /sbin/init.d/secsh stop
# /sbin/init.d/secsh start
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1092967
find ./ -type f -mtime +7 -exec rm -f {} \;
http://www.unix.com/unix-dummies-questions-answers/37258-removing-files-older-than-7-days.html
fstab:
tmpfs /tmp tmpfs defaults,noatime,mode=1777 0 0
http://megabytemorsels.blogspot.com/2009/05/using-tmpfs-for-tmp-with-ssd-in-ubuntu.html
Alternatively, if you want to accept all BCCs to the list and get rid of this message entirely, go to Privacy Options / Recipient Filters and set the require_explicit_destination option to be “No”. This should be the first option on the page, and by default, Mailman will set this option to be “Yes”.
sleep 1; xset dpms force off
svn sw http://www.zenphoto.org/svn/tags/1.2.7 .
http://justcameron.com/blog/2008/07/03/updating-zenphoto-with-svn/
zmprov mcf -zimbraGalLdapAttrMap zimbraMailDeliveryAddress,zimbraMailAlias,mail=email,email2,email3,email4,email5,email6,email7,email8,email9,email10,email11,email12,email13,email14,email15,email16
zmprov mcf +zimbraGalLdapAttrMap zimbraMailCanonicalAddress,mail=email
zmprov fc config
download gnome-panel sources and edit gnome-panel/panel-menu-items.c and replace MAX_ITEMS_OR_SUBMENU = 5 with 25, then compile.