-
Command to delete old log files
I found a good command to delete old logs files which were filling up my server forfiles /P “path to your files /M filename.* /D -1 /C “cmd /c del @path” This will delete filename.* files older than one day.
-
Generating a CSR and Installing a SSL Certificate in Weblogic or Tomcat
This is the only set of instructions on the web which actually worked for me. I think the key was to use this root cert – valicert_class2_root.crt and not use the one which GoDaddy included in the download zip file – gd_bundle.crt Note that these instructions worked fine for Weblogic 8.1 Generating a CSR and Installing an SSL Certificate in Tomcat 4.x/5.x/6.x | Go Daddy Help | Go Daddy Support
-
Reset default File Type Associations in Windows
Here is a life saver. Someone at work changed the .lnk files by mistake in her workstation. She was playing around with Cygwin. Somehow all the shortcuts in the start menu were messed up. This rendered her Windows 7 workstation unusable. We downloaded the .reg file to reset LNK files associations from this page and it worked fine (after a reboot): Default File Type Associations – Restore – Windows 7 Forums