www.flickr.com
Petri Lopia's items Go to Petri Lopia's photostream

Overlook Fing network scanner for Android

I have used many network scanner/monitor apps on my IOS devices and Android devices but now I found Overlook Fing which is everyway better than any of those which I had tried before.

It’s fast, show vendor (It get this from MAC-address), it can scan services it can export your current network to CSV, XML and [...]

Problems with TimeMachine and Airport Extreme with USB harddrive

I had iomega’s 2 terabyte external USB harddrive and I wanted to use that as a disk for my timemachine backups. When I plugged it in to my iMac it showed up to my desktop and I could do my timemachine backups to it like a dream.

Then I wanted to get rid of useless stuff [...]

How to delete useless stuff OS X

If you want to find empty folders you just have to use find.

This one will just print those empty folders and doesn’t delete anything:

find /where/youwant/tostart -depth -type d -empty -print

If everything looked OK then you can do that same search and delete those folders:

find /where/youwant/tostart -depth -type d -empty -print -exec rmdir {} \;

All OS [...]

BackTrack Linux - Penetration Testing Distribution

I have been using BackTrack since the first version if I remember right and now there has been version 5.0 out for a few weeks and I have to say that it works like a dream and works on my hack laptop much much quicker than older version.
So if you are in the security/pentest business [...]