Find out OS Distribution name and version in Linux

How can I known what Linux distribution version which I'm using? There are some commands that help you find out it quickly. I tried i...

Find file in Linux console

To find a file in Linux console. We can use "find" command. 1. Find by name find [directory]   -name    [filename] For ex...

Create symbolic link for file and directory under Linux

How do I create a symbolic links under Linux using command line options? Under Linux, Symbolic links refer to a symbolic path indicating ...

Change computer name in Ubuntu

You might want to change your computer name (hostname) in Ubuntu, because you need to meet a naming scheme or some specific reason, Let'...

Install ffmpeg to convert video and audio on Ubuntu

To convert ogv, ogg to avi/mov/mpeg /mp4 or extract the sound of video to mp3, etc. On Ubuntu, we can use ffmpeg to get it done. On th...

Remove all .svn folder Recursively

In programming phase of development, we using SVN for contributing. So, before deploy your application, don't forget to remove .svn ...

List all installed packages or softwares in Ubuntu

We faced with some question when using Ubuntu :     How can I know a pakages or softwares has been installed on Ubuntu ?       How can s...