Posts

Location history heatmap

· Google

Toy of the day. Data since the beginning of time (4-5 years ago), with Latitude. Some places (like Venice, Shanghai) seem to be missing.

Belgium:

belgium

Flanders (small point radius):

flanders small

Antwerp:

antwerp

Antwerp with smaller point radius:

antwerp small

Brussels (small radius):

brussels small

World (medium sized radius):

world

It seems to have some points of when I didn’t have internet (ie Macau, but also China & HK) – but notably less. My transits in India (New Delhi & Mombai) and Russia are vaguely noticeable. Didn’t have internet there either.

Stibbe - Cybercrime

· Networking, Software

Short presentation about the ease of finding and getting into unprotected systems.

PDF can be downloaded here.

Presentation given at Stibbe on 5 May 2015.

CIFS: mount error(13): Permission denied

· Linux, Networking, Software

You’ve just updated your Raspberry Pi (or whatever Linux) and you’re noticing your CIFS (smb) mounts aren’t getting auto mounted anymore. You curse and start noticing this error:

# mount -t cifs //192.168.1.100/public -o username=public,password=public sam/ mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs)

The solution is to add after -o username=X,password=Y the following: sec=ntlm; thus it becomes -o username=X,password=Y,sec=ntlm.

You can do the same in fstab: