Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

Thursday, February 10, 2011

Offline Gnome Dictionary on Linux mint and Ubuntu:

The dictionary tool that comes with the gnome requires Internet connection to retrieve information from the dictionary server.So without an Internet connection it is useless.We can install a dictionary server on over local machine to avoid this constraint.
Installing Dictionary on localhost:
Copy and paste the following command to install dictionary server package.
#sudo apt-get install dictd
After installation of the above package you will need to install the database and English dictionary so enter this command.
#sudo apt-get install dict-moby-thesaurus dict-gcide
After the installation of above packages you can now use command line to consult dictionary as:
#dict -options ur_word

Converting Video Formats Using ffmpeg on Linux:

Installing ffmpeg on Fedora 12,13,14:
In fedora 12,13 and 14 first of all you will need to enable access to rpmfusion free and non free repositories using the following command:
# su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm'
and then running command:
#yum -y install ffmpeg
will install ffmpeg on your fedora machine.
Installing ffmpeg on Ubuntu 10.x/Linux Mint:
sudo apt-get install ffmpeg libavdevice52 libavfilter0 libavcodec-extra-52 libavformat-extra-52

Sample Commands:
Simple conversion with ffmpeg defaults:
ffmpeg -i inputfile.format outputfile.format  

Changing frame rate:
ffmpeg -i input.avi  -r 24 output.avi 

Converting to mp4 using mpeg4 codec
ffmpeg -i input.flv -vcodec mpeg4 -acodec copy output.mp4

Converting video for  cell phone :)
ffmpeg -i input.format -s qcif -vcodec mpeg4 -r 18 -acodec copy output.mp4

Extracting audio in mp3 format:
ffmpeg -i input.avi -vn -acodec copy output.mp3

Wednesday, February 9, 2011

Installing and Configuring Conky:

conky is a popular system monitor which is light weight and is highly configurable through its own scripting interface that allows access to status of several system variables like storage,CPU consumption,memory usage, network interfaces and temperatures etc. 
Installation:
You can install conky from synaptic package manager or by issuing the following command in your terminal:
sudo apt-get install conky

Tuesday, February 8, 2011

Customized Desktop for Ubuntu 10.X using AWN and Conky:

AWN (avant window navigator) is a feature rich dock application for linux based distros. It includes almost every applet that comes with default ubuntu gnome-panel and pretty more customizable with its included themes and available third party applets.
So AWN can be a fancy as well as a more functional replacement to the default gnome-panel.

Installing AWN with lucido style:
what is lucido? Take a look at this screen shot :
Lucido is an AWN style which is now available as a part of AWN trunk, so instead of installing the stable release available in synaptic package manager ,we will install AWN trunk available through AWN trunk PPA.

Sunday, September 12, 2010

How to Add and Set Custom Display Resolutions using xrandr Command on ubuntu 10.04 (lucid lynx) Linux

You can change your monitor's display resolution from system->preferences->monitors,but in some cases Linux fails to detect the proper resolutions for your monitor,in such situations we can add and set custom resolutions with a little effort by using xrandr command.

As it is said in the man pages:

     “ Xrandr  is  used  to set the size, orientation and/or reflection of the
        outputs for a screen. It can also set the screen size.

        If invoked without any option, it will dump the state of  the  outputs,
        showing  the existing modes for each of them, with a '+' after the pre‐
        ferred mode and a '*' after the current mode.......”

Friday, September 10, 2010

Installing Nvidia Drivers On Ubuntu 10.04(Lucid Lynx):

Last week I bought a nvidia graphics card (geforce gt 240) for watching HD movies and casual gaming as i spent my spare time playing games like call of duty,crysis etc.

Now to be specific I found It very easy to install nvidia drivers on my PC running ubuntu 10.04 so I decided to share my experience with you. I am assuming that you have a working internet connection.

First of all make sure that you are fulfilling all requirements like,minimum power supply as recommended by nvidia for your card ,and your card is properly inserted to the required slot I.e PCI Express. 

Thursday, September 9, 2010

Cool 3D Desktop Effects on Ubuntu 10.04 (LTS) using Compiz and Compiz-fusion:

By default ubuntu uses metacity as its default windowing manager that provides us with some lighter and smoother Desktop effects, but  when it comes to real 3D support for the Desktop Environment compiz has much more support as compared to the metacity .

Ubuntu comes with the compiz installed by default on it all we need is to turn it on .

Sunday, August 22, 2010

INSTALLING CAIRO DOCK 2.1.3 ON UBUNTU 10.04 (LUCID LYNX) WITHOUT INTERNET CONNECTION:

Ok here we go, to install cairo dock you will need a computer with dual boot having another operating system I.e Windows or any other OS with working internet connection.
All you need to install cairo-dock are the following Packages:

Follow me

Join me on the New Digg Follow ur_sunny on Twitter

Translate

Labels

Followers