My nice .vimrc file.

This is a very good .vimrc file for any VIM user. Line numbering and indenting is enabled and it makes the VIM editor much more usable for any level of Linux user and programmer. " ~/.vimrc (configuration file for vim only) " skeletons function! SKEL_spec() 0r /usr/share/vim/current/skeletons/skeleton.spec language time en_US if $USER != ” let … Read more

Copying an Ubuntu kernel to a Gentoo installation

I have had someone come to my website looking for help on how to copy an Ubuntu kernel over to a Gentoo installation. This is not too hard to do. Let us say the kernel is version 2.6.35-14-generic. Then you will need to copy the /lib/modules/2.6.35-14-generic folder into the /lib/modules folder on your Gentoo installation. … Read more