Category Archives: Linux

Linuxfest Northwest

Rode the Pogo Linux bus up to Linuxfest Northwest today. It’s nice to see that there are in fact a lot of linux/open-source fans in the area, even though we’re so close to them.
I attended the following talks:

Linux And Virtualization - Ilya Baimetov
Incoming! What’s on the EFF’s radar - Danny O’Brien
The Open Source Small Business [...]

SWN HackNight 2006/03/15: Unicast DNS Service Discovery

Yesterday I watched a very good presentation about multicast dns service discovery (aka bonjour aka rendezvous aka zeroconf) given by Stuart Cheshire who happens to be the person at apple that created it. One of the things mentioned that I had not previously heard of was the fact that bonjour supports unicast dns service discovery [...]

Transparent drawing using C#, Cairo and Xgl

Yesterday I updated my computer to Dapper Drake (which is what will become the next version of ubuntu) so I could try out Xgl. It is honestly the coolest thing I have ever seen linux do, and will only continue to get better. If you’re brave enough to use an unstable operating system, I highly [...]

Jabber

I was tired of the jabber.org server going down every 20 minutes so I decided I needed to switch to a new jabber server.
Rather than just going with my google account like a lot of people have been doing lately, I figured that since I was going through the trouble of switching IDs anyway, I [...]

How to make all video/audio files work on an Ubuntu Breezy system

Having trouble playing DVDs, MP3s, DiVX, AAC/MP4, XViD or WMV audio/video files on your Ubuntu Breezy system? Since these fomats are all proprietary, the companies that invented them require that developers purchase a (very expensive) license to legally decode (play back) files in these formats (with the exception of XViD which has had a completely [...]

Installing accelerated nvidia drivers on Ubuntu

The wiki page describing how to install the accelerated nvidia drivers on the Ubuntu Linux wiki was very poorly written and basically just completly wrong. I spent a little bit of time cleaning it up, please let me know if you have any comments.
https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia
Obviously this whole process is much much more complicated than it [...]

Ubuntu Bug Day Tomorrow

Don’t have any big thanksgiving plans? Or, think you are going to need something calm and relaxing to do after eating a little bit more than you think you should have? Come join us on #ubuntu-bugzilla (freenode) for Ubuntu Bug Day 2005!
From The Fridge:
Daniel Holbach sent out a reminder that this Thursday, November 24nd is [...]

GTK# Developers: Please test 2.7.1!

This was posted to the mailing list yesterday, nobody else blogged it so I figured I might as well:
We have also released an unstable version of gtk+ 2.8 bindings for
people who want to start experimenting with the cairo API. This release
is not for the faint of heart, and comes with no API stability guarantee
for [...]

So Long, and Thanks for All the ebuilds.

Last night I replaced Gentoo on my desktop with Ubuntu Hoary. This is something I should have done a *long* time ago. Everything .. just works. I still can’t get over how fast apt is. I’ve been compiling everything for way too long.
I was thinking back about why I started using Gentoo. Before Gentoo [...]

Installing vtun on ubuntu

Well it sure was easier to get this thing working on here than it was to get it working on clarkconnect:
1. Download & Install vtun
$ wget http://debian.yorku.ca/debian/non-US/pool/non-US/main/v/vtun/vtun_2.6-3_i386.deb
$ sudo dpkg –install vtun_2.6-3_i386.deb

This will install all dependencies automatically.

More mirrors are at: http://packages.debian.org/testing/non-US/vtun
2. Load the tun module

$ sudo modprobe tun

3. Add tun to /etc/modules so it will be [...]