Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



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

Logic is a systematic method of coming to the wrong conclusion with confidence.

Working...