2009 December

How To: Install Windows 7/Vista From USB Drive

By WladyX on 10 December, 2009 | Cool Apps, General | A comment?

Apache vhost SSL SNI

In the ssl virtual host fragment:

SSLEngine on
SSLCipherSuite ALL:!ADH:!EXPORT:!SSLv2:RC4+RSA:+HIGH:+MEDIUM
SSLCertificateFile /etc/ssl/apache2/wxs.crt
SSLCertificateKeyFile /etc/ssl/apache2/wxs.key
SSLCertificateChainFile /etc/ssl/apache2/sub.class1.server.ca.pem
SSLCACertificateFile /etc/ssl/apache2/ca.pem
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
SSLOptions StrictRequire
SSLProtocol all -SSLv2

This is for StartSSL.com certs.

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

Firebrand

Using tmpfs for /tmp

MyMobiler

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

Frocing screen blanking under X

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/