Feeds:
Posts
Comments

Archive for March, 2008

I used to keep my desktop empty and store all my necessary folders in  /home/verman, which has about 50 to 60 folders  and while working in GUI mode, i faced a problem in accessing my personal folder which was located in /home/verman .
So i tried to create shortcut in my desktop by just a [...]

Read Full Post »

ffmpeg is an excellent application on video conversion.
It supports most of the file formats
My Friend T.Shrinivasan helped me in converting AVI to 3gp
check here To convert AVI to 3gp using ffmpeg

Read Full Post »

In few Linux distributions , root account will not enabled.
ubuntu is one of the Linux distributions, In which root account is not enabled.
instead of root they use “sudo”
“sudo” means superuser do.
When type sudo in the terminal it will prompt for “Password:”, where we will type specific user password to work as root.

Suppose If you [...]

Read Full Post »

By Pressing Ctrl+Alt+Backspace key combination the X windows will quickly restart the current session.
This can be done in all ubuntu version of linux.
(or)
type sudo /etc/init.d/gdm restart
from your terminal to quickly restart the current session.
Note: Make sure that you save your work before you do.

Read Full Post »