Toggen Blog

Tech tips

Articles

Latest

Access

Blog History

Unpack an RPM

Just needed to unpack an rpm on my Ubuntu Box so I could send my brother one of the chkconfig init.d scripts. To do it required the following: sudo apt-get install rpm # need this for rpm2cpio utility rpm2cpio therpmyouwantounpack.rpm | cpio -idmv

Save Energy Go Green

I was reading some Dell promo stuff talking about intel vPro technology which gives the ability to boot a remote computer which has been shutdown as long as it's got a network connection and power to the motherboard. Amazing stuff. And having it would mean you can...

Subversion has it’s uses, and a good Git tutorial

I have just returned to using subversion for my work related documentation. The reasons: subversion in comparison to git allows you to easily check out 1 directory in the repository and then re-commit that back as needed. (because each directory in a subversion...