Hide Icons on Gnome Desktop

The first step in achieving clutter free desktop area is “Hiding icons on desktop”.

Gnome provides a way to do that. First open up gconf-editor (Gnome Configuration Editor) by executing following command.

gconf-editor

Now navigate to /apps/nautilus/preferences and uncheck the tick mark on the option show desktop.

As soon as you uncheck the option show desktop icons on your desktop [...]

Extracting Archive File In Linux

To extract a tar.bz2 file, use the command :

tar -jxvf filename.tar.bz2

To extract a tar.gz file, the the command :

tar -zxvf filename.tar.gz

Possibly Related Posts:

Linux tool :Fdupes
Backtrack : TestDisk ( Digital forensics ,forensics analysis)
Linux : How to find the installed version JAVA on ubuntu ?
LINUX : Control users loggin /etc/passwd file
How ot install Tweetdeck on ubuntu [...]

Convert rmvb to avi – Ubuntu 9.04

RMVB (Real Media Variable Bitrate).

sudo apt-get install mplayer mencoder librte librte-dev

mencoder -oac mp3lame -lameopts cbr=128 -ovc xvid -xvidencopts bitrate=1200 video_input.rmvb -o video_output.avi
For Codec error refer HERE
mencoder-ovc divx4-Copy-oac filmname.avi filmname.rmvb

Possibly Related Posts:

Linux tool :Fdupes
Backtrack : TestDisk ( Digital forensics ,forensics analysis)
Linux : How to find the installed version JAVA on ubuntu ?
LINUX : Control users [...]

How to convert. Avi to. Rmvb ubuntu 9.04

I had one. Rmvb ready, I turned. Avi (at least I think so), if any. Rmvb, do the test using the following command and then tell me, do not forget to install mencoder

$FG.avi mencoder-ovc lavc-oac pcm-o F2g.rmvb

This command contains the path to FG.avi (Family Guy Series) on my desktop and name F2G.rmvb output. Si les [...]

pidgin yahoo connection refused -Solved

I’ve done those steps:

1. Open file /etc/hosts with gedit:

$ sudo gedit /etc/hosts

2. Add the following line to the end of hosts:

66.163.181.184 scs.msg.yahoo.com

++++++++++++++++++++++++++++++++++++++++++++++

# The following lines are desirable for IPv6 capable hosts
::1     localhost ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
66.163.181.184 scs.msg.yahoo.com

++++++++++++++++++++++++++++++++++++++++++

3. Save and Close

4. Restart Pidgin

OK.

Good luck!

Possibly Related Posts:

Linux [...]

Cisco Access List

ACCESS LIST

1-99       IP starndard
100-199    IP extended
200-299    Protocol type-code
300-399    DECnet
400-499    XNS standard
500-599    XNS extended
600-699    Appletalk
700-799    48-bit MAC address
800-899    IPX standard
900-999    IPX extended
1000-1099  IPX SAP
1100-1199  Extended 48-bit
1200-1299  IPX summary address IP extended can be based on IP proto, eigrp, gre, icmp, igmp, igrp, ip, ipinip, nos, ospf, tcp, udp, ahp, esp

Possibly Related Posts:

CIsco : Enable Cisco Password Encryption [...]

Cisco Administrative distance:

Administrative distance:

0         Directly connected interface
0         Static route pointing to an interface
1         Static route pointing to a next-hop neighbor
5         Summarized EIGRP route
20       External BGP route
90       Internel EIGRP route
100     IGRP route
110     OSPF route
115     IS-IS route
120     RIP route
140     EGP route
170     External EIGRP route
200     Internal BGP route
255     Unknown routing source

Possibly Related Posts:

CIsco : Enable Cisco Password Encryption ?
Cisco’s offers borderless [...]

free GroundWork Traning until the end of June, 2009. Getting Started with free seat

Due to the overwhelming demand for access to the free training session on Friday, May 8, we’ll be extending the offer of a free seat to Getting Started with GroundWork until the end of June, 2009.

There is a limit of 40 students per class, so you’ll want to reserve your spot now. But please, if you [...]

Howto make Ubuntu 9.04 – Multimedia Ready

Ubuntu 9.04 Required the foll0wing steps to Run Multimedia files like MP3, AVI, Mpeg, Flash file etc…

In Ubuntu 9.04 “Jaunty jackalop”, the universe, multiverse and restricted repositories are activated by default.

For installing Multimedia files you need to add medibuntu repositories.

Run the follwing in command mode it will add medibuntu repositories in your sources list

H4ck3r@kartook:~$ sudo wget [...]

Asterisk PBX Integration Zimlet

The main focus of this Zimlet is dial-on-click for Phone numbers inside Contacts and Emails. If the phone number is recognized you will see a popup. Just click the phone number to dial. There is also a context menu with more options.
Features

* Uses Asterisk Manager Interface (AMI)
* Dial on-click in Contacts and Emails
* Edit Phone number [...]