Tag Archives: install

Uninstall ALL Versions of WinZip Batch Script

I have been struggling with this for quite a while, and ran into a lot of issues with all of the different versions on our network. There are people with 100 line .vbs scripts to do this, and I think this is much simpler: @echo off REM REM REM    Detects winzip and silently uninstalls REM    There is a un-stoppable pop-up [...]
Posted in windows | Also tagged , , , , , , | Leave a comment

Tethered Blackberry Modem on Ubuntu Karmic

Using your blackberry as a 3G (in my case) modem proved to be Incredibly simple. There are five million different methods to do this and many have you compiling stuff and editing text files. I love those sorts of things, but this is much easier. I Wish that I had tried this sooner. **Confirmed using Blackberry [...]
Posted in Ubuntu Karmic | Also tagged , , , , | 9 Comments

Install the proprietary Closed source version of Virtualbox on Debian Lenny

I like the closed source version of virtualbox. I just do. This is how to install it quickly and simply: add this to sources.list deb http://download.virtualbox.org/virtualbox/debian lenny non-free run this to get the public key and install it: wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add - then just install it aptitude install virtualbox-2.1 this will automatically create the group “vboxusers” and [...]
Posted in Debian Lenny | Also tagged , | Leave a comment