Showing posts with label settings. Show all posts
Showing posts with label settings. Show all posts

Saturday, May 20, 2006

Cool VIM settings

For those using VIM, I have some cool settings for you to try if you do a lot of config and source editing.
Make (if there is not one already) a ~/.vimrc file.
Edit it with...

:syntax on
:colorscheme delek
:set number
:set autoindent
:set tabstop=4
:set shiftwidth=4
:set backspace=2

What it basically does is it turns on keyword coloring (you can change delek into any other colorscheme), line numbering, a tabwidth of 4 and allows you to properly backspace your lines, etc. Put it on and try it out.

Thursday, May 18, 2006

My Linux questions answered (part 1)

Hi.
I have a couple of links here that I have made at Linux Questions.org's forums which I hope you might find useful.
SAMBA Sample
Problem setting up iBurst USB-terminal on SuSE Remote connection to KInternet
Kernel module with multiple source files compilation problem
Compiling a Kernel Module for User Mode Linux
A program to rip audio to a RAW file (Linux Programming)

Yes these are all Linux type questions, so if you have problem with stuff like that, then I hope this would be useful to you.

EDIT: I've updated the title to a more associative one.