On the following URL you can easily convert your map located at google maps, to a map with numbering on each pinpoint, marker, spot, placespot or whatever you wanna call it:
http://maps.taurich.org/cgi-bin/print-kml.cgi
Works great if you are out traveling and want to make your own map :) Might publish some of my own maps later!
A blog with solutions, tips and more about computers, health, training and everyday life.
Bitcoin donations are welcome:14snQXeLcnJtWUduKZ6rC2MHdPYrYar1Tw
Wednesday, April 28, 2010
Wednesday, April 7, 2010
How to get flv url
This is really easy in Linux, and can be used on all sites.
The solution is to use tcpdump via this command:
http://blog.poundbang.in/post/29578268/using-tcpdump-to-extract-uris-to-flv-videos
To download afterwards use wget. Some sites might block direct downloads, then simply use the --referer= option in wget ;)
The solution is to use tcpdump via this command:
$sudo tcpdump -s 1514 -Ai en1 'tcp port 80 and tcp[((tcp[12:1] & 0xf0) >> 2):4] = 0x47455420'Thanks a lot to this blog:
http://blog.poundbang.in/post/29578268/using-tcpdump-to-extract-uris-to-flv-videos
To download afterwards use wget. Some sites might block direct downloads, then simply use the --referer= option in wget ;)
Subscribe to:
Posts (Atom)