Archive for the 'Linux' Category

Video Editing on Ubuntu

Friday, January 16th, 2009

I recently purchased a video camera that I can mount on the side of my ski goggles and decided to have a go at video editing with Linux. I used a USB cord to plug the cam into my computer and manually grabbed the .avi files off the mounted drive. I installed Cinelerra and played […]

No Sound on Ubuntu 8.10 with Intel Sound Card

Tuesday, December 30th, 2008

In addition to the problems I have had with KDE after my upgrade to 8.10, I also lost my sound. I have been trolling the Internet trying to find a solution and finally got it fixed after a couple days of frustration. I followed the instructions here for PulseAudio, and now everything seems to […]

KDE problems on Intrepid

Sunday, December 7th, 2008

I updated to 8.10 (Intrepid Ibex) and while the new interface for KDE looks great, I am having major problems. Need to get some work done, so I haven’t had a chance to try and figure out what the issues are. I am writing this while using Gnome… Here is a nice screenshot of my […]

Garmin GPSmap 60CSx and Ubuntu

Saturday, November 29th, 2008

I have had the Garmin GPSmap 60CSx for awhile and have always used the Garmin software on my windows box to get my waypoints off the Garmin handset and onto my computer. Truth be told, I barely use my GPS, but that is starting to change. To use it more, means I need to be […]

Installing Imagick for PHP on Ubuntu through PECL

Sunday, October 12th, 2008

I need to work with editing some images programatically and have always favored ImageMagick over GD (to be fair, I haven’t used GD in at least 3 years). In the past, I used php to pipe commands to the command line via exec(), which never felt right. I remember seeing some development work on an […]