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
# | |
# Mac OS X Notice | |
# | |
# This file is not used by the host name and address resolution | |
# or the DNS query routing mechanisms used by most processes on | |
# this Mac OS X system. | |
# | |
# This file is automatically generated. | |
# | |
domain PK5001Z |
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
#!/usr/bin/env python3 | |
print ("Hello") | |
# ./my_dumb_script | |
# Hello |
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
[root@ip-10-0-0-142 ec2-user]# zgrep --no-filename 'sshd.*Invalid user' /var/log/secure* | cut -d' ' -f-2 | sort | uniq -c 1407 Dec | |
31 Dec 10 | |
797 Dec 11 | |
88 Dec 12 | |
15 Dec 13 | |
161 Dec 14 | |
45 Dec 15 | |
300 Dec 16 | |
179 Dec 17 | |
52 Dec 18 |
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
((e9d3593...))$ make all | |
/usr/local/bin/gmkdir -p Include | |
python3.6 ./Parser/asdl_c.py -h Include ./Parser/Python.asdl | |
Could not find platform independent libraries <prefix> | |
Could not find platform dependent libraries <exec_prefix> | |
Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] | |
Fatal Python error: Py_Initialize: unable to load the file system codec | |
ModuleNotFoundError: No module named 'encodings' | |
Current thread 0x00007fffa43513c0 (most recent call first): |
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
EBS | |
$0.08 per 1 million I/O requests - US West (Northern California) 2,428,538 IOs $0.19 | |
$0.08 per GB-month of Magnetic provisioned storage - US West (Northern California) 39.946 GB-Mo $3.20 | |
$0.12 per GB-month of General Purpose SSD (gp2) provisioned storage - US West (Northern California) 15.978 GB-Mo $1.92 |
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
__ _ | |
.-.' `; `-._ __ _ | |
(_, .-:' `; `-._ | |
,'o"( (_, ) | |
(__,-' ,'o"( )> | |
( (__,-' ) | |
`-'._.--._( ) | |
||| |||`-'._.--._.-' | |
||| ||| |
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
$ ~/venv2.Darwin/bin/pip install psycopg2 | |
Collecting psycopg2 | |
Using cached psycopg2-2.6.2.tar.gz | |
Complete output from command python setup.py egg_info: | |
running egg_info | |
creating pip-egg-info/psycopg2.egg-info | |
writing pip-egg-info/psycopg2.egg-info/PKG-INFO | |
writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt | |
writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt | |
writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt' |
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
$ for p in A B C; do (cd ~/git-repositories/$p; git checkout -b new-branch); done | |
Branch new-branch set up to track local branch master. | |
Switched to a new branch 'new-branch' | |
Branch new-branch set up to track local branch master by rebasing. | |
Switched to a new branch 'new-branch' | |
Branch new-branch set up to track local branch master. | |
Switched to a new branch 'new-branch' |
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
~/venv2.Darwin/bin/python /tmp/other | |
File "/tmp/other", line 15 | |
print(href, link.text) | |
^ | |
IndentationError: expected an indented block | |
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
~/venv2.Darwin/bin/python wat.py | |
(u'http://mandalorianmercs.org/forum/index.php?topic=109057.0', u'Auxiliary Member') | |
(u'http://mandalorianmercs.org/forum/index.php?topic=107248.0', u"Mercs 'TFA World Premier ' Invasion Debriefing") | |
(u'http://mandalorianmercs.org/forum/index.php?topic=92134.0', u'Celebration VII Anaheim "Order of the Ori\'ramikad" Recipients') | |
(u'http://mandalorianmercs.org/forum/index.php?topic=92134.0', u'1') | |
(u'http://mandalorianmercs.org/forum/index.php?topic=92134.15', u'2') | |
(u'http://mandalorianmercs.org/forum/index.php?topic=109057.0', u'2016 Operational Goals - Supporter and Auxiliary Tags') | |
(u'http://mandalorianmercs.org/forum/index.php?topic=92053.0', u'May The 4th Awards 2015') | |
(u'http://mandalorianmercs.org/forum/index.php?topic=92053.0', u'1') | |
(u'http://mandalorianmercs.org/forum/index.php?topic=92053.15', u'2') |