Sunday, December 24, 2006

Tuesday, November 28, 2006

Christmas wishlist

For anyone who likes to send gifts for christmas, here is my wishlist:



http://www.thethingsiwant.com/steff517/list/wishlist/



Please don't forget to reserve!

Sunday, November 19, 2006

Programming Exercises

On this page, you can find a large number of classical programming problems.

http://www.spoj.pl/problems/classical/

Saturday, November 11, 2006

Record german TV stations for free. 240GB storage included


www.onlinetvrecorder.com


powered by performancing firefox

Really cool freeware games

Today I discovered a collection of amazing freeware games. Virtual boardgames or shooter - you can have everything. Check that out:

german

google translated english

Friday, November 10, 2006

Need to crack passwords? Rainbowtables!

Passwords are usually not maintained in plain text but as a hashed value. Even having those hash values does not allow you to find the plaintext password it was generated from easily. The only way would be a brute-force attack, generating hashvalues from a very large number of plaintext words (e.g. from a dictionary) until the outcome matches the known. Generating billions of hashvalue takes very long, so another way to do it faster is to create all the hashvalues in advance and store them in a database called rainbowtable. Everytime you need to crack a password, you can just look the hashvalue up in the table. Find the exact article and tools here.
Download of precompiled rainbowtables here.




powered by performancing firefox



powered by performancing firefox



powered by performancing firefox

How to rotate images without quality loss

As JPG is a lossy compression, you will usually loose quality when rotating your pictures in the windows explorer. There are several better ways to do that (e.g. photoshop). A very quick way is using the Lossless JPEG Rotator. It integrates in the explorer context menu and rotates your images without loss.

Download here: http://www.anryhome.com/software/jpeglosslessrotator/




powered by performancing firefox



powered by performancing firefox



powered by performancing firefox

Tuesday, November 07, 2006

Porto this week + Panorama software

I'm in Portugal this week (Vila do conde, near Porto). The weather is quite nice, around 20°C.

I tried a panorama picture stiching software that seems to be very powerful.

http://www.photo-freeware.net/autostitch.php

Hamachi VPN Software

I recently found a VPN freeware that allows to setup a VPN in 5 minutes. You basically just need to install the application and sign up. The setup installs a virual network device. With signing up, you'll receive a fix IP addess in the 5.0.0.0/8 network. After that, you can create arbitrary "virtual networks" just by providing a name and a password. Anyone running the same software can join these networks (knowing the password, of course). You'll see all the participants in a messenger-styled list and you're able to connect anybody who shares a virtual network with you. You can use basically every software like:

- network shares
- microsoft terminalserver
- VNC software
- network games

The best thing: this also works behind NAT routers, as it uses the skype-like P2P technology.
The software also runs on mac and linux.

http://www.hamachi.cc/