software (35355) linux (7722) install (1141) boot (1022) mandriva (9)
tweetmeme_url = 'http://linuxforpro.blogspot.com/2013/07/airtel-and-mtn-sms-center-number-for.html'; digg_url = 'http://linuxforpro.blogspot.com/2013/07/airtel-and-mtn-sms-center-number-for.html'; As you already know, I modded my Samsung Galaxy S2 with CyanogenMod At the beginning of this month I noticed something very disturbing. I got a happy new month message from a dear friend and I tried replying and no way. I tried and tried repeatedly, I kept getting message not sent . I googled the MTN SMSC code a
tweetmeme_url = 'http://linuxforpro.blogspot.com/2013/07/mastering-linux-vi-editor.html'; digg_url = 'http://linuxforpro.blogspot.com/2013/07/mastering-linux-vi-editor.html'; vi editor is a very powerful text editor that comes pre-installed on all Linux OS. vim is variant of vi editor, basically an improved version. Practically, it is more error tolerant than vi. There are two modes – Command mode, which is the default mode. You basically scroll through the file content or enter commands. h moves the cursor
tweetmeme_url = 'http://linuxforpro.blogspot.com/2013/07/manipulating-linux-command-line-output.html'; digg_url = 'http://linuxforpro.blogspot.com/2013/07/manipulating-linux-command-line-output.html'; The following are ways to manipulate the screen/standard output of any Linux command, Piping the output to another command using | Redirecting output via > Redirecting output via >> (to append) Redirecting only errors via 2> Redirecting standard input via < Use tee option with | (pipe) to copy input to standar