Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror

Comment Re:Damnit! (Score -1) 296

it's very easy to update your kernel...
only download the patch and move it to /usr/src
go to your kernel folder (let's say it's at /usr/src/linux) and do this :
bunzip2 ../patch-2.6.21.bz2 && make && make install && make modules_install
it will ask you questions about the new features and you will answer y, n or m (module). if you don't know what to answer, press enter.
restart + good luck.

Slashdot Top Deals

It is easier to write an incorrect program than understand a correct one.

Working...