curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh ./get-docker.sh
Falls kein curl installiert: apt install curl
// 3D Dom viewer, copy-paste this into your console to visualise the DOM as a stack of solid blocks. | |
// You can also minify and save it as a bookmarklet (https://www.freecodecamp.org/news/what-are-bookmarklets/) | |
(() => { | |
const SHOW_SIDES = false; // color sides of DOM nodes? | |
const COLOR_SURFACE = true; // color tops of DOM nodes? | |
const COLOR_RANDOM = false; // randomise color? | |
const COLOR_HUE = 190; // hue in HSL (https://hslpicker.com) | |
const MAX_ROTATION = 180; // set to 360 to rotate all the way round | |
const THICKNESS = 20; // thickness of layers | |
const DISTANCE = 10000; // ¯\\_(ツ)_/¯ |
...wenn Technik Freaks ein zu langes Wochenende (bzw regnerischen Nachmittag) haben
gem install travis
ssh-keygen -t rsa -b 4096 -f 'github_deploy_key' -N ''
cat github_deploy_key.pub
copy public key and set as a deploy key on github e.g https://github.com///settings/keys
<div id="tl_maintenance_index" class="maintenance_<?= $this->isActive ? 'active' : 'inactive' ?>"> | |
<h2 class="sub_headline_index"><?= $this->indexHeadline ?></h2> | |
<?php if ($this->indexMessage): ?> | |
<div class="tl_message"> | |
<p class="tl_error"><?= $this->indexMessage ?></p> | |
</div> | |
<?php endif; ?> |
index index.php index.html; | |
location ~ ^/(favicon\.ico|robots\.txt)$ { | |
allow all; | |
log_not_found off; | |
access_log off; | |
} | |
# don't show templates | |
location ~* \.(tpl|html5|xhtml)$ { |
## | |
# New Apache 2.4 syntax | |
## | |
# Prevent access to the Contao template files | |
## | |
<FilesMatch "\.(tpl|html5|xhtml)$"> | |
<IfModule !mod_authz_core.c> | |
Order deny,allow | |
Deny from all | |
</IfModule> |
moved to repository https://github.com/fiedsch/contao-backup-script | |
see also https://github.com/fiedsch/contao-4-backup-script (for Contao 4) |
"isotope/isotope-core": "dev-develop#1ab3bfb62b99349d80722ffa05c4b9f7502cf003 as 2.1.3" |