Slashdot Mirror


User: terjegj

terjegj's activity in the archive.

Stories
0
Comments
4
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4

  1. Re:Got me excited there for a minute. on Free IMAP On Gmail · · Score: 1

    I had to change the language from Norwegian to English (US) for the IMAP option to show up in the preferences.

  2. Re:"overrated" needed for automatic +1 on New Slash Version v1.0.3 · · Score: 1

    > If the +2's are getting too noisy -- set your threshold higher. But if you increase your treshold too much, you often lose the context that make some of the highly rated posts worth their ratings. It will often appear more noisy, not less.

  3. Re:Two things: on Linux 2.3.40 released · · Score: 4

    >How do we know what the latest kernel REALLY is in these circumstances?

    Try finger:

    $ finger @ftp.kernel.org
    [zeus.kernel.org]
    The latest stable version of the Linux kernel is: 2.2.14
    The latest beta version of the Linux kernel is: 2.3.40
    The latest prepatch (alpha) version *appears* to be: 2.3.41-1

  4. Re:Actually, the O'Reilly is fine on Tutorial on Linux Device Drivers · · Score: 3

    Rubini's book is mostly about kernel version 2.0. Some of the examples don't work out of the box, but reading Richard Gooch's Kernel API changes from 2.0 to 2.2 might help.