Linux
This guide will explain to you how to run Torchlight in wine under Ubuntu 9.10. First, you must start a terminal. Next, install wine and do a little customization: sudo apt-get install wine wget http://www.kegel.com/wine/winetricks sh winetricks vcrun2008 directx9 wine /the/path/to/the/torchlight_installer.exe Now run winecfg, and click on Graphics->Emulate a virtual desktop to let wine emulate [...]
Yeeehaaaa! I just read on the full disclousure mailing list that backtrack 4 final has been released! And with the release, a new website for the project is also up: http://www.backtrack-linux.org/. If you’re into computer security, I suggest that you download backtrack 4 final from torrent, as per the text in the mail: The downloads [...]
This is a small shellscript I wrote, to ease starting irssi on my VPS: #!/bin/sh if screen -ls | grep -q IRC ; then msn_pid=$(screen -ls | grep IRC | cut -f1 -d. | sed ‘s/\t//’) screen -r -d $msn_pid.IRC else screen -S IRC irssi fi If irssi is already running in screen, it resumes [...]
Continue reading about A little tip if you’re using IRSSI and screen





Recent comments