Forgot your password?
typodupeerror

Comment xiaomi (Score 1) 287

bought a xiaomi air 13, cheap, sturdy, nice screen, ok keybaord/pad, fully Linux compatible, I get 6~8 hours battery life with light surfing running Linux after some tweaking. Best price/quality ratio IMHO.

Comment Re:Poll idea (Score 1) 106

22 years give or take, started with SLS, can't remember which version probably older than this one ftp://ftp.ibiblio.org/pub/hist... as I can vaguely remember kernel 0.97 but SLS 1.03 has kernel 0.98pl.

FWIW this is the first Linux distro (there are earlier versions but I didn't bother to search) ftp://ftp.ibiblio.org/pub/hist...

And the place to get your kernel was ftp://ftp.funet.fi/pub/linux/

Comment kvm and ksm (Score 1) 195

kvm (with a little patch) supports it, running it right now with 5 guests and have 53K pages which are shared. # cat /sys/kernel/mm/ksm/pages_sharing 53714 That's ~200MB for about 1,5GB memory used on the host. Now I can't figured out how many times those pages are shared, so I can't calculated the actual memory saved (it's between 200MB and 4x200MB).

Slashdot Top Deals

Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!

Working...