Skip to content

Instantly share code, notes, and snippets.

--- /etc/nginx/sites-available/packages_mirror 2018-03-30 09:55:29.836239288 -0700
+++ /etc/nginx/sites-available/packages_mirror.new 2018-03-30 11:03:52.840386023 -0700
@@ -39,7 +39,12 @@
# location /uploads/ {
# proxy_pass https://up.lae.is/u/;
# }
- location ~ ^/(fedora-epel|ubuntu|ubuntu-releases)/ {
+ location ~ ^/fedora-epel/ {
+ resolver 10.11.10.11;
+ set $mirror "http://mirrors.kernel.org:80";

Keybase proof

I hereby claim:

  • I am lae on github.
  • I am lae (https://keybase.io/lae) on keybase.
  • I have a public key whose fingerprint is C754 45F1 B43A AE4D 0C23 B0C7 7666 1664 6829 92EC

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am lae on github.
  • I am lae (https://keybase.io/lae) on keybase.
  • I have a public key whose fingerprint is C754 45F1 B43A AE4D 0C23 B0C7 7666 1664 6829 92EC

To claim this, I am signing this object:

#!/bin/bash
read -p"How many alarms?" count
for c in $(seq 1 $count); do
read -p"What time are you setting alarm #${c} for? " date
echo "Okay, will ring you on $(date --date="$date")."
# Create a subshell and background it
(
sleep $(( $(date --date="$date" +%s) - $(date +%s) ));
echo 'Wake up!' #or whatever action you want to take
)&
i=0; ls data/js/tweets/*.js | while read; do sed /Grailbird/d $REPLY; done | sed -r 's/^} \] ?\[ \{/}, \{/g' | jq -r '.[] | select(.retweeted_status == null) | select (.entities.media != []) | .entities.media[] | .expanded_url + " " + .media_url_https' | while read tweet image; do id=$(printf $tweet | cut -d/ -f6); filename=$(printf $image | cut -d/ -f5); wget -O data/images/$id-$filename $image:orig& sleep 0.1; done
差出人: Breeze Productions <career@breezeprod.com>
Reply-to: michaelocsferro@gmail.com
宛先: undisclosed-recipients : ;
件名: Join Breeze Production upcoming project...
日付: Mon, 11 Dec 2017 11:08:16 -0600 (11.12.2017 09:08:16)
Hello,
I’ve reviewed your resume from Zip Recruiter and I think that you’d be a
great fit for our project as a Production Assistant for an event we have
travis_fold:start:worker_info
Worker information
hostname: fec3afaa-7996-4133-8812-c0676b894efe@1.production-3-worker-org-b-1-gce
version: v3.3.1 https://github.com/travis-ci/worker/tree/1153e5010ef9863bf96264b75fba506109633460
instance: travis-job-b8c9b089-150e-4340-a43f-8e4296fe3324 travis-ci-garnet-trusty-1503972833 (via amqp)
startup: 24.915979172s
travis_fold:end:worker_info
travis_fold:start:system_info
Build system information
Build language: python
@lae
lae / virtualenv_update.txt
Created November 9, 2017 19:34
wow so easy
[musee@birdy ~]$ /home/musee/.virtualenvs/github3/bin/python
/home/musee/.virtualenvs/github3/bin/python: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory
[musee@birdy ~]$ mkvirtualenv github3
Using base prefix '/usr'
New python executable in /home/musee/.virtualenvs/github3/bin/python3
Not overwriting existing python script /home/musee/.virtualenvs/github3/bin/python (you must use /home/musee/.virtualenvs/github3/bin/python3)
Installing setuptools, pip, wheel...done.
Overwriting /home/musee/.virtualenvs/github3/bin/activate with new content
Overwriting /home/musee/.virtualenvs/github3/bin/activate.fish with new content
(github3) [musee@birdy ~]$ /home/musee/.virtualenvs/github3/bin/python
@lae
lae / discovery.diff
Created October 31, 2017 17:27
discovery bootenv diff
--- discovery.yml 2017-10-31 10:26:55.019158268 -0700
+++ labs-discovery.yml 2017-10-31 10:26:42.012188661 -0700
@@ -1,6 +1,6 @@
---
-Name: "discovery"
-Description: "The boot environment to use to have unknown machines boot to default Stage/BootEnv"
+Name: "labs-discovery"
+Description: "The boot environment to use to have unknown machines boot to Sledgehammer"
OnlyUnknown: true
OS:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/ansible/runner/__init__.py", line 589, in _executor
exec_rc = self._executor_internal(host, new_stdin)
File "/usr/local/lib/python2.7/site-packages/ansible/runner/__init__.py", line 793, in _executor_internal
return self._executor_internal_inner(host, self.module_name, self.module_args, inject, port, complex_args=complex_args)
File "/usr/local/lib/python2.7/site-packages/ansible/runner/__init__.py", line 972, in _executor_internal_inner
conn = self.connector.connect(actual_host, actual_port, actual_user, actual_pass, actual_transport, actual_private_key_file, delegate_host)
File "/usr/local/lib/python2.7/site-packages/ansible/runner/connection.py", line 35, in connect
conn = utils.plugins.connection_loader.get(transport, self.runner, host, port, user=user, password=password, private_key_file=private_key_file)
File "/usr/local/lib/python2.7/site-packages/ansible/utils/plugins.py", line 219, in get