Install Pidgin 2.6.1 in Ubuntu

Pidgin is a chat program which lets you log in to accounts on multiple chat networks simultaneously. This means that you can be chatting with friends on MSN, talking to a friend on Google Talk, and sitting in a Yahoo chat room all at the same time.
Read more at Ubuntu Geek

Howto install Miro in Ubuntu Jaunty/Intrepid/Hardy

Miro (previously known as Democracy Player and DTV[1]) is an Internet television application developed by the Participatory Culture Foundation. It is supported on Microsoft Windows, Mac OS X, and Linux.
Using GUI
Opem Synaptic package manager from Open System -> Administration -> Synaptic Package Manager. You will be asked for your user password upon opening Synaptic.
Once Synaptic [...]

Install Ubuntu kernel updates without rebooting using Ksplice Uptrack

Ksplice Uptrack is an update service for the Linux kernel; it automatically delivers security and reliability improvements to your machine, without the disruption of rebooting.
Step 1. Get an access key
Please request an access key here , and an access key will be emailed to you.
Step 2. Install the core software
To enable the Ksplice software repository [...]

WineXS – Simple graphical environment to configure Wine

Wine is an Open Source implementation of the Windows API on top of X and Unix.Think of Wine as a compatibility layer for running Windows programs. Wine does not require Microsoft Windows, as it is a completely free alternative implementation of the Windows API consisting of 100% non-Microsoft code, however Wine can optionally use native [...]

Step by Step tutorial howto compile kernel in Debian 5.0 (Lenny)

This tutorial will explain Howto compile kernel in Debian 5.0.The default kernel that comes with Debian is better suited for servers. It’s optimized for high thoughput and low interactivity. When you compile your own, you can among other things optimize it for the processor(s) you have.
Read more at DebianAdmin

Ubuntu Tip:How to open PDF,postscript files inside Firefox

If you want to open PDF files inside Firefox you need to install mozplugger.mozplugger allows you to seamlessly integrate external applications to view files downloaded from the web that Mozilla can not normally handle. The application is embedded within a Mozilla window as to act like and feel like a true plugin.

Read more at Ubuntu [...]

Howto install VLC media player 1.0.0 in Ubuntu

VLC media player is a highly portable multimedia player for various audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, …) as well as DVDs, VCDs, and various streaming protocols.It can also be used as a server to stream in unicast or multicast in IPv4 or IPv6 on a high-bandwidth network.
It doesn’t need any [...]

iotop – simple top-like I/O monitor

iotop does for I/O usage what top does for CPU usage. It watches I/O usage information output by the Linux kernel (requires 2.6.20 or later) and displays a table of current I/O usage by processes on the system. Handy for answering the question “Why is my disk churning so much?”.
Read more at Debian Admin

Debirf – Build a kernel and initrd to run Debian from RAM

debirf (DEBian on Initial Ram Filesystem) is a set of tools designed to create and prepare a kernel and initial ram filesystem that can run a full-blown Debian environment entirely from RAM.
The kernel and initramfs pair created by debirf can be used for a myriad of purposes, from quick-and-easy system repair to diskless thin clients. [...]

How to Install Tuxonice in Ubuntu

“TuxOnIce is most easily described as the Linux equivalent of Windows’ hibernate functionality, but better. It saves the contents of memory to disk and powers down. When the computer is started up again, it reloads the contents and the user can continue from where they left off. No documents need to be reloaded or applications [...]

How to install gnash in Debian 5.0 (Lenny)

Gnash is a GNU Flash movie player. Flash is an animation file format pioneered by Macromedia which continues to be supported by their successor company, Adobe. Flash has been extended to include audio and video content, and programs written in ActionScript, an ECMAScript-compatible language. Gnash is based on GameSWF, and supports most SWF v7 features [...]

How to Convert OGV to FLV Using ffmpeg

This tutorial will explainhow to convert an OGV file to FLV. You will need the ffmpeg audio and video encoder.
Install ffmpeg in debian
#apt-get install ffmpeg
To convert an OGV file to flv file use the following command
ffmpeg -i input_file.ogv output_file.flv
Read more at Debian Admin