Archives for: November 2009
Outlook RPC fix
If Outlook 2003/2007 does not connect to your Exchange 2003 Server anymore, after you connected the last time via RPC, try this REGFIX:
HKEY_CURRENT_USER\Software\Microsoft\Office\12.0\Outlook\RPC
DWORD "DefConnectOpts"
Value "0"
Source
http://blogs.technet.com/dmelanchthon/archive/2007/01/26/outlook-2007-an-exchange-2003.aspx
SSL Stuff
SSL Server Key generation:
openssl genrsa -des3 -out server.key 1024
openssl req -new -key server.key -out server.csr
cp server.key server.key.org
openssl rsa -in server.key.org -out server.key
openssl x509 -req -days 365 -in server.csr -signkey server.key -out server.crt
In Apache:
SSLEngine on
SSLCertificateFile /usr/local/apache/conf/ssl.crt/server.crt
SSLCertificateKeyFile /usr/local/apache/conf/ssl.key/server.key
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
CustomLog logs/ssl_request_log \
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"

Sources:
http://www.akadia.com/services/ssh_test_certificate.html
https://www.sslshopper.com/ssl-converter.html
http://www.werthmoeller.de/doc/microhowtos/openssl/
https://knowledge.verisign.com/support/ssl-certificates-support/index?page=content&id=AR198
https://www.startssl.com/
Mac hack
Don't hack a MAC, hack a PC or your Bank account
![]()
Sources:
http://lifehacker.com/348653/install-os-x-on-your-hackintosh-pc-no-hacking-required