Slashdot Mirror


User: ce

ce's activity in the archive.

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

Comments · 9

  1. Re:You might be a little disappointed then on Microsoft Looking to Run Windows on OLPC · · Score: 0

    IF Windows XP alone takes up 300MB (which I must admit I doubt) then good luck squeezing the rest of those apps (especially Office 2k3) into the remaining 212 MB :-)

    Oh,and then there's the matter of wsftp-server costing money (unless you want the crippled free version for home-use only),Office 2k3 costs a lot of money and mirc is also payware ,same goes for nero.

    Even if you managed to get those things installed it would end up costing several times the cost of the PC alone in software

  2. Re:Almost worthless on Cedega and Linux Games · · Score: 0

    That's odd. I had better performance in Linux using Wine than in Windows when playing Counter Strike some years ago.

  3. Re:Debian on Which OS Makes the Best VMWare Host? · · Score: 0

    I've used VMware on both Debian testing and stable recently with ReiserFS ,and it works very well.
      For the application we were testing it actually performed a lot better than using ESX-server or Vmware Server.

  4. Re:So basically... on Movie Downloads to Coincide with DVD release · · Score: 0

    agree. It's like allofmp3 offereing far superior music download service than any other site I've seen

  5. Re:Bluetooth is dead... on Is Bluetooth Dead? · · Score: 0

    Yeah talk about interfering with 802.11 :o)

    I can't use my fancy Bluetooth Headset at work after we got 802.11 ..That's 250 USD down the drain..Glad the company pays :-)

    Anyways,my experience with Bluetooth hasn't been god..Very difficult to get the devices to communicate and very unstable connectivity at best..

  6. Re:Overclocking and prices on The Plusses And Perils of Overclocking · · Score: 1

    I've always Oc'ed my comps.If you can go faster then why not ? I OC'ed my 486 Dx2 66 to 80 MHz,486 dx5 133 to 160 MHz,pentium 100 to 120 MHz,pentium 2 350 to 392 MHz,my Celeron 300 to 450 MHz, dual celeron 333 to dual 480 MHz and right now my P3 700 is at 952 MHz and still climbing.I just can't help it.
    I also tuned my car from 125 hp to 145 hp..Guess I'm addicted to speed :-)

    /ce

  7. Re:Hmmm... Why not RC5? on SETI@Home -- Running On A PCI Card · · Score: 1

    a mendicone core based Celeron owns RC5...Maybe even one of the coppermine based ones as RC5 is not very dependant on cache, but more raw fpu..

    /ce

  8. old news on Leaked Quake IV Screenshots · · Score: 1

    Check this: http://www.dailyrush.dk/quake3/content/stories/Sho wStory.php3?StoryID=539

    best regards

    ce

  9. Solution with tcpdump and bash... on Is it possible to ARP address a Linux box? · · Score: 1

    #!/bin/sh
    MAC=`ifconfig eth0 |awk '/HWaddr/ {print $5}'`
    IP=`tcpdump -nc1 ether dst $MAC and icmp[0]=8 |awk '/echo request/ {sub(":","",$4);print $4}'`
    echo $IP