Skip to content

Instantly share code, notes, and snippets.

View JayCuthrell's full-sized avatar
☁️
GOTO 10

Jay Cuthrell JayCuthrell

☁️
GOTO 10
View GitHub Profile
{"location":{"latitude":40.689244,"longitude":-74.044514, "accuracy":20.0}}
javascript:parent.frames['content'].setOverlayImage('http://bacolicious.s3.amazonaws.com/bacon.png')
<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); }
[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 '^]'.