Skip to content

Instantly share code, notes, and snippets.

View fapestniegd's full-sized avatar

James S White fapestniegd

View GitHub Profile
[jameswhite@tyr ~ ]$ telnet venus 25
Trying 192.168.7.57...
Connected to venus.
Escape character is '^]'.
220 ******************************************************************************************************************
helo 192.168.7.57
250 mail.eftsource.com Hello [192.168.13.51]
mail from: obama@whitehouse.gov
250 2.1.0 obama@whitehouse.gov....Sender OK
rcpt to: nicktemple@eftsource.com
euler:~# cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 23
model name : Pentium(R) Dual-Core CPU E5300 @ 2.60GHz
stepping : 10
cpu MHz : 2593.492
cache size : 2048 KB
physical id : 0
+----------------------+ +----------------------+ +----------------------+
| | | IP => 192.168.7.52:]====/ /=====[:192.168.7.1 <= IP |
| | | GW => 192.168.7.1 | | |
| | | | | |
| Printer | | megan's PC | | Cisco ASA |
| | | | | |
| GW => 192.168.137.1 | | | | |
| IP => 192.168.137.XXX:]=====[:192.168.137.1 <= IP | | |
+----------------------+ +----------------------+ +----------------------+
first refresh
Tue Apr 16 16:14:01 CDT 2013 22
Tue Apr 16 16:14:34 CDT 2013 22
Tue Apr 16 16:15:07 CDT 2013 22
Tue Apr 16 16:15:42 CDT 2013 70
Tue Apr 16 16:16:16 CDT 2013 70
Tue Apr 16 16:16:51 CDT 2013 70
Tue Apr 16 16:17:24 CDT 2013 73
Tue Apr 16 16:17:58 CDT 2013 73
Tue Apr 16 16:18:34 CDT 2013 93
!! You must supply a method for determining the version of existing packages
I: Made in version 'not specified' of '/var/cfengine/inputs/centos.cf' near line 176
I: Comment: deploy net-snmp-libs package
whitejs@eir:~$ echo | openssl s_client -connect freyr.websages.com:636
CONNECTED(00000003)
depth=4 /OU=Certificate Authority/CN=Root/emailAddress=root@Root
verify error:num=19:self signed certificate in certificate chain
verify return:0
---
Certificate chain
0 s:/O=Websages LLC/OU=websages.com/OU=Hosts/CN=freyr.websages.com/emailAddress=root@freyr.websages.com
i:/O=Websages LLC/OU=websages.com/OU=Certificate Authority/CN=Intermediate/emailAddress=root@Intermediate
1 s:/O=Websages LLC/OU=websages.com/OU=Certificate Authority/CN=Intermediate/emailAddress=root@Intermediate
@fapestniegd
fapestniegd / gist:5342301
Last active December 15, 2015 23:39
new method
#!/bin/bash
# rotate it 90 degrees
mencoder -vf rotate=1 -o rotated.avi -oac pcm -ovc lavc IMG_6259.MOV
# stabalize the jitter because james can't hold a camera stable
transcode -J stabilize --mplayer_probe -i rotated.avi && \
transcode -J transform --mplayer_probe -i rotated.avi -y raw -o stabilized.avi
# crop it
The joke, while not spit-my-coffee-out funny, was still funny. It works because it was absurd in the same way a joke about
Ghandi or an Auschwitz victim being such a fucking fat ass would be funny. It works because it an incredibly hyperbolic way
to address our voyeuristic tendencies toward people we often loathe, for which the Oscars is the embodiment, and at the same
time it's targeting someone who would be a completely absurd target for that type of comment.
It was blue, deadpan, satirical, and the choice of the word "cunt" added an almost morbid shock to it.
Lots of people like dark humor. If you don't then don't follow @theonion on twitter. You have to be 13 to have an account
on Twitter. Maybe the Internet isn't the best place to raise your 9-year-old. I'd like to know who this person is that's
going to tell this 9-year-old girl that someone on the Internet called her a cunt. Because the Internet isn't the asshole
Dear James,
Thank you for your interest in LEGO® brand toys. We are always delighted to hear from a loyal LEGO enthusiast.
James, sadly the LEGO Brand Retail Store will not be able to help you. I do apologize for such news. Their Pick a Brick wall may not have the parts that are needed for the raspberry case. They also may not have the proper colors.
You could got to the store and see if they had those in. You can also go to our pick a Brick section of our website http://shop.lego.com/en-CA/Pick-A-Brick-ByTheme. That section has more of a selection than at the store.
If you choose you can mail us the parts list and we can see if the parts are available. we will send you a parts quote if they are in stock. Our address is located at the end of this email.
int fd = open("/path/to/some/temp/file");
unlink("/path/to/some/temp/file");
write(fd, ....)
/* Rewind to beginning of file, and read out accumulated data */
lseek(fd, SEEK_SET, 0);
read(fd, ...)