dtpnk’s Cheatsheet
Posts by Year | Posts by Tags | Posts by Categories |
Overview Make service from an K8s available to the outside world via an Ingress Controller (here nginx) Prerequisite minikube is installed and started ...
Overview Colored output of the git log with a (kind of) graph Prerequisite git HowTo git log --graph --decorate --pretty=oneline --abbrev-commit
Overview This is a HowTo for batch cloning all Repos of an User / Organization at once. Prerequisite having an <API-TOKEN> on Github for private Re...
Overview This is a HowTo for installing & setting up borg backup on a Sailfish device. (in my case: a Sony Xperia XA2 ) Prerequisite wget should be i...
Overview This is a HowTo for setting up git for signing your commits auto-magic-ly with your GPG key. Prerequisite having a GPG-Key Do it get GPG key I...
SQLite <user>@<host>:/# /usr/local/bin/hash_password Password: Confirm password: $2a$12$q...sp3m <user>@<host>:/# sqlite3 /<PA...
Add the Remote Upstream Repository git remote add upstream [Upstream git URL] Fetch the Upstream Branches git fetch upstream Merge Upstream Changes int...
Setup git remote add <MY-SUBTREE> git@github.com:<USER>/<SUBPOJECT>.git git subtree add --prefix=<MY-SUBTREE>/ <MY-SUBTREE> ma...
git fetch --all git reset --hard origin/master git pull origin master
this creates a <NEW_BRANCH_NAME> from the current branch, with the last commit as the only commit. (no history) git branch <NEW_BRANCH_NAME> $(e...
deletes old containers and images docker ps -a | grep "Exit-Created" | cut -d ' ' -f 1 | xargs sudo docker rm; docker images | grep "<none>" | awk '{...
commandline magic http://steve-parker.org/sh/quickref.shtml
Umgebungsvariablen:$RANDOM Ausgeben: echo $RANDOM Zahlen zwischen 0 und 99
/Applications/VMware Fusion.app/Contents/Library/VMware OVF Tool/ovftool --acceptAllEulas /Users/<USERNAME>/Documents/Virtual\ Machines.localized/<V...
die 10 Prozesse mit der meisten CPU-Load anzeigen lassen (sortiert) ps -Ao user,uid,comm,pid,pcpu,tty --sort=-pcpu - head -n 10
$ grep --color -E '^|pattern1|pattern2' file name Oder:
mit Hilfe von pv mittels du wird die Größe des Verzeichnisses ermittelt tar -cf - . - pv -s $(du -sb . - awk '{print $1}') - gzip > out.tgz
Dieses Vorgehen benutzt man, um bestimmte Dateien zu suchen und gleichzeitig auch zu löschen. Allgemeine Syntax: find <dir-name> <criteria> <...
find /<Pfad>/<Dateien> -type f -exec sed -i '' -e 's/<alter Begriff>/<neuer Begriff>/g' {} \;
find ./ -type f -iname "*.tar.bz2" -exec tar xvjf {} \;
mit grep: grep -r "<SUCHBEGRIFF-IN-DEN-DATEIEN>" /<PFAD-DER-DURCHSUCHT-WERDEN-SOLL> -r - recursive mit find:
ssh-keygen -f "/PFAD/ZU/.ssh/known_hosts" -R <IP/HOSTNAME>
echo "You can simulate on-screen typing just like in the movies" - pv -qL 10 -ql 10- gibt an wieviele Zeichen pro Sekunde geschrieben werden sollen
PDF-Bearbeitung Mit convert können bspw. gescannte Dokumente als PDF gespeichert werden. Die Befehls-Syntax zum einfachen Speichern einer PNG-Datei im PDF-F...
geht schneller verbraucht weniger Platz Einpacken: tar vcf myfile.tbz2 --use-compress-prog=pbzip2 dir_to_compress/ ODER
Ubuntu cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=9.04 DISTRIB_CODENAME=jaunty DISTRIB_DESCRIPTION="Ubuntu 9.04"
Folgende CLI Magic ermöglicht es aus einem<OUTPUT>/ einem Dateipfad mit variabler Verzeichnistiefe (z.B./irgend/ein/Pfad/zu/einer/<DATEI>.<END...
pvcreate /dev/sda vgcreate vg01_bricks /dev/sda lvcreate -l 100%FREE -T vg01_bricks/lv_thinpool ... mkfs.ext4 /dev/mapper/vg01_bricks-lv_thinpool
folgendes Codeschnipsel am Anfang vom Skript bewirkt, dass die komplette Bildschirmausgabe (auch remote-Sessions) ins Logfile geschrieben wird.
Web tool, that uses the manpages, for visualization of shell commands.
als user: watch -n 1 'dmesg|tail -n 20'
Problem „Ich will einen Fortschritt bei dd sehen“ „Ich will wissen wie weit dd ist und wie lange es noch dauert *ningl* “ Ursache ddbietet bot früh...
sed -i '<ZEILENNR.> d' <PFAD-ZUR-DATEI>
curl -4 http://wttr.in/<CITY-NAME>
With this “one-liner” you can set the priority of a parent process and all it’s childprocesses at one time.
Encrypt text in a file echo "<CLEAR-TEXT>" - gpg --encrypt --sign --armor -r <EMAIL/ID> > <PATH-TO-FILE>.gpg
add the following lines to your .bashrc / .zshrc :
Skriptbeispiele. Hier findet Ihr einige Skriptbeispiele aus unseren Trainings und Projekterfahrungen. Mit Bash-Skripten kann man fast alles realisieren, wa...
https://github.com/robbyrussell/oh-my-zsh https://stackoverflow.com/questions/28491458/zsh-agnoster-theme-showing-machine-name
Link: http://sourabhbajaj.com/mac-setup/iTerm/zsh.html ##
Links https://web.archive.org/web/20180403231016/https://www.serverwatch.com/server-tutorials/using-a-physical-hard-drive-with-a-virtualbox-vm.html htt...
lens: https://github.com/lensapp/lens GUI for k8s clusters bat: https://github.com/sharkdp/bat a cat clone with syntax highlighting Gatlin: https:/...
Tools: Terraforming: https://github.com/dtan4/terraforming create terraformfiles from existing Setup for “Reverse” Engineering an alread...
Weblinks https://github.com/saltstack/salt/issues/32144
Weblinks http://bencane.com/2016/07/19/using-salt-ssh-to-install-salt/
folgendes in die <minion-config> eintragen: schedule: highstate: function: state.highstate minutes: 60 Weblinks https://docs.saltstack...
Weblinks http://russell.ballestrini.net/add-a-custom-header-to-all-salt-managed-files-using-pillar-and-jinja-templates/
DHT11 / DH22 - Luftfeuchtigkeits-, Temperatur Sensor http://www.uugear.com/portfolio/dht11-humidity-temperature-sensor-module/ https://www.amazon.de/IZ...
Volumio (mpd) + SpotifyConnect +Snapcast(+ Shariplay) (geht bestimmt auch mit RuneAudio) Features Multiroom-Wiedergabe (synchrone Wiedergabe auf mehreren L...
(datt Ding, wo die Musik reinkommen tut…) Voraussetzung Volumio ist installiert Software nachinstallieren sudo apt-get update sudo apt-get install bu...
(die Dinger, wo die Musik rauskommen tut…) Voraussetzung raspian (Debian 8 minimal) optional: Filesystem vergrößern: apt-get install raspi-config ra...
Links https://www.raspberrypi.org/documentation/usage/gpio/ http://raspberrypiguide.de/howtos/raspberry-pi-gpio-how-to/ https://de.pinout.xyz/ ht...
Links https://tutorials-raspberrypi.de/raspberry-pi-gpio-erklaerung-beginner-programmierung-lernen/ https://www.datenreise.de/raspberry-pi-wie-verwen...
RPI - Accessoires https://www.amazon.de/Widerstand-Sortiment-EFANTUR-Stk-Widerst%C3%A4nde/dp/B077VJFF2N/ref=pd_sim_107_5?_encoding=UTF8&psc=1&ref...
Websites, Online Generators for RPG Character Sheets Links: https://github.com/zombieFox/awesomeSheet
Links https://github.com/kites/kites-tinc https://wiki.hamburg.ccc.de/ChaosVPN:MacOSXHowto https://www.tinc-vpn.org/examples/osx-install/
Links https://blog.openshift.com/understanding-service-accounts-sccs/ https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift...
Links: https://robots.thoughtbot.com/install-linux-on-a-macbook-air#what-is-nixos
SQLite <user>@<host>:/# /usr/local/bin/hash_password Password: Confirm password: $2a$12$q...sp3m <user>@<host>:/# sqlite3 /<PA...
http://www.stephaniehicks.com/githubPages_tutorial/pages/github-intro.htmlhttp://www.stephaniehicks.com/githubPages_tutorial/pages/github-intro.html gh-...
Links https://pgi-jcns.fz-juelich.de/pub/doc/git_gitflow.pdf https://gist.github.com/MoOx/64010ce5847276159018794352b8c987 https://matthiasnoback.nl/...
Add the Remote Upstream Repository git remote add upstream [Upstream git URL] Fetch the Upstream Branches git fetch upstream Merge Upstream Changes int...
Setup git remote add <MY-SUBTREE> git@github.com:<USER>/<SUBPOJECT>.git git subtree add --prefix=<MY-SUBTREE>/ <MY-SUBTREE> ma...
Links https://github.com/serde-rs/serde-rs.github.io/issues/7 https://stackoverflow.com/questions/23277391/how-to-publish-to-github-pages-from-travis-c...
Links: https://help.github.com/articles/syncing-a-fork/ https://help.github.com/articles/merging-an-upstream-repository-into-your-fork/ https://gist....
Links: https://help.github.com/articles/configuring-a-remote-for-a-fork/ https://medium.com/sweetmeat/how-to-keep-a-downstream-git-repository-current-w...
Links: http://think-like-a-git.net/sections/rebase-from-the-ground-up/cherry-picking-explained.html
Links https://ruderich.org/simon/notes/encrypted-remote-backups https://security.stackexchange.com/questions/61104/encrypted-offsite-storage-using-sshf...
Links: https://web.archive.org/web/20161017143411/http://www.ateijelo.com/blog/2016/07/09/share-port-22-between-docker-gogs-ssh-and-local-system
Link: https://web.archive.org/web/20170625175849/http://tuhrig.de/difference-between-save-and-export-in-docker/
Links: https://blog.cloud66.com/how-to-create-the-smallest-possible-docker-image-for-your-golang-application/
Logspout Log forwarder which can use the docker socket https://github.com/gliderlabs/logspout
https://thehackernews.com/2018/04/hacking-airgap-computers.html
Links https://unix.stackexchange.com/questions/198590/what-is-a-bind-mount
Problem will man die MTU bei einem LAGG-Interface z.b. auf9000setzen, hat man das Problem, dass die MTU bei den LAGG-Mitgliedern (physiche Interfaces) ni...
Proxy-Redirect: https://www.cyberciti.biz/faq/proxy_redirect-change-replace-location-refresh-response-headers/
Links https://wiki.selfhtml.org/wiki/JavaScript/DOM
Links: https://web.archive.org/web/20160415212315/http://www.freenas.org:80/blog/docker-done-right/ https://forums.freebsd.org/threads/62198/
Links: https://web.archive.org/web/20170923110343/https://wiki.openbeelab.org/index.php/Tinc
# all pages as separate files $ pdfseparate input.pdf output-page%d.pdf # page 1-5 as separate files $ pdfseparate -f 1 -l 5 input.pdf output-page%d.pdf ...
Definition RBAC - Role Based Access Control <SUBJECT> - “who wants access” Users are global humans processes that live outsi...
Overview This is a HowTo for resetting a single <FILE> to a point of time of a <OLD-COMMIT>-ID.
Prerequisites audible-activator AAXtoMP3 install the programms from above in the prefered way for you system. Let’s get started Get “AUTHCODE” from ...
Excerpt (WIP) define written SLAs, SLOs for every service (and measure it!) Use error budgets as your launch criterea teams are self-policing - becaus...
Overview This is a Cheatsheet for some VScode hacks Prerequisite vscode Cheatsheet # Edit all occurences - Select text - [CTRL] + [SHIFT] + [L] # Mult...
Overview This is a HowTo for copying files from a <SOURCE-BRANCH> into the current one. Prerequisite git Do it checkout the <CURRENT-BRANCH>...
Install Tool “hub” e.g. for ARCH Linux: yay -S hub SSH instead of git protocol $ git config --global hub.protocol ssh Open PR on Github hub pull-request ...
NGINX config Template nginx.conf.tmpl http { server { resolver $NAMESERVER valid=10s; [...] } } } Docker Entrypoint Use DNS server from D...
Links https://keepachangelog.com/en/1.0.0/#how
Problem I had the issue by using oh-my-ZSH with powerline fonts, that some chars are not rendered correctly in the VScode integrated Terminal Solution
/Applications/VMware Fusion.app/Contents/Library/VMware OVF Tool/ovftool --acceptAllEulas /Users/<USERNAME>/Documents/Virtual\ Machines.localized/<V...
Proxy-Redirect: https://www.cyberciti.biz/faq/proxy_redirect-change-replace-location-refresh-response-headers/
pvcreate /dev/sda vgcreate vg01_bricks /dev/sda lvcreate -l 100%FREE -T vg01_bricks/lv_thinpool ... mkfs.ext4 /dev/mapper/vg01_bricks-lv_thinpool
Links: https://web.archive.org/web/20160415212315/http://www.freenas.org:80/blog/docker-done-right/ https://forums.freebsd.org/threads/62198/
Links: https://web.archive.org/web/20170923110343/https://wiki.openbeelab.org/index.php/Tinc
Web tool, that uses the manpages, for visualization of shell commands.
With this “one-liner” you can set the priority of a parent process and all it’s childprocesses at one time.
Encrypt text in a file echo "<CLEAR-TEXT>" - gpg --encrypt --sign --armor -r <EMAIL/ID> > <PATH-TO-FILE>.gpg
add the following lines to your .bashrc / .zshrc :
#Dependency apt install nodejs build-essential git cd /opt git clone https://github.com/cjdelisle/cjdns.git cd cjdns ./do ln -s /opt/cjdns/cjdroute /usr/bin...
Umgebungsvariablen:$RANDOM Ausgeben: echo $RANDOM Zahlen zwischen 0 und 99
die 10 Prozesse mit der meisten CPU-Load anzeigen lassen (sortiert) ps -Ao user,uid,comm,pid,pcpu,tty --sort=-pcpu - head -n 10
$ grep --color -E '^|pattern1|pattern2' file name Oder:
mit Hilfe von pv mittels du wird die Größe des Verzeichnisses ermittelt tar -cf - . - pv -s $(du -sb . - awk '{print $1}') - gzip > out.tgz
Dieses Vorgehen benutzt man, um bestimmte Dateien zu suchen und gleichzeitig auch zu löschen. Allgemeine Syntax: find <dir-name> <criteria> <...
find /<Pfad>/<Dateien> -type f -exec sed -i '' -e 's/<alter Begriff>/<neuer Begriff>/g' {} \;
find ./ -type f -iname "*.tar.bz2" -exec tar xvjf {} \;
mit grep: grep -r "<SUCHBEGRIFF-IN-DEN-DATEIEN>" /<PFAD-DER-DURCHSUCHT-WERDEN-SOLL> -r - recursive mit find:
ssh-keygen -f "/PFAD/ZU/.ssh/known_hosts" -R <IP/HOSTNAME>
echo "You can simulate on-screen typing just like in the movies" - pv -qL 10 -ql 10- gibt an wieviele Zeichen pro Sekunde geschrieben werden sollen
Problem will man die MTU bei einem LAGG-Interface z.b. auf9000setzen, hat man das Problem, dass die MTU bei den LAGG-Mitgliedern (physiche Interfaces) ni...
PDF-Bearbeitung Mit convert können bspw. gescannte Dokumente als PDF gespeichert werden. Die Befehls-Syntax zum einfachen Speichern einer PNG-Datei im PDF-F...
geht schneller verbraucht weniger Platz Einpacken: tar vcf myfile.tbz2 --use-compress-prog=pbzip2 dir_to_compress/ ODER
Ubuntu cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=9.04 DISTRIB_CODENAME=jaunty DISTRIB_DESCRIPTION="Ubuntu 9.04"
Folgende CLI Magic ermöglicht es aus einem<OUTPUT>/ einem Dateipfad mit variabler Verzeichnistiefe (z.B./irgend/ein/Pfad/zu/einer/<DATEI>.<END...
folgendes Codeschnipsel am Anfang vom Skript bewirkt, dass die komplette Bildschirmausgabe (auch remote-Sessions) ins Logfile geschrieben wird.
als user: watch -n 1 'dmesg|tail -n 20'
Problem „Ich will einen Fortschritt bei dd sehen“ „Ich will wissen wie weit dd ist und wie lange es noch dauert *ningl* “ Ursache ddbietet bot früh...
sed -i '<ZEILENNR.> d' <PFAD-ZUR-DATEI>
curl -4 http://wttr.in/<CITY-NAME>
Skriptbeispiele. Hier findet Ihr einige Skriptbeispiele aus unseren Trainings und Projekterfahrungen. Mit Bash-Skripten kann man fast alles realisieren, wa...
Overview This is a HowTo for resetting a single <FILE> to a point of time of a <OLD-COMMIT>-ID.
Overview This is a HowTo for copying files from a <SOURCE-BRANCH> into the current one. Prerequisite git Do it checkout the <CURRENT-BRANCH>...
Install Tool “hub” e.g. for ARCH Linux: yay -S hub SSH instead of git protocol $ git config --global hub.protocol ssh Open PR on Github hub pull-request ...
Overview Colored output of the git log with a (kind of) graph Prerequisite git HowTo git log --graph --decorate --pretty=oneline --abbrev-commit
Overview This is a HowTo for batch cloning all Repos of an User / Organization at once. Prerequisite having an <API-TOKEN> on Github for private Re...
Overview This is a HowTo for setting up git for signing your commits auto-magic-ly with your GPG key. Prerequisite having a GPG-Key Do it get GPG key I...
Voraussetzungen … Build Hierbei wird eine Statische Seite im Unterordner docs erzeugt. cd <PATH-TO-GITBOOK>/ # Wechsel ins Verzeichnis gitbo...
http://www.stephaniehicks.com/githubPages_tutorial/pages/github-intro.htmlhttp://www.stephaniehicks.com/githubPages_tutorial/pages/github-intro.html gh-...
Links https://pgi-jcns.fz-juelich.de/pub/doc/git_gitflow.pdf https://gist.github.com/MoOx/64010ce5847276159018794352b8c987 https://matthiasnoback.nl/...
Add the Remote Upstream Repository git remote add upstream [Upstream git URL] Fetch the Upstream Branches git fetch upstream Merge Upstream Changes int...
Setup git remote add <MY-SUBTREE> git@github.com:<USER>/<SUBPOJECT>.git git subtree add --prefix=<MY-SUBTREE>/ <MY-SUBTREE> ma...
When branching off of master or development the changes need to be merged back into the original branch. Let’s say you based your changes on the development...
Links https://github.com/serde-rs/serde-rs.github.io/issues/7 https://stackoverflow.com/questions/23277391/how-to-publish-to-github-pages-from-travis-c...
Links: https://help.github.com/articles/syncing-a-fork/ https://help.github.com/articles/merging-an-upstream-repository-into-your-fork/ https://gist....
git fetch --all git reset --hard origin/master git pull origin master
this creates a <NEW_BRANCH_NAME> from the current branch, with the last commit as the only commit. (no history) git branch <NEW_BRANCH_NAME> $(e...
Links: https://help.github.com/articles/configuring-a-remote-for-a-fork/ https://medium.com/sweetmeat/how-to-keep-a-downstream-git-repository-current-w...
Links: http://think-like-a-git.net/sections/rebase-from-the-ground-up/cherry-picking-explained.html
for remote in `git branch -r`; do git branch --track ${remote#origin/} $remote; done
Links: https://web.archive.org/web/20161017143411/http://www.ateijelo.com/blog/2016/07/09/share-port-22-between-docker-gogs-ssh-and-local-system
Overview This is a Cheatsheet for some VScode hacks Prerequisite vscode Cheatsheet # Edit all occurences - Select text - [CTRL] + [SHIFT] + [L] # Mult...
Cheat-Sheet minishift addons enable anyuid # Changes the default security context constraints to allow pods to run with arbitrary UID. minishift ...
Collection of curl commands. User Management Change (Admin-)Password: you’ll need jq for this… #!/bin/sh # get USER_PATH from specific user - this diffe...
Umgebungsvariablen:$RANDOM Ausgeben: echo $RANDOM Zahlen zwischen 0 und 99
die 10 Prozesse mit der meisten CPU-Load anzeigen lassen (sortiert) ps -Ao user,uid,comm,pid,pcpu,tty --sort=-pcpu - head -n 10
$ grep --color -E '^|pattern1|pattern2' file name Oder:
mit Hilfe von pv mittels du wird die Größe des Verzeichnisses ermittelt tar -cf - . - pv -s $(du -sb . - awk '{print $1}') - gzip > out.tgz
Skriptbeispiele. Hier findet Ihr einige Skriptbeispiele aus unseren Trainings und Projekterfahrungen. Mit Bash-Skripten kann man fast alles realisieren, wa...
Definition RBAC - Role Based Access Control <SUBJECT> - “who wants access” Users are global humans processes that live outsi...
Overview Make service from an K8s available to the outside world via an Ingress Controller (here nginx) Prerequisite minikube is installed and started ...
Links https://blog.openshift.com/understanding-service-accounts-sccs/ https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift...
oc adm policy add-scc-to-user anyuid <USER> Links https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift-cluster/
Cheat-Sheet minishift addons enable anyuid # Changes the default security context constraints to allow pods to run with arbitrary UID. minishift ...
Links: https://web.archive.org/web/20161017143411/http://www.ateijelo.com/blog/2016/07/09/share-port-22-between-docker-gogs-ssh-and-local-system
Link: https://web.archive.org/web/20170625175849/http://tuhrig.de/difference-between-save-and-export-in-docker/
Links: https://blog.cloud66.com/how-to-create-the-smallest-possible-docker-image-for-your-golang-application/
Logspout Log forwarder which can use the docker socket https://github.com/gliderlabs/logspout
deletes old containers and images docker ps -a | grep "Exit-Created" | cut -d ' ' -f 1 | xargs sudo docker rm; docker images | grep "<none>" | awk '{...
Links https://blog.openshift.com/understanding-service-accounts-sccs/ https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift...
oc adm policy add-scc-to-user anyuid <USER> Links https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift-cluster/
Cheat-Sheet minishift addons enable anyuid # Changes the default security context constraints to allow pods to run with arbitrary UID. minishift ...
Links: https://web.archive.org/web/20161017143411/http://www.ateijelo.com/blog/2016/07/09/share-port-22-between-docker-gogs-ssh-and-local-system
Link: https://web.archive.org/web/20170625175849/http://tuhrig.de/difference-between-save-and-export-in-docker/
Links: https://blog.cloud66.com/how-to-create-the-smallest-possible-docker-image-for-your-golang-application/
Logspout Log forwarder which can use the docker socket https://github.com/gliderlabs/logspout
deletes old containers and images docker ps -a | grep "Exit-Created" | cut -d ' ' -f 1 | xargs sudo docker rm; docker images | grep "<none>" | awk '{...
Links: https://web.archive.org/web/20160415212315/http://www.freenas.org:80/blog/docker-done-right/ https://forums.freebsd.org/threads/62198/
# all pages as separate files $ pdfseparate input.pdf output-page%d.pdf # page 1-5 as separate files $ pdfseparate -f 1 -l 5 input.pdf output-page%d.pdf ...
Prerequisites audible-activator AAXtoMP3 install the programms from above in the prefered way for you system. Let’s get started Get “AUTHCODE” from ...
Overview This is a HowTo for installing the Drivers of a Futjisu SnapScan S1300 document scanner on Linux (e.g. ArchLinux) Prerequisite sane is instal...
Links https://ruderich.org/simon/notes/encrypted-remote-backups https://security.stackexchange.com/questions/61104/encrypted-offsite-storage-using-sshf...
#Dependency apt install nodejs build-essential git cd /opt git clone https://github.com/cjdelisle/cjdns.git cd cjdns ./do ln -s /opt/cjdns/cjdroute /usr/bin...
# all pages as separate files $ pdfseparate input.pdf output-page%d.pdf # page 1-5 as separate files $ pdfseparate -f 1 -l 5 input.pdf output-page%d.pdf ...
Prerequisites audible-activator AAXtoMP3 install the programms from above in the prefered way for you system. Let’s get started Get “AUTHCODE” from ...
Install Tool “hub” e.g. for ARCH Linux: yay -S hub SSH instead of git protocol $ git config --global hub.protocol ssh Open PR on Github hub pull-request ...
Cheat-Sheet minishift addons enable anyuid # Changes the default security context constraints to allow pods to run with arbitrary UID. minishift ...
When branching off of master or development the changes need to be merged back into the original branch. Let’s say you based your changes on the development...
for remote in `git branch -r`; do git branch --track ${remote#origin/} $remote; done
DHT11 / DH22 - Luftfeuchtigkeits-, Temperatur Sensor http://www.uugear.com/portfolio/dht11-humidity-temperature-sensor-module/ https://www.amazon.de/IZ...
Volumio (mpd) + SpotifyConnect +Snapcast(+ Shariplay) (geht bestimmt auch mit RuneAudio) Features Multiroom-Wiedergabe (synchrone Wiedergabe auf mehreren L...
(datt Ding, wo die Musik reinkommen tut…) Voraussetzung Volumio ist installiert Software nachinstallieren sudo apt-get update sudo apt-get install bu...
(die Dinger, wo die Musik rauskommen tut…) Voraussetzung raspian (Debian 8 minimal) optional: Filesystem vergrößern: apt-get install raspi-config ra...
Links https://www.raspberrypi.org/documentation/usage/gpio/ http://raspberrypiguide.de/howtos/raspberry-pi-gpio-how-to/ https://de.pinout.xyz/ ht...
Links https://tutorials-raspberrypi.de/raspberry-pi-gpio-erklaerung-beginner-programmierung-lernen/ https://www.datenreise.de/raspberry-pi-wie-verwen...
RPI - Accessoires https://www.amazon.de/Widerstand-Sortiment-EFANTUR-Stk-Widerst%C3%A4nde/dp/B077VJFF2N/ref=pd_sim_107_5?_encoding=UTF8&psc=1&ref...
DHT11 / DH22 - Luftfeuchtigkeits-, Temperatur Sensor http://www.uugear.com/portfolio/dht11-humidity-temperature-sensor-module/ https://www.amazon.de/IZ...
Volumio (mpd) + SpotifyConnect +Snapcast(+ Shariplay) (geht bestimmt auch mit RuneAudio) Features Multiroom-Wiedergabe (synchrone Wiedergabe auf mehreren L...
(datt Ding, wo die Musik reinkommen tut…) Voraussetzung Volumio ist installiert Software nachinstallieren sudo apt-get update sudo apt-get install bu...
(die Dinger, wo die Musik rauskommen tut…) Voraussetzung raspian (Debian 8 minimal) optional: Filesystem vergrößern: apt-get install raspi-config ra...
Links https://www.raspberrypi.org/documentation/usage/gpio/ http://raspberrypiguide.de/howtos/raspberry-pi-gpio-how-to/ https://de.pinout.xyz/ ht...
Links https://tutorials-raspberrypi.de/raspberry-pi-gpio-erklaerung-beginner-programmierung-lernen/ https://www.datenreise.de/raspberry-pi-wie-verwen...
RPI - Accessoires https://www.amazon.de/Widerstand-Sortiment-EFANTUR-Stk-Widerst%C3%A4nde/dp/B077VJFF2N/ref=pd_sim_107_5?_encoding=UTF8&psc=1&ref...
Introduction 1. local: -LSpecifies that the given port on the local (client) host is to be forwarded to the given host and port on the remote side. ss...
Passing through a gateway or two A useful trick is „ssh -tt“ which forces tty allocation, so instead of the above you can do the following, connecting to ...
Links https://github.com/kites/kites-tinc https://wiki.hamburg.ccc.de/ChaosVPN:MacOSXHowto https://www.tinc-vpn.org/examples/osx-install/
Problem will man die MTU bei einem LAGG-Interface z.b. auf9000setzen, hat man das Problem, dass die MTU bei den LAGG-Mitgliedern (physiche Interfaces) ni...
#Dependency apt install nodejs build-essential git cd /opt git clone https://github.com/cjdelisle/cjdns.git cd cjdns ./do ln -s /opt/cjdns/cjdroute /usr/bin...
Weblinks http://bencane.com/2016/07/19/using-salt-ssh-to-install-salt/
Links https://ruderich.org/simon/notes/encrypted-remote-backups https://security.stackexchange.com/questions/61104/encrypted-offsite-storage-using-sshf...
Links: https://web.archive.org/web/20161017143411/http://www.ateijelo.com/blog/2016/07/09/share-port-22-between-docker-gogs-ssh-and-local-system
ssh-keygen -f "/PFAD/ZU/.ssh/known_hosts" -R <IP/HOSTNAME>
Link: http://sourabhbajaj.com/mac-setup/iTerm/zsh.html ##
Links https://github.com/kites/kites-tinc https://wiki.hamburg.ccc.de/ChaosVPN:MacOSXHowto https://www.tinc-vpn.org/examples/osx-install/
Download “Install macOS High Sierra.app” from Appstore. it’s Stub File that must download the install data during the install process ...
Links https://www.maketecheasier.com/install-encfs-mac/ https://www.maketecheasier.com/mount-encrypted-folder-mac-os-x-encfsgui/
Links: https://robots.thoughtbot.com/install-linux-on-a-macbook-air#what-is-nixos
/Applications/VMware Fusion.app/Contents/Library/VMware OVF Tool/ovftool --acceptAllEulas /Users/<USERNAME>/Documents/Virtual\ Machines.localized/<V...
Link: http://sourabhbajaj.com/mac-setup/iTerm/zsh.html ##
Links https://github.com/kites/kites-tinc https://wiki.hamburg.ccc.de/ChaosVPN:MacOSXHowto https://www.tinc-vpn.org/examples/osx-install/
Download “Install macOS High Sierra.app” from Appstore. it’s Stub File that must download the install data during the install process ...
Links https://www.maketecheasier.com/install-encfs-mac/ https://www.maketecheasier.com/mount-encrypted-folder-mac-os-x-encfsgui/
Links: https://robots.thoughtbot.com/install-linux-on-a-macbook-air#what-is-nixos
/Applications/VMware Fusion.app/Contents/Library/VMware OVF Tool/ovftool --acceptAllEulas /Users/<USERNAME>/Documents/Virtual\ Machines.localized/<V...
Weblinks https://github.com/saltstack/salt/issues/32144
Weblinks http://bencane.com/2016/07/19/using-salt-ssh-to-install-salt/
folgendes in die <minion-config> eintragen: schedule: highstate: function: state.highstate minutes: 60 Weblinks https://docs.saltstack...
Weblinks http://russell.ballestrini.net/add-a-custom-header-to-all-salt-managed-files-using-pillar-and-jinja-templates/
salt '*' shadow.gen_password 'I_am_password' salt '*' shadow.gen_password 'I_am_password' crypt_salt='I_am_salt' algorithm=sha256 https://docs.saltsta...
Weblinks https://github.com/saltstack/salt/issues/32144
Weblinks http://bencane.com/2016/07/19/using-salt-ssh-to-install-salt/
folgendes in die <minion-config> eintragen: schedule: highstate: function: state.highstate minutes: 60 Weblinks https://docs.saltstack...
Weblinks http://russell.ballestrini.net/add-a-custom-header-to-all-salt-managed-files-using-pillar-and-jinja-templates/
salt '*' shadow.gen_password 'I_am_password' salt '*' shadow.gen_password 'I_am_password' crypt_salt='I_am_salt' algorithm=sha256 https://docs.saltsta...
Weblinks https://github.com/saltstack/salt/issues/32144
Weblinks http://bencane.com/2016/07/19/using-salt-ssh-to-install-salt/
folgendes in die <minion-config> eintragen: schedule: highstate: function: state.highstate minutes: 60 Weblinks https://docs.saltstack...
Weblinks http://russell.ballestrini.net/add-a-custom-header-to-all-salt-managed-files-using-pillar-and-jinja-templates/
salt '*' shadow.gen_password 'I_am_password' salt '*' shadow.gen_password 'I_am_password' crypt_salt='I_am_salt' algorithm=sha256 https://docs.saltsta...
Overview This is a HowTo for resetting a single <FILE> to a point of time of a <OLD-COMMIT>-ID.
Overview This is a Cheatsheet for some VScode hacks Prerequisite vscode Cheatsheet # Edit all occurences - Select text - [CTRL] + [SHIFT] + [L] # Mult...
Overview This is a HowTo for copying files from a <SOURCE-BRANCH> into the current one. Prerequisite git Do it checkout the <CURRENT-BRANCH>...
NGINX config Template nginx.conf.tmpl http { server { resolver $NAMESERVER valid=10s; [...] } } } Docker Entrypoint Use DNS server from D...
Links https://keepachangelog.com/en/1.0.0/#how
Problem I had the issue by using oh-my-ZSH with powerline fonts, that some chars are not rendered correctly in the VScode integrated Terminal Solution
Definition RBAC - Role Based Access Control <SUBJECT> - “who wants access” Users are global humans processes that live outsi...
Overview Make service from an K8s available to the outside world via an Ingress Controller (here nginx) Prerequisite minikube is installed and started ...
Links https://blog.openshift.com/understanding-service-accounts-sccs/ https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift...
oc adm policy add-scc-to-user anyuid <USER> Links https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift-cluster/
Cheat-Sheet minishift addons enable anyuid # Changes the default security context constraints to allow pods to run with arbitrary UID. minishift ...
Link: http://sourabhbajaj.com/mac-setup/iTerm/zsh.html ##
Links https://github.com/kites/kites-tinc https://wiki.hamburg.ccc.de/ChaosVPN:MacOSXHowto https://www.tinc-vpn.org/examples/osx-install/
Download “Install macOS High Sierra.app” from Appstore. it’s Stub File that must download the install data during the install process ...
Links https://www.maketecheasier.com/install-encfs-mac/ https://www.maketecheasier.com/mount-encrypted-folder-mac-os-x-encfsgui/
Links: https://robots.thoughtbot.com/install-linux-on-a-macbook-air#what-is-nixos
Prerequisites audible-activator AAXtoMP3 install the programms from above in the prefered way for you system. Let’s get started Get “AUTHCODE” from ...
DHT11 / DH22 - Luftfeuchtigkeits-, Temperatur Sensor http://www.uugear.com/portfolio/dht11-humidity-temperature-sensor-module/ https://www.amazon.de/IZ...
Volumio (mpd) + SpotifyConnect +Snapcast(+ Shariplay) (geht bestimmt auch mit RuneAudio) Features Multiroom-Wiedergabe (synchrone Wiedergabe auf mehreren L...
(datt Ding, wo die Musik reinkommen tut…) Voraussetzung Volumio ist installiert Software nachinstallieren sudo apt-get update sudo apt-get install bu...
(die Dinger, wo die Musik rauskommen tut…) Voraussetzung raspian (Debian 8 minimal) optional: Filesystem vergrößern: apt-get install raspi-config ra...
Proxy-Redirect: https://www.cyberciti.biz/faq/proxy_redirect-change-replace-location-refresh-response-headers/
Links https://wiki.selfhtml.org/wiki/JavaScript/DOM
Problem will man die MTU bei einem LAGG-Interface z.b. auf9000setzen, hat man das Problem, dass die MTU bei den LAGG-Mitgliedern (physiche Interfaces) ni...
Links: https://web.archive.org/web/20160415212315/http://www.freenas.org:80/blog/docker-done-right/ https://forums.freebsd.org/threads/62198/
Links: https://web.archive.org/web/20170923110343/https://wiki.openbeelab.org/index.php/Tinc
Links https://web.archive.org/web/20180403231016/https://www.serverwatch.com/server-tutorials/using-a-physical-hard-drive-with-a-virtualbox-vm.html htt...
Links https://www.maketecheasier.com/install-encfs-mac/ https://www.maketecheasier.com/mount-encrypted-folder-mac-os-x-encfsgui/
Links https://ruderich.org/simon/notes/encrypted-remote-backups https://security.stackexchange.com/questions/61104/encrypted-offsite-storage-using-sshf...
Links https://unix.stackexchange.com/questions/198590/what-is-a-bind-mount
Definition RBAC - Role Based Access Control <SUBJECT> - “who wants access” Users are global humans processes that live outsi...
Links https://blog.openshift.com/understanding-service-accounts-sccs/ https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift...
oc adm policy add-scc-to-user anyuid <USER> Links https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift-cluster/
Cheat-Sheet minishift addons enable anyuid # Changes the default security context constraints to allow pods to run with arbitrary UID. minishift ...
Overview This is a HowTo for installing the Drivers of a Futjisu SnapScan S1300 document scanner on Linux (e.g. ArchLinux) Prerequisite sane is instal...
Overview Make service from an K8s available to the outside world via an Ingress Controller (here nginx) Prerequisite minikube is installed and started ...
Overview Colored output of the git log with a (kind of) graph Prerequisite git HowTo git log --graph --decorate --pretty=oneline --abbrev-commit
Overview This is a HowTo for batch cloning all Repos of an User / Organization at once. Prerequisite having an <API-TOKEN> on Github for private Re...
# all pages as separate files $ pdfseparate input.pdf output-page%d.pdf # page 1-5 as separate files $ pdfseparate -f 1 -l 5 input.pdf output-page%d.pdf ...
Definition RBAC - Role Based Access Control <SUBJECT> - “who wants access” Users are global humans processes that live outsi...
Prerequisites audible-activator AAXtoMP3 install the programms from above in the prefered way for you system. Let’s get started Get “AUTHCODE” from ...
Links https://github.com/kites/kites-tinc https://wiki.hamburg.ccc.de/ChaosVPN:MacOSXHowto https://www.tinc-vpn.org/examples/osx-install/
Links: https://web.archive.org/web/20170923110343/https://wiki.openbeelab.org/index.php/Tinc
#Dependency apt install nodejs build-essential git cd /opt git clone https://github.com/cjdelisle/cjdns.git cd cjdns ./do ln -s /opt/cjdns/cjdroute /usr/bin...
Links https://github.com/kites/kites-tinc https://wiki.hamburg.ccc.de/ChaosVPN:MacOSXHowto https://www.tinc-vpn.org/examples/osx-install/
Links: https://web.archive.org/web/20170923110343/https://wiki.openbeelab.org/index.php/Tinc
#Dependency apt install nodejs build-essential git cd /opt git clone https://github.com/cjdelisle/cjdns.git cd cjdns ./do ln -s /opt/cjdns/cjdroute /usr/bin...
Definition RBAC - Role Based Access Control <SUBJECT> - “who wants access” Users are global humans processes that live outsi...
Overview This is a HowTo for setting up git for signing your commits auto-magic-ly with your GPG key. Prerequisite having a GPG-Key Do it get GPG key I...
Encrypt text in a file echo "<CLEAR-TEXT>" - gpg --encrypt --sign --armor -r <EMAIL/ID> > <PATH-TO-FILE>.gpg
https://github.com/robbyrussell/oh-my-zsh https://stackoverflow.com/questions/28491458/zsh-agnoster-theme-showing-machine-name
Link: http://sourabhbajaj.com/mac-setup/iTerm/zsh.html ##
Web tool, that uses the manpages, for visualization of shell commands.
Overview This is a HowTo for installing the Drivers of a Futjisu SnapScan S1300 document scanner on Linux (e.g. ArchLinux) Prerequisite sane is instal...
Overview This is a HowTo for setting up git for signing your commits auto-magic-ly with your GPG key. Prerequisite having a GPG-Key Do it get GPG key I...
Encrypt text in a file echo "<CLEAR-TEXT>" - gpg --encrypt --sign --armor -r <EMAIL/ID> > <PATH-TO-FILE>.gpg
Links https://www.maketecheasier.com/install-encfs-mac/ https://www.maketecheasier.com/mount-encrypted-folder-mac-os-x-encfsgui/
Encrypt text in a file echo "<CLEAR-TEXT>" - gpg --encrypt --sign --armor -r <EMAIL/ID> > <PATH-TO-FILE>.gpg
Links https://web.archive.org/web/20170606112846/http://www.brendangregg.com/Slides/LinuxConEU2014_LinuxPerfTools.pdf
Links https://web.archive.org/web/20180403231016/https://www.serverwatch.com/server-tutorials/using-a-physical-hard-drive-with-a-virtualbox-vm.html htt...
/Applications/VMware Fusion.app/Contents/Library/VMware OVF Tool/ovftool --acceptAllEulas /Users/<USERNAME>/Documents/Virtual\ Machines.localized/<V...
Overview This is a Cheatsheet for some VScode hacks Prerequisite vscode Cheatsheet # Edit all occurences - Select text - [CTRL] + [SHIFT] + [L] # Mult...
https://thehackernews.com/2018/04/hacking-airgap-computers.html
Logspout Log forwarder which can use the docker socket https://github.com/gliderlabs/logspout
deletes old containers and images docker ps -a | grep "Exit-Created" | cut -d ' ' -f 1 | xargs sudo docker rm; docker images | grep "<none>" | awk '{...
Link: https://web.archive.org/web/20170625175849/http://tuhrig.de/difference-between-save-and-export-in-docker/
Links: https://blog.cloud66.com/how-to-create-the-smallest-possible-docker-image-for-your-golang-application/
http://www.stephaniehicks.com/githubPages_tutorial/pages/github-intro.htmlhttp://www.stephaniehicks.com/githubPages_tutorial/pages/github-intro.html gh-...
Links https://github.com/serde-rs/serde-rs.github.io/issues/7 https://stackoverflow.com/questions/23277391/how-to-publish-to-github-pages-from-travis-c...
Links https://blog.openshift.com/understanding-service-accounts-sccs/ https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift...
oc adm policy add-scc-to-user anyuid <USER> Links https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift-cluster/
Links https://blog.openshift.com/understanding-service-accounts-sccs/ https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift...
oc adm policy add-scc-to-user anyuid <USER> Links https://blog.openshift.com/getting-any-docker-image-running-in-your-own-openshift-cluster/
Introduction 1. local: -LSpecifies that the given port on the local (client) host is to be forwarded to the given host and port on the remote side. ss...
Passing through a gateway or two A useful trick is „ssh -tt“ which forces tty allocation, so instead of the above you can do the following, connecting to ...
lens: https://github.com/lensapp/lens GUI for k8s clusters bat: https://github.com/sharkdp/bat a cat clone with syntax highlighting Gatlin: https:/...
Tools: Terraforming: https://github.com/dtan4/terraforming create terraformfiles from existing Setup for “Reverse” Engineering an alread...
https://github.com/robbyrussell/oh-my-zsh https://stackoverflow.com/questions/28491458/zsh-agnoster-theme-showing-machine-name
Link: http://sourabhbajaj.com/mac-setup/iTerm/zsh.html ##
Overview This is a Cheatsheet for some VScode hacks Prerequisite vscode Cheatsheet # Edit all occurences - Select text - [CTRL] + [SHIFT] + [L] # Mult...
Problem I had the issue by using oh-my-ZSH with powerline fonts, that some chars are not rendered correctly in the VScode integrated Terminal Solution
Overview This is a Cheatsheet for some VScode hacks Prerequisite vscode Cheatsheet # Edit all occurences - Select text - [CTRL] + [SHIFT] + [L] # Mult...
Problem I had the issue by using oh-my-ZSH with powerline fonts, that some chars are not rendered correctly in the VScode integrated Terminal Solution
NGINX config Template nginx.conf.tmpl http { server { resolver $NAMESERVER valid=10s; [...] } } } Docker Entrypoint Use DNS server from D...
Links https://keepachangelog.com/en/1.0.0/#how
#Dependency apt install nodejs build-essential git cd /opt git clone https://github.com/cjdelisle/cjdns.git cd cjdns ./do ln -s /opt/cjdns/cjdroute /usr/bin...
#Dependency apt install nodejs build-essential git cd /opt git clone https://github.com/cjdelisle/cjdns.git cd cjdns ./do ln -s /opt/cjdns/cjdroute /usr/bin...
add the following lines to your .bashrc / .zshrc :
With this “one-liner” you can set the priority of a parent process and all it’s childprocesses at one time.
With this “one-liner” you can set the priority of a parent process and all it’s childprocesses at one time.
als user: watch -n 1 'dmesg|tail -n 20'
als user: watch -n 1 'dmesg|tail -n 20'
Web tool, that uses the manpages, for visualization of shell commands.
Links https://wiki.selfhtml.org/wiki/JavaScript/DOM
folgendes Codeschnipsel am Anfang vom Skript bewirkt, dass die komplette Bildschirmausgabe (auch remote-Sessions) ins Logfile geschrieben wird.
Proxy-Redirect: https://www.cyberciti.biz/faq/proxy_redirect-change-replace-location-refresh-response-headers/
Problem will man die MTU bei einem LAGG-Interface z.b. auf9000setzen, hat man das Problem, dass die MTU bei den LAGG-Mitgliedern (physiche Interfaces) ni...
/Applications/VMware Fusion.app/Contents/Library/VMware OVF Tool/ovftool --acceptAllEulas /Users/<USERNAME>/Documents/Virtual\ Machines.localized/<V...
Collection of curl commands. User Management Change (Admin-)Password: you’ll need jq for this… #!/bin/sh # get USER_PATH from specific user - this diffe...
Collection of curl commands. User Management Change (Admin-)Password: you’ll need jq for this… #!/bin/sh # get USER_PATH from specific user - this diffe...
salt '*' shadow.gen_password 'I_am_password' salt '*' shadow.gen_password 'I_am_password' crypt_salt='I_am_salt' algorithm=sha256 https://docs.saltsta...
Links https://ruderich.org/simon/notes/encrypted-remote-backups https://security.stackexchange.com/questions/61104/encrypted-offsite-storage-using-sshf...
Links https://github.com/serde-rs/serde-rs.github.io/issues/7 https://stackoverflow.com/questions/23277391/how-to-publish-to-github-pages-from-travis-c...
Voraussetzungen … Build Hierbei wird eine Statische Seite im Unterordner docs erzeugt. cd <PATH-TO-GITBOOK>/ # Wechsel ins Verzeichnis gitbo...
Links https://web.archive.org/web/20170606112846/http://www.brendangregg.com/Slides/LinuxConEU2014_LinuxPerfTools.pdf
SQLite <user>@<host>:/# /usr/local/bin/hash_password Password: Confirm password: $2a$12$q...sp3m <user>@<host>:/# sqlite3 /<PA...
SQLite <user>@<host>:/# /usr/local/bin/hash_password Password: Confirm password: $2a$12$q...sp3m <user>@<host>:/# sqlite3 /<PA...
SQLite <user>@<host>:/# /usr/local/bin/hash_password Password: Confirm password: $2a$12$q...sp3m <user>@<host>:/# sqlite3 /<PA...
SQLite <user>@<host>:/# /usr/local/bin/hash_password Password: Confirm password: $2a$12$q...sp3m <user>@<host>:/# sqlite3 /<PA...
Links: https://robots.thoughtbot.com/install-linux-on-a-macbook-air#what-is-nixos
Websites, Online Generators for RPG Character Sheets Links: https://github.com/zombieFox/awesomeSheet
Tools: Terraforming: https://github.com/dtan4/terraforming create terraformfiles from existing Setup for “Reverse” Engineering an alread...
Tools: Terraforming: https://github.com/dtan4/terraforming create terraformfiles from existing Setup for “Reverse” Engineering an alread...
Tools: Terraforming: https://github.com/dtan4/terraforming create terraformfiles from existing Setup for “Reverse” Engineering an alread...
Links https://web.archive.org/web/20180403231016/https://www.serverwatch.com/server-tutorials/using-a-physical-hard-drive-with-a-virtualbox-vm.html htt...
Overview This is a HowTo for setting up git for signing your commits auto-magic-ly with your GPG key. Prerequisite having a GPG-Key Do it get GPG key I...
Overview This is a HowTo for installing & setting up borg backup on a Sailfish device. (in my case: a Sony Xperia XA2 ) Prerequisite wget should be i...
Overview This is a HowTo for installing & setting up borg backup on a Sailfish device. (in my case: a Sony Xperia XA2 ) Prerequisite wget should be i...
Overview This is a HowTo for installing & setting up borg backup on a Sailfish device. (in my case: a Sony Xperia XA2 ) Prerequisite wget should be i...
Overview This is a HowTo for installing & setting up borg backup on a Sailfish device. (in my case: a Sony Xperia XA2 ) Prerequisite wget should be i...
Overview This is a HowTo for installing & setting up borg backup on a Sailfish device. (in my case: a Sony Xperia XA2 ) Prerequisite wget should be i...
Overview This is a HowTo for installing & setting up borg backup on a Sailfish device. (in my case: a Sony Xperia XA2 ) Prerequisite wget should be i...
Problem I had the issue by using oh-my-ZSH with powerline fonts, that some chars are not rendered correctly in the VScode integrated Terminal Solution
Problem I had the issue by using oh-my-ZSH with powerline fonts, that some chars are not rendered correctly in the VScode integrated Terminal Solution
Overview This is a HowTo for installing the Drivers of a Futjisu SnapScan S1300 document scanner on Linux (e.g. ArchLinux) Prerequisite sane is instal...
Overview This is a HowTo for installing the Drivers of a Futjisu SnapScan S1300 document scanner on Linux (e.g. ArchLinux) Prerequisite sane is instal...
Overview This is a Cheatsheet for some VScode hacks Prerequisite vscode Cheatsheet # Edit all occurences - Select text - [CTRL] + [SHIFT] + [L] # Mult...
Excerpt (WIP) define written SLAs, SLOs for every service (and measure it!) Use error budgets as your launch criterea teams are self-policing - becaus...
Excerpt (WIP) define written SLAs, SLOs for every service (and measure it!) Use error budgets as your launch criterea teams are self-policing - becaus...
Excerpt (WIP) define written SLAs, SLOs for every service (and measure it!) Use error budgets as your launch criterea teams are self-policing - becaus...
Prerequisites audible-activator AAXtoMP3 install the programms from above in the prefered way for you system. Let’s get started Get “AUTHCODE” from ...
Definition RBAC - Role Based Access Control <SUBJECT> - “who wants access” Users are global humans processes that live outsi...
Definition RBAC - Role Based Access Control <SUBJECT> - “who wants access” Users are global humans processes that live outsi...
# all pages as separate files $ pdfseparate input.pdf output-page%d.pdf # page 1-5 as separate files $ pdfseparate -f 1 -l 5 input.pdf output-page%d.pdf ...