Photos Metadata: reaching all details

Your photos say more than you can imagine! This trick below shows how to see its metadata (EXIF), which might be used for bad or good purposes!

On linux (most of the distribution, but considering Ubuntu to this case), install exiftool:

sudo apt-get install exiftool

then try:

exiftool YOUR_PHOTO.jpg

You will see TONS of informations, which in some cases, you do not want to share! In this case, you can nuke all these informations by:

exiftool -all= YOUR_PHOTO.jpg

then, try it again:

exiftool YOUR_PHOTO.jpg