Thursday, November 19, 2009

Forcing automatic update on Win XP

At the DOS prompt, type

wuauclt.exe /detectnow

This is for the case where automatic update location has been manually configured to a WSUS (wuss) server :P

Monday, November 9, 2009

Updating subversion on rpmforge repository instead of base

Base repo by CentOS is using outdated svn. So we need to use rpmforge's repo.
However, if you run "yum install subversion", it will never use rpmforge's copy.
yum --enablerepo=rpmforge --disablerepo=base install subversion