Slashdot Mirror


User: Bloem

Bloem's activity in the archive.

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

Comments · 22

  1. Re:Try to do something right on Reporters Threatened, Labeled Hackers For Finding Security Hole · · Score: 1

    A defense is easy: Does the so-called hacker have a handle? If not, it is not a hacker! Seriously most reporters spend more time recovering handles or other goes-by-the-name-of-references than describing the issue at hand.

  2. Most times SSL is not the problem on Ask Slashdot: Is SHA-512 the Way To Go? · · Score: 2

    IMHO SSL is often not the problem. Most websites/webapps are hacked through badly configured and unpatched servers or through programming errors in the site itself. If you're concerned about security, make sure that your website/webapplication/cms is secure. OWASP is a good source for hints and tips. They even have a top-10 for this stuff. So, if SHA-512 is you're only problem, you're doing just fine.

  3. Re:Not Aware? on Sony Delays PlayStation Network Reactivation · · Score: 1

    And Debian explains in detail what has happend. I'm hoping Sony will do the same eventually.

  4. Re:Not nearly as bad... on The Great Firewall of Europe · · Score: 1

    Naturaly cyberspace is the correct term ever since US and Russia agreed about what it means back in april 2011.

  5. No changes for the average user on Researchers Bypass IE Protected Mode · · Score: 1

    No worries for the average user. Most people I talk to aren't even aware that there was a sandbox-option that could be used. So it's a hole in a door that nobody knew was there. Kinda philosophical: "If a sandbox was cracked that no-one knew existed, is it really cracked".

  6. Re:Also from the article on Alternative To the 200-Line Linux Kernel Patch · · Score: 5, Funny

    I've read your comment several times and each time I hear the voice of comic book guy from the simpsons in my head. I'm not trying to be rude so I'm hoping you're not offended by this. I think it has to do with the "no, incorrect" part that your comment starts with.

  7. Re:wrong OS? on Desktop Linux Is Dead · · Score: 1

    That's it, I'm switching to Hurd.
    http://www.debian.org/ports/hurd/.

  8. Re:Bleeeechhhh on Against Apple, Ballmer Floats Microsoft Merger With Adobe · · Score: 3, Funny

    As 3\/1l as this may seem, this might even be a good thing from a security point of view. The MS-guys have made huge steps the last decade in improving their security processes. We all get a monthly mea culpa and a bunch of fixes. This can only but improve the track record of Adobe.

  9. Re:Some Pointers (hehe) on Java, Where To Start? · · Score: 1

    I've found this book that is really (i mean really) simple in describing J2EE. And while it is a bit optimistic, it does tell you why to bother with J2EE in the first place. http://www.amazon.com/J2EE-1-4-Picture-Solveig-Haugland/dp/0131480103

  10. Re:More research? on World's Largest Atom Smasher Nears Completion · · Score: 1

    I've read that book, the answer seems to be 42.

  11. Re:Return on Investment? on Dell Customer Gets Windows Refund · · Score: 1
    This might be one of those IT jobs that should be outsourced.

    1. Buy laptop from dell

    2. Find someone speaking/writing English that only wants a dollar per day

    3. ??

    4. profit

  12. Re:Sonoma = California Wine Country on Intel Sonoma UK Launch Party · · Score: 1

    It is also dutch liquor since 1860:
    http://www.sonnema.nl/nl/index.asp

  13. Re:Compiler technology on Cell Architecture Explained · · Score: 1
  14. Re:Yes on 'Evil Twin' Threat to Wireless Security · · Score: 1

    Your explanation is correct. But I think I have a small contribution.

    When the client connects, the server returns a certificate (in X.509 format) that states that this is indeed www.bankofslashdot.org. The public key is just a part of this certificate. This certificate is signed by an organition that both the server and client trust (in this case verisign).
    In a complete SSL session the client then presents his certificate to the server to announce who he is. This certificate is also signed by an organisation both client and server trust. (This part is often not implemented because it is a hell of a job to distribute all those client certificates).

    Often the verification of X.509 certificates is not correctly implemented by browsers (http://www.securityfocus.com/bid/2735) which enables an attacker to create his own certificate and offer that instead.

    When connecting to an SSL-enabled site it is often best to inspect the certificate yourself. When the connection is realy important you can use the fingerprint of the certificate to see if this is realy the right site. It should be possible to call your bank and have the fingerprint verified. Be warned though, not all banks know what the H*ll a X.509 certificate is and what that fingerprint is you're moaning about.

  15. Re:Bow down... on Tiny Aircraft Feeds Itself With Dead Flies · · Score: 2, Funny

    Imagine a beowolf cluster of one of these .. oh wait ... all your flies belong to us .. no uhm, but does it run Linux?

  16. Re:Older Versions of Windows on Educational Software To Donate With Laptop? · · Score: 1

    This of course also creates a breeding ground for viri (virusses ?!?) and other flora. Besides giving them a free laptop you also present a vulnerable system with software no longer supported by a vendor and therefore without patches.

    Just hope their Internet connection is big enough to download the latest debian release ;-)

  17. Re:openSSH on SSH-Based Solutions - Looking for Industry Proof? · · Score: 2, Informative

    Even though recently some security issues are found in openssh, it can be regarded as one of the more stable and secure implementations of the ssh protocol.

    Make sure that when openssh is used, it is configured properly.
    e.g.
    - no root login
    - SSH2 instead of SSH1
    - use login with key instead of passwords

    There are more configuration options, please read the man pages for those.

  18. Re:Hybrid environments on How Hard is it to Manage Different Unices? · · Score: 1

    When using multiple OS-es, your network could even become more secure. Imagine a hundred servers running the same OS. Once a worm or virus is created for that OS all your servers are vulnerable and can be infected.

    If you multiple OS-es, only some of your servers will be vulnerable for that worm or virus. Thus the impact of a virus will be limited.

  19. Re:Shit on KPNQwest Files for Bankruptcy · · Score: 1

    The radio news (radio1, http://portal.omroep.nl/radio1 ) mentioned it in the early morning around 7 AM.

  20. Re:I don't get it either... on United Linux is Here · · Score: 1

    " The nice thing about standards is that there are so many to choose from. " -- Andrew S. Tanenbaum

  21. Re:Cube of Crusoes on Transmeta Meets Blades · · Score: 1

    Sounds like a transputer from inmos that was popular in the beginning of the '90. Dunno if they can be bought though. I've used them at the university. The most easy way to program such a cluster was with the occam programming language.

    Hmm, I think I'm getting old

  22. Just the servers on Open Source Software in a Windows Environment? · · Score: 1

    Our corp moved the webserver and mailserver to linux. Nobody noticed except that mail worked and the site was not down.