Screencasting in Linux With RecordItNow & PulseAudio
Screencasting has been a general pain in Linux. No more. The new application RecordItNow solves many screencasting issues and best of all, it really does ‘just’ work. It’s easy to use and it’s free. Here is my first screencast using RecordItNow about screencasting in linux.
Let me know what you think in the comments below.
XBMC 9.11: Camelot Finally Out!
XBMC has finally hit it’s latest milestone release: 9.11 Camelot. This release marks a great step forward in the media world. Why? Because this release offers plenty of space to create plugins, skins and plenty more.
If you are using Ubuntu or any variant of it, you will already have the update ready in your repository. Simply update the source list and upgrade. In Kubuntu, KpackageIt should handle it nicely. If you don’t have it installed yet, head over to XBMC’s download page to get it.
Here are some of the highlighted updates in this milestone release:
- Improved skin framework
- Better support for multi-monitor displays
- Updated FFmpeg libraries
- Added Flash support
- UPnP support
- Updated and added a lot of scrapers for music and movie information
There are more changes of course, you can read all about this release at their blog here. Also, don’t forget to head to the skinning page to download our choice of great skins here. Plugins are also essential so grab some good ones here.
Sphere: Related ContentInstall TweetDeck in Ubuntu Karmic x64 Easily
TweetDeck is a favorite Twitter application of many users. Why? Because of it’s grouping features, functionality, customizability, great looks and it runs on just about any major OS.
For us linux users, there is a version which you can pick up from TweetDeck.com. Though, to my dismay, you need to install the Adobe AIR plugin first. This is done rather automatically so it’s not much of a hassle, but it still is rather annoying and I would rather have the ability to install via apt or a .deb file. So in-order to install TweetDeck on Linux you not only need Adobe Air, but also Flash; and we all know how fun that is.
After downloading from the “Download Now” flash button, it will install TweetDeck and launch it if you want. This will work fine. The problem is if you want to start it up by yourself. You might get this error:
Error loading the runtime (libadobecertstore.so: cannot open shared object file: No such file or directory)
Even if you find “libadobecertstore.so” on your computer you will still get that error. The reason is simple. TweetDeck is a 32 bit application and if you are using a 64bit Ubuntu, it will use the 32 bit libraries that you installed. From this post on OssRamblings, they describe all the lib32 steps you need to take. But if you’re a regular user of x64 bit Ubuntu you probably have installed a lot those anyway.
So all you probably really need to do is this:
sudo cp /usr/lib/libadobecertstore.so /usr/lib32
And that’s it. This should be done after installing Adobe Air. Also, just for good measure do “sudo ldconfig” to reload the libraries.
Sphere: Related Content
