The development of Unreal Tournament is being done…

The development of Unreal Tournament is being done in the open & with the community. unrealengine.com/blog/the-futur…

Posted in Tweets | Comments Off on The development of Unreal Tournament is being done…

All our VPS Plans include native IPv6 connectivity…

All our VPS Plans include native IPv6 connectivity, including /120 IPv6 subnets at no extra charge. networkpresence.com.au #NetPres

Posted in Tweets | Comments Off on All our VPS Plans include native IPv6 connectivity…

ack 2.12 is a tool like grep, optimized for progra…

ack 2.12 is a tool like grep, optimized for programmers and written in Perl, available on CPAN. beyondgrep.com

Posted in Tweets | Comments Off on ack 2.12 is a tool like grep, optimized for progra…

Good howto from Mediawiki themselves on installing…

Good howto from Mediawiki themselves on installing MediaWiki on CentOS Linux. mediawiki.org/wiki/Manual:Ru…

Posted in Tweets | 1 Comment

RedHat buys InkTank for its CEPH storage technolog…

RedHat buys InkTank for its CEPH storage technology. ceph.com/community/red-… mirantis.com/blog/red-hat-b… Who will buy RedHat??

Posted in Tweets | Comments Off on RedHat buys InkTank for its CEPH storage technolog…

15GB SSD VPS with 1GB RAM for $7/month from an Aus…

15GB SSD VPS with 1GB RAM for $7/month from an Australian company out of Australia’s best Data Centres in Sydney. networkpresence.com.au/hosting/vps-pl…

Posted in Tweets | 1 Comment

Our Core VPS Plans each get another CPU Core in Ma…

Our Core VPS Plans each get another CPU Core in May’s updates. networkpresence.com.au/hosting/vps-pl… #NetPres

Posted in Tweets | 1 Comment

Aptly titled “SSH Kung Fu” http://t.co/1UyoxvHFw1

Aptly titled “SSH Kung Fu” blog.tjll.net/ssh-kung-fu/

Posted in Tweets | Comments Off on Aptly titled “SSH Kung Fu” http://t.co/1UyoxvHFw1

Need Expert Open-Source Operations & Support i…

Need Expert Open-Source Operations & Support in of from Australia? Network Presence is here for you. blog.networkpresence.co/?p=3527 #NetPres

Posted in Tweets | Comments Off on Need Expert Open-Source Operations & Support i…

Howto: Move Steam to another drive

Steam on PCs installs by default to C:\Steam and you can fill that drive with the big sized games nowadays, but I’ve found that it’s very easy (in Windows 7/Vista) to move Steam to another drive and setup a Windows “link” folder so that the installed Steam software still uses C:\Steam, even though the files are on another drive!

The steps are:

– Move C:\Steam to the other drive (say E:\Steam). ie: copy C:\Steam to E:\ then delete C:\Steam

– Run ‘cmd.exe’ as Administrator & type the following commands into the Command window:

cd “C:\Program Files”

mklink /J Steam E:\Steam

– reboot & test

That’s the utility of the mklink command in the Windows Command Line.

Posted in Rich | Comments Off on Howto: Move Steam to another drive