Slashdot Mirror


User: caluml

caluml's activity in the archive.

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

Comments · 3,262

  1. Grumpy old man mode. on Ten Years Of The Linux Counter · · Score: 0, Troll

    I lost my account, cos they use one number, and a password, and something else. Why can't their accounts be email addresses, or something I can choose. Bah.

  2. Re:NTFS on What Will Be in Linux 2.7? · · Score: 1
    That will make it easier to convince people to give Linux a try.

    Nope. People that dual boot to give Linux a go, never really reboot. Cold turkey is the only way. Backup data. Wipe, format, install, and restore data. Set up browsing, mail, messaging, etc. Learn the differences. Away they go.

  3. Re:What? on U.S. Lists Web Sites as Terrorist Organizations · · Score: 1

    Erm, that is a lot, unless you're looking after a class B or something. You must have something else going on there. You signed up with a Chinese hacking contest site or something?

  4. Re:we'll focus on security .. this time we mean it on Ballmer Touts Focus on Security · · Score: 1

    You didn't say mirror the entire machine. You said move my files and settings.
    If you want to make machine b work exactly like machine a, one wonders what the point of it is? But if you really need to, backup, and restore on the new machine. Or put both hard drives in one machine, and dd if=/dev/hda of=/dev/hdb. Or rsync -va / root@newmachine:/ or one of lots of solutions.
    And your tar cf - ~ | ssh newmachine "cd /home && tar xfv -" shows that you have plenty enough skills to work all this out for yourself :)

  5. Re:NTFS on What Will Be in Linux 2.7? · · Score: 1

    Well you pay that whole bunch of guys to spend time working on it, and then you can give it away to the community.

    I'm not trying to argue - but you have to see that working hard, poring over obsolete documentation, dumps of data for no payback has got to be hard. Especially when not that many people will use the ntfs write function. How many people dual boot (don't forget to count all the servers in this) ? 5%? And how many of them --need-- to write to that NTFS partition? 5% of that 5%?

  6. Re:War games on Red Orchestra, UT2003 Mod, Released · · Score: 1
    and then my friends wonder why we have such a massive chip on our collective shoulder. :)

    Were you around then? Has this affected you personally?
    I mean, using the same logic as you, I should in that case be angry with the French, Spanish, Germans, Romans, Vikings, etc, etc. But none of them have ever done anything to me in my lifetime, so why should I have any problem with them?

    People are just people. We all like the same things.

  7. Re:We did this in Canada 15 years ago... on NASA Flies First Laser-powered Aircraft · · Score: 1
    drinking secret Canadian brain beer.

    New Canadian stem-cell beer - it regenerates your brain cells!

  8. Re:finally on Linux Journal Readers' Choice Awards Announced · · Score: 1
    Ever try to compile KDE on a Pentium II?

    Yep. emerge kde and go to bed.
    You don't have to watch it actually compile, you know.
    You also don't have to upgrade it every time a new ebuild comes out.

  9. Re:NTFS on What Will Be in Linux 2.7? · · Score: 1

    And I quote:
    created a company to sell their DOS version
    Do you see what's different between the free version you get in the kernel, and the version you are talking about?

  10. Re:"reversible" config on What Will Be in Linux 2.7? · · Score: 1

    What about
    make xconfig
    ?

  11. Re:"Securing the perimeter" is Flawed on Ballmer Touts Focus on Security · · Score: 1

    Three things Gentoo needs IMHO.
    1. "cryptographically signed" updates, not simple MD5s.
    2. A better way than their silly etc-update script for updating files
    3. A "default", a "security", and a "bugfix" update tag, so I could choose to only have to update ebuilds on my machine when there was a security or bugfix related issue. I mean, if App v2 has a problem until 2.22.53, then I need to update it if I am running anything less, right? If it's just a newer version, I don't want to know about it.

  12. Re:we'll focus on security .. this time we mean it on Ballmer Touts Focus on Security · · Score: 1
    it takes me half a day to move my files and settings from *one Linux machine to another*!

    tar cvf /foo.tar ~
    scp /foo.tar newmachine:/home
    ssh newmachine
    cd /home && tar xvf foo.tar

  13. Re:Scary Concept... on Electric Grid is a Vast Machine · · Score: 1

    You live in Jerusalem, but can't spell Palestinian?

  14. Re:Now we know how Skynet evolved... on Spammers Using Hacked Machines as Decoys · · Score: 1
    shoving SPAM down people's throats

    PAK CHOOI UNF
    Shoving will protect you

  15. Re:Does not seem so on Spammers Using Hacked Machines as Decoys · · Score: 1
    DiG 9.1.2

    Hmm, hope that's only your bind-utils package... :)

  16. Re:interesting on Man Vs Machine In Chess - Who Is Winning? · · Score: 1
    A car, or a human, goes at a certain speed. It's clear that however fast a human or a car moves, it's always possible to go 10 mph faster.

    299,792,458.8 metres/sec ?

  17. Re:Reiser 4 on Linux 2.6 Kernel Stability Freeze · · Score: 4, Funny

    Then the answer is yes. Reiserfs for lots of small files, XFS for lots of big files or its nice ACLs, and ext2 for that /boot partition. Ext3 over my dead slow body.

  18. Re:Reiser 4 on Linux 2.6 Kernel Stability Freeze · · Score: 4, Interesting

    More importantly, is XFS in there by default? I haven't tried it since about 2.5.59. It's annoying when patches made for vanilla 2.4 don't apply on 2.4 + XFS. If the vanilla kernel came with XFS, those patches would be made against that, and would apply.

  19. Re:Time to upgrade! on Linux 2.6 Kernel Stability Freeze · · Score: 3, Funny

    Duh! Don't you know anything? Linus 2.6 is the most stable OS ever. A man at the pub told me, and he works in IT selling computers, and I believe him.

  20. Time to upgrade! on Linux 2.6 Kernel Stability Freeze · · Score: 3, Funny

    Great! That means it's really stable now. I shall upgrade the fw at work to this tomorrow. DNS and mailserver as well.

  21. Re:dhsield.org and isc.sans.org on New SANS/FBI Top 20 List · · Score: 1

    That's very interesting. I just SSHd into a box at work, and telnetted to port 80 - boom, there it was. I'm not at all worried about anyone on my box at home - but maybe my cable subnet has been blocked. Aaah well, I don't really care.

  22. Re:Some messed up scoring here. on New SANS/FBI Top 20 List · · Score: 1
    Yes, but not because of Apache. It's because of people who don't properly handle data coming in from the user, etc. It's a tool that is used most dangerously, most often.

    Well, that could apply to anything. I could bind /bin/sh to a port running as root via inetd, and that would be a big problem.

    I know there was one in Bind8 last year. I'm not sure of any more recent with 8 or 9, though.

    But who the hell uses 8 any more? :) (Cue lots of people praising djbdns...)

  23. dhsield.org and isc.sans.org on New SANS/FBI Top 20 List · · Score: 1

    I haven't been able to get to dshield.org or isc.sans.org for ages now - a few months - with, or without a slashdotting. Any one else?

  24. Some messed up scoring here. on New SANS/FBI Top 20 List · · Score: 5, Informative
    The 3rd highest vulnerability to Unix is Apache?
    That's just crazy. OpenSSL and OpenSSH are having lots more problems right now. And Bind? When was the last remotely exploitable problem with that?

    Or am I reading a list from 5 years ago?

  25. Calling all the militia on Federal Court Throws Out Minnesota VoIP Regulation · · Score: -1, Troll

    You guys over there need to start taking up your arms against stupid laws.