This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {"location":{"latitude":40.689244,"longitude":-74.044514, "accuracy":20.0}} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript:parent.frames['content'].setOverlayImage('http://bacolicious.s3.amazonaws.com/bacon.png') |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <!-- based on source from --> | |
| <!-- http://Bacolicio.us --> | |
| <!-- and --> | |
| <!-- http://browsersize.googlelabs.com --> | |
| <title>Yep. Got this idea from looking at Bacolicio.us and Google Page Size.</title> | |
| <style type="text/css" media="screen"> | |
| body { margin: 0; padding: 0; } | |
| #googlebrowsersizeoverlay { position: absolute; top: 0%; left: 0%; opacity: 0.4; filter: alpha(opacity=40); } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [tom]$ sudo yum install socat | |
| [tom]$ sudo /sbin/iptables -L -n | |
| [tom]$ socat -u TCP4-LISTEN:6000,reuseaddr,fork OPEN:/tmp/captureport6000.txt,creat,append | |
| (open another terminal on a remote host) | |
| [jerry]$ telnet tom 6000 | |
| Trying 192.168.1.202... | |
| Connected to tom. | |
| Escape character is '^]'. |
NewerOlder