Month: February 2010

How To Change The Default Editor In Ubuntu

In most of the Linux distribution the defalut editor is set to “VI” and it’s very much popular editor too. But the strange in Ubuntu the default editor is “nano”. But most of the people are well in using vi editor. Here in this post I am going to show how to change the default editor in ubuntu(ie nano) to vi editor To do this we have to sudo or login as root. and execute the below command.$sudo update-alternatives –config editor When you execute above command it will show all the editors installed in your machine, and it ask you to set the default editor by specifying number. There are 4 choices for the alternative editor (providing /usr/bin/editor).Selection Path Priority Status————————————————————* 0 /bin/nano 40 auto mode1 /bin/ed -100 manual mode2 /bin/nano 40 manual mode3 /usr/bin/vim.basic 30 manual mode4 /usr/bin/vim.tiny 10 manual modePress enter to keep the current choice[*], or type selection number:Here I want to change it to vi edioter so just enter 3 to set it as a default editor.Here is my clipped output how I didupdate-alternatives –config editorThere are 4 choices for the alternative editor (providing /usr/bin/editor).Selection Path Priority Status————————————————————* 0 /bin/nano 40 auto mode1 /bin/ed -100 manual mode2 /bin/nano 40 manual mode3 /usr/bin/vim.basic 30 manual mode4 /usr/bin/vim.tiny 10 manual modePress enter to keep the current choice[*], or type selection number: 3update-alternatives : using /usr/bin/vim.basic to provide...

Read More

How To Play .ram(Real Audio Metadata) In Redhat/Ubunto

The .ram (Real Audio Metadata) is an properitery audo formate from Real media network’s which is having it’s player called Real player.This format is a stream media format, ie media is stramed from other source. So how to play this file in Linux?Ans : To play this we have to install mplayer. you may get doubt that why I am saying mplayer, i don’t suggest to you a properitery real plyaer which will be annoying you all sorts of ads etc. mplayer is a good open source software with which you can play almost every formate. This is my favorite player after VLC player, which is once again a open source.These are the file formates supported by mplayer1. Physical media : CDs, DVDs, Video CDs2. Container formats : 3GP, AVI, ASF, FLV, Matroska, MOV (QuickTime), MP4, NUT, Ogg, OGM, RealMedia3. Video formats : Cinepak, DV, H.263, H.264/MPEG-4 AVC, HuffYUV, Indeo, MJPEG, MPEG-1, MPEG-2, MPEG-4 Part 2, RealVideo, Sorenson, Theora, WMV4. Audio formats : AAC, AC3, ALAC, AMR, DTS, FLAC, Intel Music Coder, Monkey’s Audio, MP3, Musepack, RealAudio, Shorten, Speex, Vorbis, WMA5. Subtitle formats : AQTitle, ASS/SSA, CC, JACOsub, MicroDVD, MPsub, OGM, PJS, RT, Sami, SRT, SubViewer, VOBsub, VPlayer6. Image formats: BMP, JPEG, MNG, PCX, PTX, TGA, TIFF, SGI, Sun Raster7. Protocols : RTP, RTSP, HTTP, FTP, MMS, Netstream (mpst://), SMB –wikipedia.orgHow to install mplayer in linux?In Ubuntu Linux:sudo apt-get...

Read More

Over 16,000 readers, Get fresh content from “The Linux juggernaut”

Email Subscribe

ABOUT ME..!

My photo
My name is Surendra Kumar Anne. I hail from Vijayawada which is cultural capital of south Indian state of Andhra Pradesh. I am a Linux evangelist who believes in Hard work, A down to earth person, Likes to share knowledge with others, Loves dogs, Likes photography. At present I work at Bank of America as Sr. Analyst Systems and Administration. You can contact me at surendra (@) linuxnix dot com.