Slashdot Mirror


User: someonehasmyname

someonehasmyname's activity in the archive.

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

Comments · 268

  1. here's an interesting read on XFS merged in Linux 2.5 · · Score: 4, Informative

    this pdf compares how journaling file sytems compare to non-journaling systems like ffs or freebsd's soft updates.

  2. Re:The best? on Official FreeBSD nVidia Drivers · · Score: 1

    ummm.. I've patched openssh on all my freebsd boxes more times than I've had to patch apache, sendmail and bind put together. Don't belive Theo's "auditing" propaganda.

  3. Re:postgres on MySQL 4 - Is it Stable? · · Score: 1

    yes, but developers that don't have money for another box probably don't have money for windows licenses either.

  4. Re:chflags/chattr on Additional Security in the Linux Kernel? · · Score: 2, Interesting

    in FreeBSD you have a "kernel security level" man securelevel

    The kernel runs with four different levels of security. Any super-user process can raise the security level, but no process can lower it. The security levels are:

    -1 Permanently insecure mode - always run the system in level 0 mode. This is the default initial value.

    0 Insecure mode - immutable and append-only flags may be turned off. All devices may be read or written subject to their permissions.

    1 Secure mode - the system immutable and system append-only flags may not be turned off; disks for mounted filesystems, /dev/mem, and /dev/kmem may not be opened for writing; kernel modules (see kld(4)) may not be loaded or unloaded.

    2 Highly secure mode - same as secure mode, plus disks may not be opened for writing (except by mount(2)) whether mounted or not. This level precludes tampering with filesystems by unmounting them, but also inhibits running newfs(8) while the system is multi-user. In addition, kernel time changes are restricted to less than or equal to one second. Attempts to change the time by more than this will log the message ``Time adjustment clamped to +1 second''.

    3 Network secure mode - same as highly secure mode, plus IP packet filter rules (see ipfw(8) and ipfirewall(4)) cannot be changed and dummynet(4) configuration cannot be adjusted.

  5. Re:What's the point? on Comparing and Contrasting BSD/OS and NetBSD · · Score: 1

    I've been running FreeBSD and OpenBSD for a couple of years now, and haven't ever installed NetBSD before.. It's true, FreeBSD does by default take a little more room than OpenBSD (not near as bad as Linux), but I think it's worth it.. FreeBSD's configuration files and everything make much more sense to me than OpenBSD's..

  6. Re:Oxymoron on Volvo's "Safety Car" Runs Windows 98 · · Score: 2, Interesting

    > I'd like to see linux circa 1998 try and power a car.

    It's 2002 and they've chosen win98 for their new model.

    Linux's usability in 98 doesn't matter. It's more than capable of running a car today...

  7. the funny part.. on Web Designers Ignoring Standards and Support IE Only · · Score: 1

    The funniest part about this is that when you plan on supporting all the browsers from the start it's not that much extra work... Unless you're doing dhtml/javascript menus, but I code a long time ago that I've tested under ie, ns4, ns6, moz, and opera. Works fine with all those browsers, and I copy-and-paste it when I do ew sites that require dhtml/javascript.

  8. Re:More sequels? on Review: Men In Black II · · Score: 1

    Christopher Nolan is the shit.

  9. Re:MOD PARENT UP on Serial ATA and Serial SCSI · · Score: 1

    I agree with this post . . .

  10. Re:Mirror Site on Mathematical Lego Sculptures · · Score: 1

    yeah, I used wget and pulled his entire site in the event it's slashdotted. I really run an isp. =)

  11. -1 Redundant on A Terabyte of Data on a Laptop Hard Drive · · Score: 1
  12. Re:Works pretty well (in beta, anyway) on XPlay: iPod with Windows · · Score: 1

    He said "iMac's killer app," not "iMac killer."

  13. here's a good one. =) on What's It Like to be Google's Boss Techie? · · Score: 1

    Why don't you use FreeBSD like all the other huge sites?

  14. Re:Just give me SMP. on OpenBSD Hackathon · · Score: 1

    have you made sure to specify "tag=." for each port category?? ie: "ports-all tag=." Otherwise, it will remove all the ports, and re-download all of them.

  15. Re:Counterstrike on Game Developers Cracking Down on Cheating · · Score: 1

    yeah, I was totally happy with punkbuster. hlguard and csguard make servers far too unstable, and there's still cheaters.

  16. cool on Daemon News Reviews DataHive Server · · Score: 1

    that+looks+cool

  17. Re:Hrm... on Community Sets Up Their Own DSL · · Score: 1

    yeah, but I think the iPaq lived longer.

  18. Re:Any group... on Community Sets Up Their Own DSL · · Score: 1

    Yes, but he did say "that is viable by the sheer weight of their numbers."

    That doesn't mean everything.

  19. Re:7000 ports == lots of unportable software on FreeBSD Ports Collection Reaches 7000 · · Score: 1

    okay, first I'll explain how ports work... then I'll tell show you that your numbers are wrong.

    to download new ports you use cvs. they're broken down into categories. www, ftp, sysutils, audio, etc. when you run your cvs script, it will always download files called: Makefile, distinfo, pkg-comment, pkg-descr, and pkg-plist. Occasionally it will create a "files" directory and include patches. It always downloads the patches, because they're generally small anyways.

    Just to have exact figures I downloaded all of the ports while writing this (I usually don't download ports having to do with japanese, chinese, etc.)

    Here's what I found:

    /usr/ports# find . -type d -maxdepth 1 -ls
    returns 54 directories, one is "." and four don't count. (they're used by FreeBSD)

    /usr/ports# find . -type d -maxdepth 2 | wc -l
    returns 7111 results. Now we need to subtract the 55 "."'s and all of those "."'s have a "." of their own.

    7111 results, minus 110 = 7001 total ports.

    /usr/ports# du -h
    returns 266 megs.

    266 megs / 7001 ports = 0.038 megs per port.

  20. Re:port == source or binary package ? on FreeBSD Ports Collection Reaches 7000 · · Score: 1

    a port is the source, with freebsd specific diffs, that gets patched and then compiled.

  21. Re:you have to be kidding on XP Service Pack Does the Impossible · · Score: 1

    This is true, a friend of mine made the mistake of trying to update his warez copy of office 2000 from the officeupdate site.. What a nightmare.. He wound up having to format and re-install windows/office..

  22. Re:LinuxISO.org Stallman.org GNU.org on OpenBSD 3.1 Released · · Score: 1

    umm.. listen.. read about stuff before you make a fool of yourself. This FAQ explains everything about the copyright.

  23. Re:ISO Images on OpenBSD 3.1 Released · · Score: 2, Informative

    Yes, but they give you instructions for making your own iso.. I just made my 3.1 iso. Very simple.

  24. hmm.. on Microsoft Opts-In Hotmail Users · · Score: 1

    I just checked my hotmail account, and all of my checkboxes were still un-checked.

  25. Re:for that matter on FreeBSD: Perl to be removed · · Score: 1

    no, you know what.. he's fucking right. if you knew anything about FreeBSD, you'd know that standard packages are installed in /usr/bin, where as non-standard packages (installed from ports) get installed in /usr/local/bin.