Slashdot Mirror


User: akh

akh's activity in the archive.

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

Comments · 58

  1. Re:Politics... on NASA Announces Final Homes of Shuttle Fleet · · Score: 1

    The Intrepid is definitely not free (unless you count viewing from the highway),

  2. Re:A technical question... on Ask Matt Asay About Ubuntu and Canonical · · Score: 1

    Try putting the following in /etc/rc.local

    setterm -blank 0 -powersave off

  3. Re:Was is really sabotage? on NASA Investigates Possible Sabotage by Worker · · Score: 1

    So it was cut wires after all.

  4. Was is really sabotage? on NASA Investigates Possible Sabotage by Worker · · Score: 1

    TFA's a bit light on details but maybe someone just dropped a wrench on the thing. OTOH if it's cut wires or something like that's another story...

  5. Re:640k remark on Bill Gates Talk From 1989 Surfaces · · Score: 3, Informative

    According to this page, 16MB of RAM in 1981 would run you about $150,000.

  6. The iMic rocks on An Affordable Pro-Quality Sound Card? · · Score: 1

    The iMic USB soundcards are really nice. Good quality parts, 48k@24 bit recording (iirc). Interface-wise these cards are very simple. They pretty much just have volume and balance, no frilly features to speak of. Oh, and it runs on Mac, Linux, Windows, etc. without special drivers. By far one of the best (consumer-grade) sound cards I've ever used. And no, I don't work for them.

  7. Re:What kind of calculations? on Oak Ridge Lab Supercomputer Doubles Performance · · Score: 1

    Floating point addition, I'd presume. Probably SIMD but maybe register to register.

  8. Dia on What Tools Do You Use for UI Prototyping? · · Score: 1

    I use Dia all the time for interface. It's great for trying out different variations. Since the graphic primitives are so, well, primitive, it's easy to focus on usability instead of eye candy. Visio might also be usable for this.

  9. Use an order-specific symlink on Security for a Small Stock Photo Company · · Score: 5, Insightful
    Unix-specific solution:
    • Place the zipfiles into a directory readable by the webserver but not accessable over HTTP. Call it something like /webroot/private
    • Create a second directory, writable by your shopping cart script and HTTP-accessable. Call it something like /webroot/orders
    • When a customer places and order, have the script create a symbolic link from the private directory to an order-specific filename in the public directory (an MD5 sum of e.g. the time + process id might make an appropriate filename)
    • Provide a link to the symlinked file in the customer's receipt
    For example:

    In the script:
    ln -s /webroot/private/CONTENT.zip /wehroot/orders/RANDOM_FILENAME.zip

    In the receipt:
    <a href="http://example.com/orders/RANDOM_FILENAME.zi p">Click here to download</a>

    (Thank you slashcode for clobbering that code - get rid of the space in 'zip' and the '[example.com]' string, above)

    This isn't foolproof since customers can still pass the URL on to others. If they do though, you'll know who did it based on the order-specific filename.

  10. Re:No thanks on IE Holes Not Microsoft's Fault, Says Bill · · Score: 1

    Maybe so that if Something Really Bad Happens then whitehouse.gov will (in theory) still have connectivity. FEMA's network is probably set up with those kinds of scenarios in mind.

  11. Re:No thanks on IE Holes Not Microsoft's Fault, Says Bill · · Score: 3, Interesting

    $ whois 63.161.169.137
    Sprint SPRN-BLKS (NET-63-160-0-0-1) 63.160.0.0 - 63.175.255.255
    FEMA SPRINTLINK (NET-63-161-169-0-1) 63.161.169.0 - 63.161.169.255

    whitehouse.gov is on FEMA's network? Interesting. Though it kind of makes sense if you think about.

  12. Chip ethics? on Storing Data In Cow Guts? · · Score: 1

    Having to ask the salesman whether the RAM is Vegan... Never expected that would happen!

  13. Speaking as a sysadmin... on Appeals Circuit Ruling: ISPs Can Read E-Mail · · Score: 1

    One rarely needs to read a user's spool file. In the rare cases where it does need to be done one generally gets permission from the user beforehand and uses grep and similar tools to show only the information that one is looking for. I feel it is ethical to perform limited examination of user's email without the user's express consent as part of troubleshooting, etc. provided that no personal information (e.g. message bodies) is viewed. Similar guidelines apply for packet sniffing. That being said, actively reading other's emails and/or harvesting private information from them is highly unethical.

  14. Re:Wow.... on New IE Malware Captures Passwords Ahead Of SSL · · Score: 1

    >And finally - the story is not about Microsoft, it's about malware that someone else created. >You could create and install malware for Firefox too, you know

    Except that the infection vector is a known IE exploit for which there is no patch.

  15. nedit on The Latest And Greatest Console Applications? · · Score: 1

    Not a console app per-se, but a great shell environment. Press Enter on the keypad and have the current selection or line executed by the shell with stdout and stderr going to the editor window. This plus on-the-fly macro recording makes system administration a breeze.

    Best strictly console apps: vi, wget, bash, grep, sed, awk, screen

  16. Re:why venus second to mars? on New Scientist: Venus' Atmosphere Implies Life · · Score: 1

    I'd add to to that

    6: Sulphuric acid rain
    7: A planet that catastrophicly resurfaces itself on unknown but geologicly short timescales.

    There's a reason that we only have one photo from the surface of Venus: the Soviet lander only survived long enough to take one picture (and the craft was heavily hardened against the environment)

  17. Re:The only problem with Linux is the UI on Top 10 Things Wrong With Linux, Today · · Score: 1

    >I find IPTABLES to be a bitch to configure. It's more complex than it needs to be. Just like most Linux software.

    Try fwbuilder. It's a gui app that lets you easily configure multiple firewalls. Exports to shell scripts so you can tweak by hand if you want. Works with FreeBSD as well.

  18. Re:Client/Server on Using Winamp vis. Plugins with xmms · · Score: 1

    OK, I see now

  19. Re:Client/Server on Using Winamp vis. Plugins with xmms · · Score: 1

    Silly question, but why are you using VNC instead of X11? xmms is an X-Windows application and X-Windows is designed to support 'seperation of UI and backend by a network transparent layer'. If you're concerned about access from non-Unix platforms, there are X Servers available for Windows (Cygwin has a decent one) and OS-X (very nice). Also, X11 is much less resource intensive than VNC.

  20. Re:Solar Eclipse and the X-Files on Slashback: Riftiness, Ixianism, Eclipse · · Score: 1

    Looks like Burning Man to me

  21. Re:Quantum-like Storage on Improving Unix Mail Storage? · · Score: 2, Interesting

    A similar idea has already been implemented. Some
    Canadian researchers used an existing 8000km fiber
    optic network as a storage device. Basicly, the network
    is configured as a loop and the
    data to be stored is simply sent onto the network.
    Packets of data are placed onto the network and can be
    pulled from it as they pass a node on the network.
    It's kind of like a cross between a token ring network
    and a mercury delay line. You can find a few more
    details from this link.

  22. Any comment... on What is Well-Commented Code? · · Score: 1

    ...except for FIXME!

  23. Re:LCD is the answer on Monitoring Your Monitor · · Score: 1

    >> While LCD panels don't have an electron beam to radiate phosphorus, they still radiate >> photons. Otherwise you wouldn't be able to see them.

    With a CRT, each pixel in each row is scanned individually; with an LCD, all the pixels in a row are simultaneously scanned. This makes LCDs more secure than CRT because one can only determine the brightness of each row in the display while with a CRT one cand determine the brightness of each point in a row as well thus allowing one to reconstruct the image.

  24. Re:WTC & Respect on Leaked FEMA/ASCE Draft Report On WTC Collapse · · Score: 1

    Actually, the towers did not fully meet NYC building codes. Normally building of that size would not have been permitted to be built because the extreme height would make fire fighting very difficult. The towers were constructed by the Port Authority of New York and New Jersey (an intergovernmental body) which was exempt from local building codes. The Port Authority knew that the buildings went against NYC building code but decided to procede with construction despite strong objections from the NYC Fire Department.

  25. Use groups to exclude on Isolated Apache Virtual Hosts? · · Score: 2, Insightful
    This works well:
    • Create a webusers group and make all hosting clients members of it
    • Set permissions of web files to 604 or 705
    • Set ownership as follows:
      • user: the file's owner
      • group: webusers
    • The web server should run under a group other than webusers
    Set up like this each user can access their files (they have read/write/execute permission on them), but not those of other group members. The web server still be able to access them since it is not part of the webusers group and thus falls under the 'other' set of permissions. It is important to restrict access to the server to members of the webuses group and to administrators - there should be no regular users on the machine who are not in the webusers group. A server set up this way should do want you are trying to do.