Tag: Ubuntu

  • stop mysql from running at startup

    My Linux box was running mysql from the start and I did have no clue. It was not in my startup applications list, neither in my init.d folders. But whenever i did nmap of localhost, i could see the mysql port open. I could kill mysql service, need to kill it multiple times, only then…

  • My .vimrc file

    Vim is the editor of my choice for my linux box. I have configured my .vimrc file in my ubuntu. ————————————————————————————————————- ” Tushar Neupaney’s VIMRC File” Followme twitter.com/tneupaney” linuxfanatic.posterous.com ” (sw)shiftwidth: how many columns text is indented with reindent operations” (sts)softtabstop: how many columns vim uses when you hit tab” (ts)tabstop: how many columns a…