I hereby claim:
- I am ramblurr on github.
- I am caseylink (https://keybase.io/caseylink) on keybase.
- I have a public key ASCb33jInVGl6pol9gDuCX-VwHm5ylRpPYKgjFO5TmEnFQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
const colors = { | |
dark: "#181818", | |
gray: "#555555", | |
light: "#AAAAAA", | |
outline: "#8FBB93", | |
power: "#f4331f ", | |
road: "#666", | |
}; | |
const dirs: number[][] = [[-1, -1], [1, -1], [-1, 1], [1, 1], [0, -1], [-1, 0], [0, 1], [1, 0]]; |
#!/bin/bash | |
set -e | |
JAVA_HOME=${1-text} | |
[ $# -eq 0 ] && { echo "Usage: sudo $0 \$(/usr/libexec/java_home -v '1.8*')" ; exit 1; } | |
KEYSTORE=$JAVA_HOME/jre/lib/security/cacerts | |
wget https://letsencrypt.org/certs/letsencryptauthorityx1.der | |
wget https://letsencrypt.org/certs/letsencryptauthorityx2.der |
For smaller defaults, like sane config files, I put them into the application container, and then create a data volume container using the same image as the container that runs the application. | |
for example, When I make an apache image, the /etc/apache dir will contain working defaults. When I want to deploy a customised Apache container, I will | |
`docker run --name apache-cfg -v /etc/apache apache true` | |
then edit the cfg in that volume container - lets be primitve | |
`docker run --rm -it --volumes-from apache-cfg my-dev-tools bash` |
git clone https://git.fedorahosted.org/git/fedora-atomic.git | |
cd fedora-atomic | |
git checkout -b f22 origin/f22 | |
sudo -s | |
mkdir -p /srv/rpm-ostree/repo |
FROM ubuntu:trusty | |
MAINTAINER Casey Link <[email protected]> | |
WORKDIR / | |
RUN apt-get update && \ | |
apt-get -yq install mysql-client | |
ADD run.sh /run.sh | |
RUN chmod 755 /*.sh |
Running ebook-convert poc.recipe foo.mobi --test
/etc/ssl/cert.pem
exists1% Converting input to HTML...
InputFormatPlugin: Recipe Input running
Using custom recipe
SSL verification succeeded! You're not affected.
## drop this in the new file /etc/sudoers.d/sudoers-vagrant | |
## add add your user to the vagrant group | |
Cmnd_Alias VAGRANT_EXPORTS_ADD = /usr/bin/tee -a /etc/exports | |
Cmnd_Alias VAGRANT_NFSD_CHECK = /usr/bin/systemctl status nfs-server | |
Cmnd_Alias VAGRANT_NFSD_START = /usr/bin/systemctl start nfs-server | |
Cmnd_Alias VAGRANT_NFSD_APPLY = /usr/sbin/exportfs -ar | |
Cmnd_Alias VAGRANT_EXPORTS_REMOVE = /bin/sed -r -e * d -ibak /etc/exports | |
%vagrant ALL=(root) NOPASSWD: VAGRANT_EXPORTS_ADD, VAGRANT_NFSD_CHECK, VAGRANT_NFSD_START, VAGRANT_NFSD_APPLY, VAGRANT_EXPORTS_REMOVE |
NA: No Audio, NE: No E-book,
DRM-XX: Country DRM Restricted to country XX, OL: Original Language is Deutsch
Titel | Title | Author | Info | Genre |
---|---|---|---|---|
Wolf ohne Fährte | The Blessing Way | Tony Hillerman | NA,DRM-DE | Fiction,Modern |
Kinder des Nebel | Mistborn: The Final Empire | Brandon Sanderson | DRM-DE | Fiction,Fantasy |
Homo Faber | Homo Faber | Max Frisch | OL,DRM-DE | Fiction,Fantasy |
Momo | Momo | Michael Ende | OL,DRM-DE | Fiction,Fantasy |