Skip to main content

Posts

Installing SopCast Live-TV Streaming (P2PTV) on Ubuntu 10.04

Many channels provide near-instant downloads of their content, but it isn't quite the same as having a fully-functioning live version of the programming. Enter P2PTV. While somewhat shady in legal terms (try at your own risk), it might prove useful for some wishing to experiment in this area. Here are the steps for installing SopCast (one of the more popular versions) on Ubuntu 10.04: echo "deb http://ppa.launchpad.net/jason-scheunemann/ppa/ubuntu `lsb_release -cs` main" | sudo tee -a /etc/apt/sources.list && sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys CD30EE56 Now install SopCast with sudo apt-get update && sudo apt-get install sopcast-player sp-auth Run with Alt+F2 -> sopcast-player or get it at Applications -> Sound & Video -> SopCast Player. For more US based channels, try Justin.TV instead. It even has the option of pausing a show and coming back to it later. Credit

First Impressions: Gnome-Shell

While still in active development with many features not yet ready for everyday use, Gnome-Shell is showing a lot of potential. I recently installed the current version available through the Ubuntu 10.04 repositories to give it a test drive. It's not ready for primetime, that's for sure, but it does have some features that I find compelling. Overview Mode I use Compiz' multiple desktops using the rotating desktop on all my machines that support 3D acceleration. I typically mentally map where all my apps are in relation to each other so that I can quickly switch to the workspace I need to perform a task. However, I sometimes find myself wondering where I left Firefox open, for instance. Having the option to blow up the whole cube on the desktop is nice, but I found the Overview display of Gnome-Shell to be even better. Simpler Navigation For me, anything that reduces clicks is a good thing. The overall interaction with Gnome-Shell as compared to Gnome is just that; simp...

The Ultimate Python IDE: Eclipse + pyDev

I posted awhile ago about my recommendation for an IDE (Wingware's IDE). I'd like to retract that recommendation in favor of one I've been experimenting with lately: Eclipse + pyDev. First off, the IDE is open source and is one of the most popular IDEs on the market today. I wasn't aware of how Aptana had fully integrated Python as a plugin until yesterday. I can only say that I am extremely pleased with the result. They did it right, no doubt about it. Check it out on your favorite OS today. For Ubuntu 10.04 users, simply add Eclipse to your system through the Software Center and then follow the instructions on pydev.org to add it as a plugin. Make sure you follow the instructions for adding it as a plugin.

Top 10 Things *I* Do After Installing Ubuntu 10.04

There are a lot of these lists out there. Rather than reinventing the wheel, I'll just link to some of my favorites and add the pieces that might be missing: Before I do anything: *Update the system! I use a mirror close to me, such as UC Davis' math dept. *Install the proprietary drivers for my system (for my Dell D630, it's the Wireless STA driver and the latest Nvidia driver). *Run this script and install the pieces I want (adds repos automatically - nice!). Some others suggestions: Install ubuntu-restricted-extras. Should give you the default Sun Java stuff as well as Flash (though, if you're using the 64bit distro, you'll end up reinstalling it using the proper build. See my earlier post on this). http://www.omgubuntu.co.uk/2010/04/10-things-to-do-after-installing-ubuntu.html Need games? Try PlayDeb . To play encrypted DVDs, the libdvdcss2 package is essential. libdvdcss is a simple library designed for accessing DVDs like a block device without having to b...

Ubuntu 10.04 64bit Flash Plugin Issues

[Outdated] I've found that the Flash plugin for 10.04 is less than spectacular out of the box. I suspect it has something to do with the 64bit OS and found this article explaining how to fix things up. Basically, here are the steps: Download 64bit installer . Close browsers Make installer executable, run it. "Remove Flash" Add 64bit Flash That's it. [Update] With the release of 10.2, we're basically back to square one again. However, I found a slightly better method of getting the latest version installed this time around. Since it relies on someone's PPA, it may or may not work for forever, but here's what I did *this time*. sudo add-apt-repository ppa:sevenmachines/flash && sudo apt-get update && sudo apt-get install flashplugin64-installer After that, if you want 10.3 or later, you need to download the .tar.gz from Adobe Labs (64bit version, that is), extract the .so and replace every same-named .so on your system.

Medibuntu Servers Down

After upgrading to 10.04, I discovered that the medibuntu (extra storage for things like ffmpeg, restricted extras, etc.) is down. I don't know how long it will be this way, but here's the workaround for connecting to the mirror: Add these lines to the end of /etc/apt/sources.list #Medibuntu deb http://mirrors.ucr.ac.cr/medibuntu/ hardy free non-free deb-src http://mirrors.ucr.ac.cr/medibuntu/ hardy free non-free run the following: wget -q http://medibuntu.sos-sts.com/repo/medibuntu-key.gpg -O- | sudo apt-key add then run the following: sudo apt-get update