Mumble 1.2 on Ubuntu 9.10 – Karmic Koala

October 13th, 2010 | by | geeky

Oct
13

Here’s How:

sudo sh -c "\
  echo 'deb http://ppa.launchpad.net/slicer/ppa/ubuntu karmic main' \
  >> /etc/apt/sources.list.d/mumble.list"

sudo apt-key adv \
  --keyserver keyserver.ubuntu.com \
  --recv-keys 165B2836

sudo aptitude update

sudo aptitude install mumble

How to test your webcam in Ubuntu

June 8th, 2010 | by | geeky

Jun
08

Testing your webcam is done with mplayer, first though you’ll have to install mplayer as so:

sudo aptitude install mplayer

then fire up mplayer as so but in one line:

mplayer tv:// -tv driver=v4l2:width=320:height=240:fps=200:device=/dev/video0 -nosound

And you SHOULD see your pretty face on the screen. Good Luck.

HOWTO Open Kopete links in Swiftfox

July 11th, 2009 | by | geeky

Jul
11

This of course works if you want to open Kopete links in Firefox as well. Instead of the default Konqueror. Just replace my ‘swiftfox’ in the commands with ‘firefox’

This assumes that you are using the same environment as I am (KDE4.2, Ubuntu 9.04)

1. System Settings* -> Default Applications -> Web Browser
2. Set the value for “in the following browser” as ” /usr/bin/swiftfox -new-tab ”
3. Apply
4. You’re Done.

*If you’re not sure where “System Settings” is, press Alt + F2 and type “System Settings” (remove quotes)

How to install Swiftfox on K/Ubuntu

June 5th, 2009 | by | geeky

Jun
05

0. Take note that I use aptitude, apt-get will serve the same function.

1. edit /etc/apt/sources. list and add the following lines:

deb http://getswiftfox.com/builds/debian unstable non-free

2. Go to a terminal and type:

sudo aptitude update
sudo aptitude install swiftfox-prescott

3. You’re done. Look below for instructions on how to setup Java on Swiftfox

Note: Your best place to look for swiftfox and .deb is still here