Slashdot Mirror


User: tico26

tico26's activity in the archive.

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

Comments · 3

  1. Re:Any way to... on NSI Registers Every Domain Checked · · Score: 1

    if you want to run this on OpenBSD (and possibly other *BSD systems), change /dev/random to /dev/prandom

  2. Re:The important thing to take away from this on Judge Rules In Favor Of Spamhaus · · Score: 1

    $ while [ i = i ]
    do
    wget http://www.e360insight.com/Motion-for-TRO.pdf -O /dev/null
    done

    that should do it!

  3. Re:LTSP for Public Libraries == godsend on Thin Client Solutions For Libraries? · · Score: 1

    While I don't administer a library, I deal with lots of non-employees (as well as lots-of-handholding-required CEO types) using various LTSP-based terminals that I administer. It works beautifully! Most motherboards I've found now support PXE booting, so without having to buy BootROMs for any NICs, or buying custom terminals, or having a floppy drive hidden inside the case I can have very cheap terminals. It's fast and easy to administer. If you haven't set up a server system before, use Mandrake/RedHat/SuSE just to get it up and running. That being said, it's insanely nice to have Debian's "apt-get install anything" and have software "just work" instead of chasing down various RPMs. I use Debian/testing (Sarge) in many production environments quite nicely. Also, invest the time into customizing a lightweight stripped-down desktop environment (like icewm) with only the programs listed that you want the user to run. You don't want the user to have flexibility. If you absolutely *must* have MS Office, Wine is decent, Crossover makes it easy to install/manage. But all you're doing yourself is opening yourself up to potential problems.