Thursday, December 3, 2009

Arrange Your Desktop windows with X-tile in Ubuntu / Debian


X-tile is a useful gnome applet for your panel (or optionally a standalone application) that allows you to select a number of open windows and tile them in different ways. This is especially useful for comparing products in separate web pages,or for programmers refering to documentation as they are programming.
now double-click on deb file and install with gdebi installer.

or open a terminal and use sudo dpkg -i filename.deb
X-tail can be run by selecting
Applications-->accessories-->x-tile

Wednesday, December 2, 2009

Download youtube video in ubuntu / Debian using UTube Ripper


Utube Ripper is an application written in Gambas that works exclusively on Linux. It's useful to download and convert Youtube videos in a simple and efficient way. You can also  convert them into a non-flash format. You can use the "Rip audio only" option to extract audio from a YouTube video and can convert  into an MP3 format.


Download .deb file from here

now double-click on deb file and install with gdebi installer.


or open a terminal and use sudo dpkg -i filename.deb

Monday, November 30, 2009

How to Print Large Posters in Ubuntu / Debian Linux



PosteRazor cuts a raster image into pieces which can afterwards be printed out and assembled to a poster. As input, the PosteRazor takes a raster image. The resulting poster is saved as a multipage PDF document. An easy to use, wizard like user interface guides through 5 steps.

It is a nice utility with lot of features and easy to use. it having a great file format support. 

Supported Formats
BMP, DDS, Dr. Halo, GIF, ICO, IFF, JBIG, JPEG/JIF, KOALA, LBM, Kodak PhotoCD, PCX, PBM, PGM, PNG, PPM, PhotoShop PSD, Sun RAS, TARGA, TIFF, WBMP, XBM, XPM
Image Types
Monochrome, Grayscale, 4 Bit palette, 8 Bit palette, 24 Bit RGB, 48 Bit RGB (only via TIFF and PNG), 32 Bit CMYK (only via TIFF) 
Dimension Unitsm, mm, cm, inch, ft, pt(72th inch)

It supports the following page Lay outs
DIN A4, DIN A3, Legal, Letter, Tabloid

Output Format
PDF

How to Install PosteRazor in ubuntu/debian Linux

open a terminal  and type
$ sudo apt-get install posterazor

or use Synaptic Package Manager for Installation.

How to Start Go Programming - A Video Introduction

Here You can see a Video Introduction to Go Programming. This will help you to start Go Programming. 56 Minute Duration.
LINK


Sunday, November 29, 2009

Simple LAMP (Linux Apache MySql PHP) Installation for Ubuntu 9.10 Karmic Koala

 LAMP Server ( LINUX APACHE MYSQL PHP) is essential for web developers.  You can use lot of methods to install LAMP Server. But I think the following is the most simplest method.

Open a terminal and  type the following

$ sudo tasksel install lamp-server

Handbrake : Rip DVD to MP4, MKV, AVI, OGM in Ubuntu 9.04 Karmic Koala

HandBrake is a multithreaded video transcoder, This  will allow us to rip DVD to MP4, MKV, AVI or OGM. It is open source and is under the GPL. To use this program only need the DVD VIDEO_TS folder with the files or a DVD image to pass to the other formats are MP4 and MKV, MPEG-4, H.264, AAC audio or Theora, MP3, Vorbis or AC-3 and DTS.



How to Install in Ubuntu/debian

Download Deb file for ubuntu/Debian Here 32Bit    64Bit
Now double click on deb file and install with gdebi or
Open a terminal and type
$sudo dpkg -i HandBrake-0.9.4-Ubuntu_GUI_i686.deb

Wednesday, November 25, 2009

UNP a Universal File Unpacking Utility for Ubuntu / Debian

Unp is a small perl script which makes extraction of any archive files in easy way. It support several compressors and archiver programs, chooses the right one(s) automatically and extracts one or more files using a single command. It supports rar, zip, tar.gz, deb, tar.gz2, rpm etc..

How to Install unp in ubuntu / Debian

$ sudo apt-get install unp

Usage Method 1 (unpack all archives in a directory)

$ unp *.*

Method 2 (unpack, for example, all .rar archives in a directory):

$ unp *.rar

Method 3 (unpack 1 archive):

$unp archivefile

Method 4 (unpack several archives at the same time):

$unp archivefile1 archivefile 2

More examples
unp *.tar.gz, unp *.tar.bz, unp *.rpm, unp *.deb, unp *.zip, unp *.rar

$man unp ( for more help)

A simple error noted in unp is , It doesn’t extract RAR archives with full path