Slashdot Mirror


User: Mathi�u

Mathi�u's activity in the archive.

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

Comments · 9

  1. Re:Anyone tested this? on OS X Leopard Firewall Flawed · · Score: 2, Interesting
    Doesn't show more with sudo:

    $ sudo netstat -an | fgrep LISTEN
    Password:
    tcp4 0 0 127.0.0.1.631 *.* LISTEN
    tcp6 0 0 ::1.631 *.* LISTEN
    Clearly the article is crap, the guy doesn't have a clue. Yesterday's comment post was well enough for this article, having it posted on the main page reflects poorly on the slashdot poster.
  2. Re:OSX and security on Ars Technica Reviews OS X 10.5 · · Score: 1

    There is nothing wrong, and I haven't deactivated anything. It is a fresh install of Mac OS X 10.5 on a MacBook Pro.

    Firewall is open, as per the default, and I have enough programs installed to do my everyday job. Do you have Mac OS X installed? What does netstat show for you? Can you identify what programs are listening to incoming connections?

  3. Re:OSX and security on Ars Technica Reviews OS X 10.5 · · Score: 5, Informative
    The article looks wrong, my install of Mac OS X Leopard doesn't exhibit any of the issues he describes:

    $ netstat -an | fgrep LISTEN
    tcp4 0 0 127.0.0.1.631 *.* LISTEN
    tcp6 0 0 ::1.631 *.* LISTEN
    $ lsof -iUDP
    COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME
    SystemUIS 164 username 9u IPv4 0x674d458 0t0 UDP *:*
    Adium 175 username 8u IPv4 0x674ca38 0t0 UDP *:49181
  4. Re:Does anybody run OpenSolaris on non-Sun hardwar on SCO Fiasco Over For Linux, Starting For Solaris? · · Score: 1

    Yes, many people actually do run Sun Solaris 10 on non-Sun hardware in production. What would you rather be running for your production on your brand new HP Opteron or IBM Opteron server: Redhat Linux or Sun Solaris 10?

    Please note that you can actually buy Sun support for non-Sun hardware and that vendors are certifying their hardware for Sun Solaris 10.

  5. Re:I wish I could agree on Making Things Easy Is Hard · · Score: 5, Insightful

    I don't understand either. I know Linux well, I have been using Debian for the past 5 years ; but now I just love Mac OS X. It never crashed on me (I have switched to OS X 6 months ago), fink is beautiful and apt-get is there when I am too impatient to just wait for the damn package to build.

    I never use X11, it's there, but what for. What exactly are you doing with your powerbook that makes you prefer YellowDog?

    Last, OS X is not slow. Yes, Apple Mail is slower to launch than mutt ever has been. But Safari is way faster to startup than Mozilla was on Linux... Globally things are differents, but not slower.

  6. Re:What safari isn't meant to be on Making A Better Browser History · · Score: 1

    Agreed, but I'd love to see that as a plugin! My safari has the one plugin that I couldn't live without: PithHelmet. This alone reduces greatly my interest in Omniweb for instance, which is good but doesn't block ads as good as PithHelmet default rules (and best of all, PithHelmet hides the ads).

    Safari is clean, and it feels great like that. But plugins are a must: look at FireFox - good because there's a lot of available plugins.

  7. Re:Probably a good idea on Making A Better Browser History · · Score: 1

    Actually, on my powerbook, I like the single button concept. You can still access right click using Ctrl-click which is as natural as a second button (at least on a laptop): the left hand stays next to the Ctrl-Option-Command keys while the right hand goes to the touchpad.

    As for the middle scroll button, I use Fn-slide: I press the key, and move up or down on the touchpad. This is much better than my old Microsoft Intellimouse where the scroll can't roll up anymore.

    I don't know how difficult that feels on a desktop computer, but one button with Mac OS X feels good on my laptop: try it!

    And as a side note, I love to have a Compose key (-e e produces e). There is no way to access international characters on a standard qwerty keyboard with Windows: that's a shame!

  8. Re:Usability on Google to Launch Free Mail Service? · · Score: 3, Interesting

    There is a GREAT client which makes encryption/signing very easy: Apple Mail! I am using a personnal certificate from Thawte (which is free, multiplatforms, easy to create if you find a good step-by-step guide with Google). Once you get your certificate, you insert it in Apple Keychain (which is the system wide program to manage your passwords and supports locking). You can then sign emails and encrypt for those people whom you have the public key. Try it ;).

  9. Re:Just one question on Morphing Code to Prevent Reverse Engineering? · · Score: 2, Insightful

    I agree: changing the code, even through an automated process, implies testing! So it seems for me that obfuscating the source will double the amount of testing required...

    "Is this a bug in the code morphing program or in the original application?" - wow, testing will get even funnier :).