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 batch script, script, scripts, taskkill, windows, windows management instrumentation, wmic 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 [...]
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 [...]
Karmic install cannot login (gdm freezes) Nvidia