Vim Quick Quide

:q  == Close Vi

:wq  == Save and Close Vi

:vim -p   file1.php   file2.sh    === Open multiple file

:tabn   ===  Switch to Next Tab

:tabp  === Switch to Previous Tab

:tabc  ===  Close current tab

:set nu  == Show line number

:set nu!   === Hide line number

By kaixersoft Posted in VIM

How to boot RH9 on text mode

At boot wait for Grub menu

1. Press “a

2. Choose the second line

kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/

3.  Add acpi=on rhgb quiet 3 at the end

kernel /vmlinuz-2.6.9-1.667 ro root=LABEL=/ acpi=on rhgb quiet 3

4. After edit… press “b” to reboot

5. then youre done … ^_^