Skip to content

Instantly share code, notes, and snippets.

View mstyne's full-sized avatar
🐍
Improving my Python skills

Michael Styne mstyne

🐍
Improving my Python skills
View GitHub Profile
To: [email protected], [email protected], [email protected],
[email protected], [email protected], [email protected],
[email protected], [email protected]
Hello sir ,
this is X and i see your billing solution really awsome and
powerful . I really love the work and appreciate you for bringing this
custom solution .
I too wanted to started a webhosting powered with
@mstyne
mstyne / old_email.txt
Created March 4, 2013 03:41
The oldest email I have, which is actually not that old.
Return-Path: <[email protected]>
Delivered-To: [email protected]
Received: from pochacco.sd.dreamhost.com (pochacco.sd.dreamhost.com [66.33.206.17])
by zero.voxel.net (Postfix) with ESMTP id 3660F24AE04
for <[email protected]>; Tue, 24 Aug 2004 17:40:06 -0400 (EDT)
Received: from wonka.sd.dreamhost.com (paxil.dreamhost.com [66.33.216.26])
by pochacco.sd.dreamhost.com (Postfix) with ESMTP id 6830590CED
for <[email protected]>; Tue, 24 Aug 2004 14:38:22 -0700 (PDT)
Received: by wonka.sd.dreamhost.com (Postfix, from userid 0)
id 534CDB20A2; Thu, 12 Aug 2004 11:54:27 -0700 (PDT)
Dependencies Resolved
==============================================================================================
Package Arch Version Repository Size
==============================================================================================
Removing:
mysql i386 5.0.95-5.el5_9 installed 8.0 M
mysql x86_64 5.0.95-5.el5_9 installed 8.2 M
Removing for dependencies:
mdadm x86_64 2.6.9-5.el5 installed 1.9 M
@mstyne
mstyne / hiring.md
Created February 20, 2013 20:20
Ubersmith, Inc. is hiring!

Ubersmith, Inc. is hiring! New York's premiere Data Center Management software company is looking to expand our operations team in beautiful downtown Troy, New York.

Our hard and fast requirements for this position:

  • Strong Linux system administration skills required. Super strong.
  • We're serious about that first one. If you are not comfortable with your Linux administration abilities, please do not apply for this position.
  • Significant experience deploying, configuring, and troubleshooting RHEL, CentOS, and Debian Linux distributions.
  • Significant experience troubleshooting and deploying Apache, MySQL, PHP, Tomcat, and Postfix on those platforms.
  • Experience troubleshooting the source of errors generated by PHP applications.
  • Experience working directly with customers to resolve their issues via both email and telephone.
Forking for 23544 => 71.19.227.100:443
Forking for 23545 => 71.19.227.100:5900
Forking for 23546 => 71.19.227.100:5901
Child: 23544 => 71.19.227.100:443
DEBUG: Listening on 23544
Child: 23545 => 71.19.227.100:5900
DEBUG: Listening on 23545
Child: 23546 => 71.19.227.100:5901
DEBUG: Listening on 23546
DEBUG: 2013/02/19 18:30:54 socat[19817] N listening on AF=2 0.0.0.0:23544
17:02 < jcallaway> it's 5pm!
17:02 < jcallaway> you snost
17:02 <@mstyne> *union whistle*
17:03 * mstyne slides down a brontosaurus
17:03 * jcallaway puts out his cigarette
@mstyne
mstyne / pytle_ao27.json
Created January 19, 2013 03:32
pytle output run against nasabare.txt
{
"arg_of_perigee": 17.6764,
"bstar": 0.52835,
"classification": "U",
"eccentricity": 0.0008449,
"element_number": 292,
"epoch_day": 17.85640803,
"epoch_year": 2013,
"inclination": 98.6026,
"international_designator": "93061C",
[root@centos6 ~]# ./install.sh
Welcome to the Ubersmith Installer!
Enter the URL / address you plan to use for Ubersmith:
billing.smoeclient.com
Ready to install Ubersmith? [Y/n] y
[2013-01-09T11:56:58-05:00] INFO: *** Chef 10.16.6 ***
... and, magic
@mstyne
mstyne / solr_attribute_id
Created December 28, 2012 21:53
Weird Solr errors
Dec 28, 2012 4:52:03 PM org.apache.solr.handler.loader.XMLLoader processUpdate
WARNING: Unknown attribute id in add:allowDups
Dec 28, 2012 4:52:03 PM org.apache.solr.handler.loader.XMLLoader processUpdate
WARNING: Unknown attribute id in add:overwritePending
Dec 28, 2012 4:52:03 PM org.apache.solr.handler.loader.XMLLoader processUpdate
WARNING: Unknown attribute id in add:overwriteCommitted
@mstyne
mstyne / tar_netcat
Created December 20, 2012 15:56
Copying files with tar and netcat
Destination host:
# 69 dudes!
nc -l -p 6969 | tar -xvf -
Source host:
tar c . | nc destination_host 6969