Slashdot Mirror


User: uan

uan's activity in the archive.

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

Comments · 5

  1. Yahoo!'s Motivation on Yahoo's Geek Statue · · Score: 2, Interesting
    There is one basic motivational factor that seperates Gmail from Yahoo! Mail: serving the customer.

    Google Mail listens to feedback and designs their webmail to most benifit the user, while Yahoo! Mail clearly has their motivation elsewhere. Also, Yahoo would not even be motivated to improve their webmail interface if it hadn't been for Google releasing their far superior webmail service.

    Their sources of motivation is what seperates the good(Yahoo) from the great(Google).

  2. Picture with Martin on The Story of Snort · · Score: 1

    I got to meet Martin Roesch a month ago and got some pictures of us shaking hands to take home!

  3. Contact your representative on Mothers Taking the Fight to the RIAA · · Score: 1, Informative

    Go to the website below and enter your zip code to find the contact information of your representative. Then send him/her a letter about stopping the RIAA and maybe about the desperate patent situation, too. http://www.house.gov/ And while you are at it, the EFF has provided an extremely easy way to contact your rep with this online form involving current RIAA lobbying. http://action.eff.org/site/Advocacy?id=157 Please, please fill out that simple form to help make a difference.

  4. Free Software on Microsoft Employees Critical Of Their Employer · · Score: 0, Offtopic

    Free software will always be the better alternative to closed source such as Microsoft!

  5. ssh tunneling on Protecting Your Personal Info While Traveling? · · Score: 1

    If the public internet cafe you are using allows external computers to connect to their lan, such as bringing in your laptop, then try ssh tunneling to protect your content. Google defines ssh tunneling as "The process of taking any networkable connection between two hosts and channeling the information through the SSH session by encapsulating the private data inside of ordinary (usually encrypted) TCP/IP SSH packets. These connections may be arbitrary TCP/IP ports, X11 connections, or even email, allowing for features like encryption and compression for normally unsecure communication." To setup your own ssh server, install OpenBSD(http://www.openbsd.org/ or get OpenSSH for Windows(http://sshwindows.sourceforge.net/). A good ssh client is PuTTY(http://www.chiark.greenend.org.uk/~sgtatham/ putty/). Another, easier alternative is to use an encrypted vnc connection, such as RealVNC(http://www.realvnc.com/ and just use your home computer from on the go. This would allow you to use your home computer from another computer to get past a packet logger on the internet cafe's lan. If the internet cafe doesn't allow external computers on their lan, the only way to keep your data secure for sure is to not access any sensitive material when using their computers, such as everyone else has already said.