Sunday, June 26, 2011

Useful Windows links

I ran into a weird situation where Add or Remove Programs had a huge blank space; the following fixed it: http://blogs.msdn.com/b/oldnewthing/archive/2005/05/26/422076.aspx

In the process of hunting this down, I also found that the great CCleaner needs to be run multiple times to completely clean out a registry...

Add total folder size to listing: http://windowsxp.mvps.org/foldersize.htm

Friday, June 10, 2011

Linux minimal printer install

yum install cups
yum install gutenprint-cups
yum install system-config-printer

$DISPLAY not set for ssh -X

Ran into an one i hadn't seen around this; had all the right settings in /etc/ssh/sshd_config for X forwarding on a minimal server, but still no joy.  Did a 'yum install xauth' and life was good again.