Slashdot Mirror


User: briany

briany's activity in the archive.

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

Comments · 8

  1. cfengine, shell scripts, fanterm on Top Ten Linux Configuration Tools? · · Score: 1

    I would be seriously swamped if I didn't have cfengine setup to do a lot of the grunt work (ie. patches, copying config files around, checking that daemons are still runnning, etc).

    When I need to do one-off things, I generally turn to fanterm and/or shell scripts.

    I knew perl once. then learned to use bash more effectively.

    CVS, awk, sort, vim all necessary tools in my toolbox.

  2. Re:Should you use 128 bit WEP ? on How Stable is WEP? · · Score: 1
    I've seen tools that brute-force 64bit, but can only do a dictionary attack on 128. I would guess that someone has written a brute force tool for 128, but it is a larger keyspace to check.

    I do agree with you though that anyone that cares for security should be running some sort of a vpn over the wireless link.

  3. Yahoo Group bookwormsgathering on Is There A Book Sharing Network? · · Score: 1
    Just pay shipping when the book is requested

    http://groups.yahoo.com/group/bookwormsgatheringsp ot/

  4. Re:disable system services on startup on Linux Tuning Tricks? · · Score: 2, Informative
    Actually, the K* scripts are run when you leave that runlevel. Your shutdown will be slower as the system is trying to shutdown daemons that aren't running.

    I usually move the scripts from S* to s*. This way I can tell quite easily what I've disabled by hand.

  5. Re:Software Patches on History of Software Patches? · · Score: 1

    The numbers are 12345-1 for rev 1, 12345-2 for rev 2, etc, etc. The dash helps keep the confusion down; periods sometimes get lost in frantic searches for the right patch.

  6. Re:Software Patches on History of Software Patches? · · Score: 1

    This is cool because you don't have to remember that patches 294845 and 392843 and 492835 and 420293 are kernel patches. You just remember that patch 452593 is the kernel patch for Foo version 2. Incremental patch revisions provide better fixes, or similar fixes that show up elsewhere.
    Makes a hell of a lot of sense once you get used to it.

  7. Samba compile-time option for Netatalk? on Samba And Netatalk - Is There A Better Solution? · · Score: 1

    Its been a while since I have really looked at the compile-time options for samba, but I believe there is a --with-netatalk option that may minimize some of the locking issues between the two packages.

  8. Apache-SSL for me on On the Commercial Use Of Apache and SSL · · Score: 3
    I have been running a server with Apache-ssl for several years now w/o any problems. The patch does change some program names (ie httpd -> httpsd, apachectl -> httpsdctl) which can break some apache scripts.

    The biggest difference I remember hearing between mod_ssl and Apache-SSL is that mod_ssl team was more focused on new features and the Apache-SSL team was more focused on stability/speed. Things may have changed in the last year or so however.

    Both Apache/SSL solutions use the OpenSSL programs and libraries to generate certificates. I use Verisign as my CA. Never had a problem with either the initial request renewed certificates.