• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

linux help

You might want to check out the Kernel-HOWTO, as well as the <a target=new class=ftalternatingbarlinklarge href="http://forums.anandtech.com/messageview.cfm?catid=34&threadid=789330">great AT Linux/BSD/*NIX FAQ project
</a>
 
download tarball from kernel.org

tar zxvf linux-2.4.18.tar.gz
rm -rf /usr/src/linux
mv linux /usr/src
cd /usr/src/linux
make menuconfig
select your options and drivers
make dep
make clean
make bzImage
make modules
make modules_install
cp arch/i386/boot/bzImage /boot/vmlinuz-2.4.18
cp System.map /boot/System.map-2.4.18
vi /etc/lilo.conf
vi /etc/modules
shutdown -r now

of course you cant simply just do this and expect it to work, but this is the general idea of what is involved. check the links jliechty mentioned, and read. READ READ READ!!! 😀

irc is also always a handy place for help. efnet #linuxhelp or OPN #debian are great (the latter, if you are a debian user)
 
Back
Top