Slashdot Mirror


User: shaiay

shaiay's activity in the archive.

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

Comments · 28

  1. Re: maildir on Ask Slashdot: Best Way To Archive and Access Ancient Emails? · · Score: 2

    This! Also, for fast Maildir searches, have a look at mairix

  2. Re:OPENVPN on Barracuda Appliances Have Exploitable Holes, Fixed By Firmware Updates · · Score: 1

    Does openvpn support certificate/public key based authentication?

  3. Re:Passwords are a worse vulnerability on Lax SSH Key Management A "Big Problem" · · Score: 4, Informative

    use the Match config file directive:

    PubkeyAuthentication yes
    PasswordAuthentication no
    Match Address 10.0.0.0/8
    PasswordAuthentication yes

  4. Re:Inability of server to enforce policy on Lax SSH Key Management A "Big Problem" · · Score: 1

    The server not being able to force policy on the clients is inherent to the client-server system: If you client is un-trusted, you cannot enforce anything on it.

    Unfortunately, while current OpenSSH supports multiple authentication options, they cannot be "stacked" - if you manage to authenticate in one way, you are in.

    In my blog I suggest a solution: I show a way to force OpenSSH to ask for a (server based) password after key based login,. This way you can enforce password policy on the server (strong passwords, etc...) with the standard tools, and also require a key. The key can now be password-less.

    Shai

  5. Re:How about an app that announces on NYC Taxi Commission Nixes Cab-Hailing Apps · · Score: 1
  6. I use the same model for an android app on The 'Everyone Gets the Source Code, Donations Get You Binaries' Software Model · · Score: 1

    SSH Persistent Tunnels : It's GPLv3, complete with building instructions:
    http://code.google.com/p/ssh-persistent-tunnel/

    but for $1.50 you can just save yourself the hassle of setting up the android SDK and install the binary from Google Play, complete with automatic upgrades etc...
    https://market.android.com/details?id=org.ayal.SPT

  7. Re:makes sense on Lawyer Demands Pacemaker Vendor Supply Source Code · · Score: 1

    Most devices that I know of need to pair physically with their programmer -- something needs to touch the skin above the implant to initiate communications.
    At this range, the would-be-assassin can just as well inject something to harm a person, no need for sophisticated communication gear. (a PC analogy: if the PC can be physically compromised, using SSL to access gmail won't help you ...)

  8. Re:makes sense on Lawyer Demands Pacemaker Vendor Supply Source Code · · Score: 1

    As someone working in implanted device development I can assure you that there are many regulations in place to guarantee that not much can interfere with your pacemaker.
    For the specific case of shoplifting detector gates, there exists such labs as GTRI which has specific tests for them, and for other types on interference there are many standards (PC-69, EN-45502, and more).
    Implanted device software is highly regulated and is developed and tested according to the relevant IEEE standards.
    Also note that pacemakers are quite old technology ~1958 and quite mature. So, although it is conceivable that there are bugs in pacemaker software, please give the relevant hw/sw engineers some credit

  9. Re:Not prior art on Apple Patents Portrait-Landscape Flipping · · Score: 1

    Actually, I have a cannon camera, the S80 which uses accelerometers to write portrait/landscape data to the EXIF and to orient the display when browsing photos. It's circa 2005, but I'm sure at least canon cameras had this feature before. Also, it's portable.

  10. Re:Evolution on Thunderbird Unseats Evolution In Ubuntu 11.10 · · Score: 1
    The email calender connection is simple -- email is used for invitations. invitations to events are sent via email, and the invited parties can accept, decline and such, also through emails.

    While this can be done using separate email and calendar apps, where the calender is a viewer for invites that the email app receives, and the calendar app sends invites/replies to invites directly using the MTA, it's much more convenient to be able to just be able to see the invite in the email app, see if it conflicts with an existing event, and click "accept" ro decline or whatever, all in the email app, in the message view pane.

  11. Re:PogoPlug on DreamPlug ARM Box Brings Power To Plug Computing · · Score: 1
  12. Re:Price £135 - Meh on DreamPlug ARM Box Brings Power To Plug Computing · · Score: 2
    1. I have an eepc 701, 2Gb SSD + external 2TB disk. It's running lenny, and It's been on for about two years, doing an rsync backup every night. I'm not sure what the power usage of this setup is since the eepc 701 is a celeron machine, which is not very energy efficient, and the the 2TB external disk has it's own power supply, but it does show that it can withstand being on 24/7

    2. For a really cheap alternative, try buying an NSLU unit used (called SLUG by it's affectionados). it should be ~$20. It takes 5W! I run squeeze on it. I have one connected to an external 500GB 2.5" unit,. It uses only the 5W power supply. It's on 24/7 doing backups from gmail, and photo backups, and serves multimedia files via SAMBA. It is quite slow, but it does the work

    3. Slightly higher power -- pogoplug at ~$50 on ebay. This should be fast enough and very low powered.

  13. Re:Oh, I laughed when I read this on Spam Text Prematurely Blows Up Suicide Bomber · · Score: 1

    Actually it wasn't in a deserted road but in Talpiot commercial district in Jerusalem (See this report).
    Because of the time difference it blew off an hour early which was (I think) 7:30am instead of 8:30am. 8:30am would have been a very busy time. at 7:30am it was quite deserted.
    Also, there was no suicide bomber -- the car was left to blow up with a timer.

  14. BuddyBackup on How Do You Store Your Personal Photos? · · Score: 1

    I did some online research a few months ago and found BuddyBackup. It lets you store your backups on your friend's disks (and vice-versa). It's free (as in beer) and by the feature list it looks like the company behind it knows backups.

  15. Re:OpenID isn't the solution on NYT Password Security Discussion Overlooks Universal Logins · · Score: 2, Interesting

    you do know that KeePassX is a post of the windows KeePass and the database is compatible between versions? There is even a portable version you can put on you IronKey, so you don't have to export keepass data tou your IronKey

  16. Re:Fail already on Beginning Python Visualization · · Score: 2, Informative

    in the python csv module you can specify the delimiter (so it can be semicolons, or even tabs). I'm sure you, being so not n00b (what's the opposite of n00b anyway?), could write up a python function to quickly determine the delimiter used in a file. csv files are also nice in that they allow to surround text in quotes, thus allowing to include the delimiter as data in the field (i.e. "hello,",goodbye would give you two fields)

    Disclaimer: I know the author

  17. Re:Idiots on Israel, Palestine Wage Web War · · Score: 2, Informative

    The irony is that Israel is slowly committing genocide on the Palestinians and nobody's doing anything about it.

    Well it's not a very successful genocide -- the number of Palestinians keeps getting larger

  18. Re:AMANDA on Best Open Source Alternatives To Enterprise Apps · · Score: 1

    It works very well using what it calls "virtual tapes" which are just files. We run it using only virtual tapes with daily backups to a dedicated backup server, and weekly off-site backups to USB disks which we then take home.

  19. Re:WTF on Examining Portal's Teleportation Code · · Score: 1

    Actually it's PHYSICS 101, not game programming 101, and he was being sarcastic ..

  20. Re:Slightly offtopic question on Wine 1.0 — Uncorked After 15 Years · · Score: 1

    VMWare Server (free as in beer, registration required) allows windows virtual machines to access the host's USB ports -- I have it running Win98 with some software accessing it's USB copy protection device

  21. Re:For the scientists: ERROR BARS on An Early Look at OpenOffice.org 3.0 · · Score: 1

    R:
    www.r-project.org/

  22. Re:Bionic eye on Hacking a Pacemaker · · Score: 2, Insightful

    Even if you can transmit very strong signals to the pacemakers from afar, the answer will be very faint (these things need to run for years on a single battery, they are very low power). Most communication protocols are bidirectional, so you won't really be able to communicate with it.

    As an added precaution, some manufacturers (at least Biotronic IMHO) have devices which only communicate when a magnet is placed near (again centimeters) the device, thus closing a magnetic switch and enabling communication.
    This is extremely hard to "hack" from afar -- you would need a very strong magnet which would probably cause a lot of other problems.

  23. Re:The size of the Hubble? on Defunct Spy Satellite Falling From Orbit · · Score: 1

    If I understand the GP, the problem is with atmospheric disturbances, turbulence and such, and they are the limiting factor in the resolution -- when looking from the earth to the sky they manifest as the flickering of stars/planets. Adaptive optics correct these disturbances in real time by subtle changes to the lens/mirror http://en.wikipedia.org/wiki/Adaptive_optics.
    The hubble doesn't have adaptive optics, so it's resolution is limited for looking at the earth. There is no problem looking at space though because you are above the atmosphere.

  24. Re:Multiple dimensions ? on GNU Octave 3.0 Released After 11 Years · · Score: 1

    Octave has support for multidimensional arrays for quite some time now (at least a few years).

  25. Re:Ubuntu's fast resume patch for grub on Getting Grubby & Demystifying Linux Booting · · Score: 1

    excellent swsusp2 for fedora is available from http://mhensler.de/swsusp/ he has a yum repository and does not lag much behind the "official" fedora kernel updates