An introduction to Linux network routing (David Both)
/usr/bin/ip link set dev tun0 up mtu 1500
Enable and configure the TUN adapter at tun0
.
An introduction to Linux network routing (David Both)
/usr/bin/ip link set dev tun0 up mtu 1500
Enable and configure the TUN adapter at tun0
.
site '*://*/*' { | |
unmap x | |
unmap p | |
unmap o | |
} | |
site '*://mail.google.com/*' { | |
unmap e | |
unmap j | |
unmap k | |
unmap c |
\begin{tikzpicture}[grow cyclic, text width=2.3cm, align=flush center, outer sep=0.5cm, | |
level 1/.style={level distance=3.3cm,sibling angle=180}, | |
level 2/.style={level distance=3.3cm,sibling angle=45}, | |
level 3/.style={level distance=3.3cm,sibling angle=45}] | |
\tikzstyle{blue} = [text=MidnightBlue] | |
\tikzstyle{red} = [text=WildStrawberry] | |
\tikzstyle{book} = [font=\itshape] | |
\node(root){17. 18. Jahrhundert} |
#!/usr/bin/env zsh | |
music=/mnt/unsort/storage/music | |
playing=$music/$(mpc -f %file% current) | |
case $1 in | |
rate) | |
if [[ $2 -ge 0 ]] && [[ $2 -lt 6 ]]; then | |
mpc sticker "$(mpc -f %file% current)" set rating $2 | |
fi |
#!/usr/bin/env zsh | |
curl -s https://material.io/guidelines/style/color.html |\ | |
pup 'div.col-list section.module-module-module.col-3:nth-last-of-type(n+2) div span text{}' |\ | |
awk '/^[A-Z][a-z]+/{cat=$0} /^[A]{0,1}[0-9]{2,3}/{shade=$0} /^#[0-9A-F]{6}/ {printf("%4s, %-11s, %s\n",shade,cat,$0)}' |\ | |
cat -n |\ | |
sort -t, -k3 |\ | |
tac |\ | |
uniq -f1 |\ | |
sort -nk1 |\ |
#!/usr/bin/env zsh | |
n=( | |
" 1 * 8 + 1" | |
" 12 * 8 + 2" | |
" 123 * 8 + 3" | |
" 1234 * 8 + 4" | |
" 12345 * 8 + 5" | |
" 123456 * 8 + 6" | |
" 1234567 * 8 + 7" |
Abel, G., Zur philosophischen Aktualität Montaignes, in: Allgemeine Zeitschrift für Philosophie, 2/1993. | |
Adriaanse, H.J., Montaigne en religie, in: Wijsgerig Perspectief op Maatschappij en Wetenschap, 33/1, 1992/93. | |
Adriaanse, H.J., Zum Beispiel Montaigne, in: Internationale Zeitschrift für Philosophie, 1/1996. | |
Bailly, A., Montaigne, Paris 1942. | |
Balmer, H.-P., Montaigne und die Kunst der Frage. Grundzüge der “Essais”, Tübingen 2008. | |
Baltzer, U., "Über das Üben". Essais als Aneignung des Fremden, in: Philosophie. Ethik, 2/1999. | |
Barnouw, A.J., Montaigne's Braziliaansch Slangeliedje, in: Tijdschrift voor Nederlandsche Taal- en Letterkunde, 1913. | |
Bencivenga, E., The Discipline of Subjectivity. An Essay on Montaigne, Princeton 1990. | |
Bimbenet, E., Les Essais de Montaigne dans leurs rapports avec la législation moderne, Orléans 1864. | |
Bippus, H.-P., In der Theologie nicht bewandert? Montaigne und die Theologie, Tübingen 2000. |
function now () { | |
if [[ $1 == "Y" ]] | |
then | |
shift | |
y="%Y" | |
else | |
y="%y" | |
fi | |
case $1 in | |
(h) shift |
Master Numbers | |
1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 22, 33 | |
Life Number (Day of Birth) | |
05/31/1982: 5 + 4 + 2 => 11 | |
11 | |
Expression Number | |
1 2 3 4 5 6 7 8 9 | |
A B C D E F G H I |
$ ls -1 ??.jpg | |
10.jpg | |
12.jpg | |
14.jpg | |
16.jpg | |
18.jpg | |
20.jpg | |
22.jpg | |
24.jpg | |
26.jpg |