Slashdot Mirror


User: Korth

Korth's activity in the archive.

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

Comments · 44

  1. OAuth2 is rife with security issues on After Two Fixes, OAuth Standard Deemed Secure (net-security.org) · · Score: 1
  2. In Ireland Google.ie and yahoo.ie were also hacked on Google.com.pk and 284 Other .PK Domains Hacked · · Score: 3, Interesting

    A similar thing happened in Ireland earlier this month due to a vulnerability in Joomla! http://www.iedr.ie/docs/IEDR_Statement_F_issued_9_November_2012.pdf

  3. Re:difference between google and microsoft on Changing Climates for Microsoft and Google · · Score: 1

    Searching on Live Search:
    [google]: 751
    [google -DummyZXCVB]: 65,806,166
    [microsoft]: 80,139,835
    [microsoft -DummyZXCVB]: 80,722,350

  4. ASERTH: better than Dvorak and easier to switch on Back and Forth Between Qwerty and Dvorak? · · Score: 1

    The ASERTH keyboard layout has all the advantages of the Dvorak layout, but makes switching layout MUCH easier.
    http://aserth.com/

  5. Re:What are the alternatives? on Meaningful MD5 Collisions · · Score: 1

    D.J. Bernstein's Poly1305-AES seems like an interesting alternative, it's in the public domain.

  6. Re:All I have to say is... on In Which OS Do You Feel More Productive? · · Score: 1

    You can get native GNU tools for Win32 from:
    http://unxutils.sourceforge.net/

  7. Re:Broadband and North America : A sad story on Indian Consortium To Offer 2 Mbps At $2.30/month · · Score: 1

    In Spain, Jazztel offers 1024/300/35, and ya.com offers 1024/300/34. Not available everywhere.

  8. Re:90% of the internet is valnerable ... on Network Attacks Via DNS · · Score: 2, Insightful

    Take a look at PowerDNS
    http://www.powerdns.com/products/powerdn s/

  9. Here's a much better article on New Digital Audio Formats · · Score: 2, Informative
  10. Re:it wouldn't change anything on New IE Holes Discovered · · Score: 1

    If it causes a blue screen you can report it to the security team. You won't be ignored.
    http://www.microsoft.com/technet/securit y/contact. asp

  11. Re:Differences vs. annoyances - PCRE's on Worst Linux Annoyances? · · Score: 1

    You can use PCRE with VIM:
    http://vim.sourceforge.net/tips/tip.php?tip_ id=393

    Use perl instead grep, e.g.:
    cat filename | perl -ne 'print if (/myregexp/)'

  12. Timo's Rescue CD Set on Required Tools for PC Repair? · · Score: 1

    Take a look at http://rescuecd.sf.net/
    Excellent toolkit, and it can be adapted to create your own rescue CD. Based on Debian.

  13. Using a VPS+SSH for a zero-open ports network on Securing Your Network? · · Score: 1
    This is a bit like a DMZ, but it requires no firewall, only a decent NAT, since all incoming ports are blocked on the internal network (unless you want to block outgoing ports).

    In this example, we want to achieve secure webmail. The internal server is running an IMAP server. The VPS (Virtual Private Server) is running Apache and a web mail program that connects over IMAP (e.g. SquirrelMail).

    You create a passwordless SSH port forwarding from the IMAP server towards the remote VPS (Virtual Private Server).

    rm ~/.ssh/*
    ssh-keygen -t rsa
    scp ~/.ssh/id_rsa.pub username@vps.com:~/.ssh/authorized_keys2


    And then to create the SSH port forwarding for IMAP.

    ssh -2 -f -C -N -g -R 10143:localhost:143 username@vps.com

    And then set the webmail to use port 10143. I'm using a high port number so that the SSH forwarding can run as a non-root user.

    I now only need to figure out how to automatically reconnect if the SSH connection dies.

    So the internal network has no open ports. And even if the VPS gets hacked, they can't connect to the internal network (all the connection start from inside).

    Has anyone tried out anything like this?
    Can anyone point out any possible security problems?
  14. Re:If Ars Technica is so concerned about usability on A Better Finder? · · Score: 1

    It depends.
    See the following link:
    http://www.ergogero.com/FAQ/Part6/cfaqPart6 .html#p 6.2

  15. Re:Despite what the apologists say on Slammer Worm Slams Microsofts Own · · Score: 1

    Microsoft Baseline Security Analyzer is a good GUI tool that check for missing hotfixes and various security problems.
    You can download it at http://www.microsoft.com/TechNet/Security/tools/to ols/MBSAHome.ASP

    However, to use this tool, you need to enable the "Server" service, or you'll get weird errors.

  16. How to convert Word to XML on Tim Bray on Microsoft Office · · Score: 5, Informative

    I've recently been reviewing a dozen of different software to convert from Word to XML.

    So far the best tool I found is upCast (free for personal use) from http://www.infinity-loop.de/ .

    To convert a Word file:
    * Use Word's AutoFormat feature to convert visual formatting to Word styles
    * Redefine all the text as Word styles
    * Run upCast to convert to XML using the "XML (content, no DTD)" filter
    * Run HTML Tidy from http://tidy.sourceforge.net/ with the parameters -xml -utf8 -clean -bare .

    Other tools that might be worth a second look:
    * Majix (Open Source) - http://www.tetrasix.com/
    * WorX SE - http://www.xyvision.com/
    * XML MarkupKit (in German) - http://www.eds.schema.de/download/MarkupKit/
    * DocSoft LLC Word-to-XML - http://www.docsoft.com/w2xml.htm

  17. Use Ghost for backup before you touch it on Correcting ext3 File Corruption? · · Score: 1

    I recommend plugging in an extra hard drive, and using Norton Ghost, or one of the alternatives to back up the partition, before touching it. Since the filesystem is corrupt, you'll probably have to do a bit-to-bit copy for it to work.

    Afterwards, you can do whatever experiments you want with it, and still be on the safe side.

  18. Creating JPEG2000 images under Windows on JPEG2000 Coming Soon · · Score: 1

    The following programs allow to convert/create JPEG2000 images under Windows.
    http://www.xnview.com/
    http://www.slowview.at/

  19. Google database not updated in 3 months on Google to Offer API · · Score: 1

    Google doesn't seem to have been updated for about 3 months.

    e.g. a search for "GXP120" on Google gets me 29 results.
    The same search at www.alltheweb.com gets me 1012 results.

  20. 75GXP nightmare - over 70% failure rate - 18 of 25 on IBM 120GXP Revisited · · Score: 1

    For our company we have bought about 25 75GXP drives 30GB drives a year ago.

    In a 12 month period, 18 out 25 have already failed.

    Luckily, our vendor has agreed to replace the hard drives with a different brand and usually as soon as the weird squeaks started, before major data loss occurred. On the few occasions the hard drive was replaced by the another drive of the same model, it exhibited the same problem.

    1% is a normal failure rate for hard drives.
    70% FAILURE IS TOTALLY UNACCEPTABLE.

    I guess if we'll wait a few months, the failure rate will be near 100%. The problem is that we have to wait for the drive to fail before we can replace them.

  21. After the WTC attack we should know better on Affordable Home Backups for 10-100G Systems? · · Score: 1

    Always keep offsite backups

  22. Re:How I back up a File server of 320 Gigabytes on Affordable Home Backups for 10-100G Systems? · · Score: 1

    It's a bad idea to backup every hour, especially if this is your only backup. If files get corrupted, and you don't notice it immediately, by the hour the rsync'd copy would be corrupted too.

  23. Re:Try DLT... on Affordable Home Backups for 10-100G Systems? · · Score: 1

    They also sound like tanks... Not something you would want to backup overnight in your a bedroom.

  24. Re:I think perl is shorter on Esoteric Programming Languages · · Score: 2, Funny

    In QBASIC it's even shorter.
    ?"Hello World."

  25. I love the idea on New Cell Phone Typing Solution · · Score: 1

    I tried the idea, and there's about a 4x typing speed increase over the regular method. It's very easy to learn, because you don't have to memorize anything. For example, the 3 key has "DEF" written over it. How hard is it to learn that using your index finger would produce a "D", the middle finger a "E", and the ring finger a "F". I caught up with the idea nearly instantly, unlike the palm handwriting recognition, which forces you to learn a new alphabet (although that's not too hard either). From my experience with handwriting recognition, it is slow and error-prone from factors like writing size, speed, hand stability, grip and so on, and it forces you to always look at the screen. With this method you can touch-type without looking at the screen.

    The main problems are that it forces you to hold the phone with the other hand, it will probably need to be calibrated for every user, and probably won't work if you're wearing gloves and so on.

    But even after all, it's a simple and ingenious solution for most circumstances.
    Phone makers just need to add an option to go back to the older method of typing, to handle those circumstances.