Google+
Showing posts with label tips. Show all posts
Showing posts with label tips. Show all posts

Friday, 20 June 2014

GeoIP lookup from the CLI in Ubuntu

rich@rich:~$ sudo apt-get install geoip-bin

rich@rich:~$ geoiplookup 212.159.177.252
GeoIP Country Edition: GB, United Kingdom


reference:

Tuesday, 11 February 2014

Recovering unallocated space of a USB flash drivE (Windows)

You know that annoying problem where a disk has been formatted strangely and you can't get the disk manager to delete all the partitions so you can merege them.

This is how you fix it.

Check this disk number in disk manager first:



Then open CMD, type: diskpart . Now your in the right utility. 
Now type: select disk <disk number>
Then Clean and your all done!

You can also do create partition primary from here or just use the GUI.