Showing posts with label utility. Show all posts
Showing posts with label utility. Show all posts

Sunday, November 29, 2009

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

Tuesday, November 24, 2009

How to manage your Mobile internet connection in Ubuntu with Launch2net

Launch2net for Ubuntu Linux is a professional mobile Internet Connection Manager for Ubuntu users. launch2net will recognize your type of modem or ExpressCard as well as the SIM card and does not need intricate driver installations or configurations.

A user friendly graphical frontend gives most important information at a glance, like network information, signal strength, online time and data throughput.

It is Simle to use, no long searches for modem drivers or connection settings. launch2net gets you online simple and fast with a few clicks.

L2N have a simple SMS text message manger. You can use launch2net to send, receive and manage your SMS text messages with support of multipart and multigroup messages.

Try to connect your Mobile connections RELIANCE, TATA INDICOM, BSNL with this and write your valuable comments


How to insta;; Launch2net in ubuntu

Download the deb file form here

Now double click on the downloaded file and proceed with gdebi installtion

or Open a terminal and type

$ sudo dpkg -i launch2net2_1.6.0-0_i386.deb

Sunday, November 22, 2009

How to Manage Bluetooth Device in Ubuntu 9.10 Karmic Koala with Blueman

Now a days most of devices comes with bluetooth facilty. If you have a mobile phone and a Laptop, You must Blueman, It will help you a lot.

Blueman is a GTK+ Bluetooth Manager
Blueman is designed to be simple and intuitive for everyday bluetooth tasks such as:

* Connecting to 3G/EDGE/GPRS via DUN profile.
* Connecting to/Creating bluetooth networks
* Connecting to input devices
* Connecting to audio devices
* Sending/Receiving/Browsing files via OBEX
* Pairing

How to Install Blueman in Ubuntu

Go to System—>Administration—>Software—>Sources.Now click on Third-Party Software tab, and add the following

deb http://ppa.launchpad.net/blueman/ppa/ubuntu jaunty main

Now reload the repositories
or
open a terminal and type
$ sudo apt-get update
$ sudo apt-get install blueman

Now open System --> Preference --> Bluetooth Manager

Wednesday, October 21, 2009

5 useful pdf manipulating tools for ubuntu / debian Linux

pdfedit
PDFedit is free and open source tool for manipulating PDF documents. You can use it to read, change and extract information from a PDF file.PDF Editor is run in english language by default, but by setting environment variable LANG before launching the program, you can tell PDF Editor to look for specific language file.

Howto install pdfedit in ubuntu / debian
open a terminal
$sudo apt-get install pdfedit ( or open synaptic package manager and search for pdfedit)

poppler-utils
poppler-utils is a package contains pdftops (PDF to PostScript converter), pdfinfo (PDF document information extractor), pdfimages (PDF image extractor), pdftohtml (PDF to HTML converter), pdftotext (PDF to text converter), and pdffonts (PDF font analyzer). After installation all the utilities can be used in command line.

Howto install poppler-utils in ubuntu / debian
open a terminal
$sudo apt-get install poppler-utils ( or open synaptic package manager and search for poppler-utils)

pdftk
Pdftk is pdf tool kit for doing everyday things with PDF documents. pdftk can be used for Merge PDF Documents, Split PDF Pages into a New Document, Encrypt Output as Desired
Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms, Apply a Background
Attach Files to PDF Pages or the PDF Document, Unpack PDF Attachments, Burst a PDF Document into Single Pages, Repair Corrupted PDF (Where Possible).

Interface used is Command Line

Howto install pdftk in ubuntu / debian
open a terminal
$sudo apt-get install pdftk ( or open synaptic package manager and search for pdftk)

Eg:
Merge Two or More PDFs into a New Document
$ pdftk 1.pdf 2.pdf 3.pdf cat output 123.pdf

More Help Here


QPDF
QPDF is a command-line program that does structural, content-preserving transformations on PDF files. It could have been called something like pdf-to-pdf. QPDF is capable of creating web-optimized) files and encrypted files. QPDF also supports a special mode designed to allow you to edit the content of PDF files in a text editor.
Interface used is Command Line

Howto install qpdf in ubuntu / debian
open a terminal
$sudo apt-get install qpdf ( or open synaptic package manager and search for qpdf)

see more here


pdfsam
pdfsam is an open source tool designed to handle pdf files. Pdfsam basic is a simple tool designed to split and merge pdf files. It's written in Java and it provides a Graphical interface (GUI) and a shell interface (Console). It's platform independent and it runs on every platform where a Java Virtual Machine is available. It’s released in 2 versions.

split your pdf documents (into chapters, single pages, etc.). merge many pdf documents or subsections of them. extract sections of your document into a single pdf document. save and load your environment to automatize your recurrent jobs.

Howto install pdfsam in ubuntu / debian
open a terminal
$sudo apt-get install pdfsam ( or open synaptic package manager and search for pdfsam)

Saturday, October 3, 2009

Multiget: Graphical Download Manager for Ubuntu / Debian Linux


MultiGet is an easy-to-use GUI download manager for ubuntu / debian linux. It is Look and work like famous windows download manager flashget.

It supports resuming downloads, It supports HTTP/FTP protocols . It supports multi-task with multi-thread on multi-server. You can reconfigure the thread number without stopping the current task.

MultiGet runs natively on Linux, and it supports multiple operating system too. It was tested on many system such as : Windows XP, ubuntu ,kubuntu, xubuntu, Fedora, opensuse, mandriva, MEPIS , PCLinuxOS, CentOS, Puppy, FreeBSD, MacOS etc.

MultiGet is available from Ubuntu universe respository

Howto Install in Ubuntu
$ sudo apt-get install multiget

or you can use Synaptic Package Manager

Friday, October 2, 2009

Filelight: Graphical Disk Usage Analysis for Ubuntu / Debian Linux


Filelight is a little program that analyses your hard drive and shows the Disk Usage in Graphically, It Shows how much space each folder is taking up. Some large temporary files and used iso files will eat your harddisk space. You can easily find which folder is the culprit.
it's a very good graphical program that helps you look at and understand how much space different files and folders are taking up on your hard disk.

$ sudo apt-get install filelight or you can use synaptic package manager