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 …

more ...



Linux command line bandwidth monitor

You can find out how much bandwidth your linux machine is using with a simple tool called "bwm-ng". In Debian, install it with

aptitude install bwm-ng

Then, just type 'bwm-ng' in the command line. It will give you something like this:

bwm-ng v0.6 (probing every 5.000s …
more ...



Pidgin OSD pop ups in Ubuntu Jaunty

You can remove or configure the Pidgin pop up's that you see from pidgin. Buddies logging on/off, and in my case, new messages. I didn't want every new message i receive to be blasted up on the desktop OSD. To control what you see there, Pull up your Pidgin …

more ...

Installing Skype on eee 1000 running Ubuntu 9.04 Jaunty

I have an eee 1000 netbook running Ubuntu Jaunty netbook remix. Installing and configuring Skype was pretty simple:

Add the Medibuntu repository:

sudo wget http://www.medibuntu.org/sources.list.d/jaunty.list --output-document=/etc/apt/sources.list.d/medibuntu.list
sudo apt-get update
sudo apt-get install medibuntu-keyring
sudo apt-get …
more ...

Install backupexec 12.5 agent on Debian Lenny

The path to it is

BEWS_12.5.2213_LINUX-UNIX-MAC-SAP_AGENTS.tar.gz\BEWS_12.5.2213_LINUX-UNIX-MAC-SAP_AGENTS.tar\pkgs\Linux\VRTSralus.tar.gz\VRTSralus.tar\VRTSralus-12.5.2213-0.i386.deb

Unfortunately, the Deb package doesn't specify It's dependencies. You need to manually install the libstdc++5 package.

aptitude …
more ...

Group share for a Active Directory domain group with Samba

Once you have joined your samba server to your domain and have set up user authentication, creating a share that will allow a group of users to access files is pretty simple.  We need to create a folder that is owned by the root user and the domain group. The …

more ...