1/Install NVidia driver
Download NVIDIA driver <a href=’http://download.nvidia.com/XFree86/Linux-x86/1.0-8774/NVIDIA-Linux-x86-1.0-8774-pkg1.run’>here</a> (about 12,5 MB).
First switch X off by command:
Then run command with root permission
| sh NVIDIA-Linux-x86-1.0-8774-pkg1.run |
And startx to view result.
2/Config network
First, run command
If use dhcp, run:
| #/etc/rc.d/rc.inet1 restart |
3/Config sound
ru command
Then run
to change volume and
to save result.
4/Power down
uncomment the line
in /etc/rc.d/rc.modules
Other way:
Source:http://www.linuxforums.org/forum/slackware-linux-help/45453-power-down-question.html
Compile the kernel
| if you compiled kernel config support into your kernel you dont even need the config files laying around
download the 2.6.10 kernel source, extract it into /usr/src
zcat /proc/config.gz > .config
make menuconfig , adjust
make modules; make modules_install;
I hope apm is module only and not kernel specific, also
building your own kernel unless you know what you are doing breaks things |
5/Fix Lilo error
Lilo’s error come from config file (/etc/lilo.conf).
In config file, where config to start Fedora core 5:
image = /boot/vmlinuz
root = /dev/sda5
label = Fedora
read-only |
After ask this error on HVA forum, Mr.Khoai (oja brother’s nick after be changed) tell me try to comment where config FC5. After comment those line, type command:
Do againt tasks that I did, and restart computer 
———————————————————————
Some command that I’ve learned:
lspci
lsmod
installpkg
removepkg
upgradepkg <path/to/new pakage>
To view pakages that were installed in computer:
ls /var/log/adm
or
grep <pattern> /var/log/adm/*
(But in fact, my computer hasn’t this director
)
(source: chairuou, hxizan and kyanh on VNOSS forum)