I hereby claim:
- I am westberliner on github.
- I am westberliner (https://keybase.io/westberliner) on keybase.
- I have a public key whose fingerprint is 586B 926E 0BF8 8AD9 2CA4 EAE8 F23A F4F3 1492 6452
To claim this, I am signing this object:
#! /bin/sh | |
# /etc/init.d/redmine | |
# | |
USER="redmine" | |
THIN="/usr/local/rvm/gems/ruby-1.9.3-p545/bin/thin" | |
CONFIG="/home/redmine/redmine/config/thin-config.yml" | |
# Carry out specific functions when asked to by the system | |
case "$1" in | |
start) |
array( | |
array('from' => 1001, 'till' => 1936, 'region' => "Sachsen"), | |
array('from' => 1001, 'till' => 1936, 'region' => "Sachsen"), | |
array('from' => 1941, 'till' => 1998, 'region' => "Brandenburg"), | |
array('from' => 2601, 'till' => 2999, 'region' => "Sachsen"), | |
array('from' => 3001, 'till' => 3253, 'region' => "Brandenburg"), | |
array('from' => 4001, 'till' => 4579, 'region' => "Sachsen"), | |
array('from' => 4581, 'till' => 4639, 'region' => "Thüringen"), | |
array('from' => 4641, 'till' => 4889, 'region' => "Sachsen"), | |
array('from' => 4891, 'till' => 4938, 'region' => "Brandenburg"), |
I hereby claim:
To claim this, I am signing this object:
FROM owncloud:latest | |
RUN \ | |
apt-get update && \ | |
apt-get install libldap2-dev -y && \ | |
rm -rf /var/lib/apt/lists/* && \ | |
docker-php-ext-configure ldap --with-libdir=lib/x86_64-linux-gnu/ && \ | |
docker-php-ext-install ldap |
#!/bin/bash | |
showmanual() | |
{ | |
echo " | |
Define the following: | |
-h|--help (this page) | |
-n|--hostname (hostname of docker server) | |
-i|--ip (ip address (either v4 or v6) of docker server) | |
-l|--location (path to place a tarball for client pki) |
#https://askubuntu.com/questions/233195/route-complete-tld-dev-for-example-to-127-0-0-1#233224
Disable systemd-resolved
sudo systemctl disable systemd-resolved.service
sudo systemctl stop systemd-resolved.service
sudo rm /etc/resolv.conf
Edit /etc/NetworkManager/NetworkManager.conf to use dnsmasq for DNS.
http_status_code: | |
400: Ungültige Anfrage | |
401: Nicht autorisiert | |
402: Bezahlung erforderlich | |
403: Unerlaubte Anfrage | |
404: Nicht gefunden | |
405: Methode nicht erlaubt | |
406: Inakzeptabel | |
407: Proxy Authentifizierung Benötigt | |
408: Zeitüberschreitung bei Anfrage |
Name,Description,Type,Height (m),Weight (kg) | |
Bulbasaur,"A small, quadrupedal Pokémon with green to bluish skin", Grass/Poison,0.7,6.9 | |
Ivysaur,"A larger form of Bulbasaur, with a bud on its back", Grass/Poison,1.0,13.0 | |
Venusaur,"A large, dinosaur-like Pokémon with a fully bloomed flower on its back", Grass/Poison,2.0,100.0 | |
Charmander,"A small, bipedal dinosaur-like Pokémon with a flame on its tail", Fire,0.6,8.5 | |
Charmeleon,"A larger, angrier evolution of Charmander", Fire,1.1,19.0 | |
Charizard,"A large dragon-like Pokémon that can fly and breathe fire", Fire/Flying,1.7,90.5 | |
Squirtle,"A small, turtle-like Pokémon with a blue shell", Water,0.5,9.0 | |
Wartortle,"A larger turtle with fluffy ears and tail", Water,1.0,22.5 | |
Blastoise,"A large, bipedal turtle with water cannons on its shell", Water,1.6,85.5 |