
Originally Posted by
Archer
I agree command line inteface make work easier. I am not very good with command line either. I know some of the commonly used commands in Ubuntu. eg: "sudo apt-get install gimp", "sudo apt-get remove gimp" etc
Is it the same/similar with every Linux OS ?
some general commands like ls,pwd are same but some commands pertaining to package mgt are different.
But Use Bash Alias, so you can rename a complex command which is to convert videos from digicam. like
Code:
mencoder -@ -s 640x480 -aspect 1.3333 -vol 256 -vcodec "libxvid" -b "1200K" -acodec "mp3" -ab "128K" -ar "48000" -ac "2 (Stereo)"
to convert-video
More information:
Shorten the apt-get install! at Harsh J

Originally Posted by
Archer
I agree command line inteface make work easier. I am not very good with command line either. I know some of the commonly used commands in Ubuntu. eg: "sudo apt-get install gimp", "sudo apt-get remove gimp" etc
Is it the same/similar with every Linux OS ?
some general commands like ls,pwd are same but some commands pertaining to package mgt are different.
But Use Bash Alias, so you can rename a complex command which is to convert videos from digicam. like
Code:
mencoder -@ -s 640x480 -aspect 1.3333 -vol 256 -vcodec "libxvid" -b "1200K" -acodec "mp3" -ab "128K" -ar "48000" -ac "2 (Stereo)"
to convert-video
More information:
Shorten the apt-get install! at Harsh J