rigsb.net

News for our friends and family

Tag Archives: software

SVN Removal Reg Hack

Posted on by Eric Rigsby

REGEDIT4 [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN] @=”Delete SVN Folders” [HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Folder\shell\DeleteSVN\command] @=”cmd.exe /C \”TITLE Removing SVN Folders in %1 && FOR /r \”%1\” %%f IN (.svn) DO RD /s /q \”%%f\” \”"

Tomcat PKI Authentication

Posted on by Eric Rigsby

Objective Enable PKI authentication for applications hosted in Tomcat 5.5.x. Notes Create keystore containing server private key, server public certificate, and CA public certificate(s). Create PKCS12 format server private key keystore. openssl pkcs12 -export -in server.pem -inkey server.key -out server-key.p12 … Continue reading

Hash Tomcat Users’ Passwords

Posted on by Eric Rigsby

java -cp “D:\Program Files\Apache Software Foundation\Tomcat 5.5\common\lib\commons-logging-1.1.1.jar”;”d:\Program Files\Apache Software Foundation\Tomcat 5.5\server\lib\catalina.jar” org.apache.catalina.realm.RealmBase -a MD5 <NEW_PASSWORD>

DIY Time Capsule

Posted on by Eric Rigsby

Objectives Provide Time Capsule like functionality for macs using open source tools. Use Time Machine feature in Mac OS X Leopard. Accessible from wired and wireless LANs. Hosted on existing CentOS server. Notes Storage Installed new 500GB (mirrored) external USB … Continue reading