2009 December 09

Configuring X11 forwarding with HP-UX

# 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

By WladyX on 9 December, 2009 | General, HP-UX, Ssh, X11 | A comment?

Removing files older than 7 days

By WladyX on | General, Scripts | A comment?

Firebrand

By WladyX on | Arch, Firefox, General, Scripts, X11 | A comment?

Using tmpfs for /tmp

By WladyX on | General | A comment?

MyMobiler

By WladyX on | Cool Apps, General, WM | A comment?

Mailman: message has implicit destination

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”.

http://wiki.list.org/pages/viewpage.action?pageId=4030676

By WladyX on | General, Mail | A comment?

Frocing screen blanking under X

By WladyX on | General, X11 | A comment?

Updating Zenphoto with SVN

svn sw http://www.zenphoto.org/svn/tags/1.2.7 .

http://justcameron.com/blog/2008/07/03/updating-zenphoto-with-svn/

By WladyX on | General | A comment?

Canonical Address in Zimbra GAL

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

http://chen23.com/docs/zimbra/custom_address_in_gal/

By WladyX on | General, Mail, Zimbra | A comment?

HOW TO: Display more than 5 bookmarks in gnome-panel “Places” menu

download gnome-panel sources and edit gnome-panel/panel-menu-items.c and replace MAX_ITEMS_OR_SUBMENU = 5 with 25, then compile.

http://ubuntuforums.org/showthread.php?t=1066964

By WladyX on | General, X11 | A comment?