$ unbound-control-setup
$ systemctl enable stubby unbound
$ systemctl start stubby unboundUnbound dumps statistics to syslog every six hours:
$ unbound-control-setup
$ systemctl enable stubby unbound
$ systemctl start stubby unboundUnbound dumps statistics to syslog every six hours:
| from subprocess import run, CalledProcessError | |
| from time import sleep | |
| CMD = ["wpa_cli"] | |
| def scan_results(_scan=True): | |
| res = [] | |
| proc = run(CMD + ["scan_results"], | |
| check=True, capture_output=True) |
| #!/usr/bin/python | |
| from datetime import date, timedelta | |
| from locale import setlocale, LC_ALL | |
| setlocale(LC_ALL, '') | |
| start = date.today() - timedelta(7) | |
| d = start |
| This introduces a CLI command `yt` which calls `youtube-viewer` | |
| to display a YouTube channel. The YouTube channel IDs are stored | |
| in `~/.config/youtube/` in flat plain text files containing just | |
| the ID. The file name is used as the argument to `yt`. | |
| One way to find out the channel IDs is to paste a URL of a | |
| YouTube video into the `youtube-viewer` prompt. It will | |
| then list the channel ID in the videos metadata. |
| autocmd BufNewFile,BufRead *.jobf set diffexpr=DiffJobf() | |
| function DiffJobf() | |
| let expr = "s_[Cfmp]o?[0-9]{4}[a-zA-Z0-9]_FNORD_g" | |
| let opt = "" | |
| if &diffopt =~ "icase" | |
| let opt = opt . "-i " | |
| endif | |
| if &diffopt =~ "iwhite" | |
| let opt = opt . "-b " | |
| endif |
| * Write contents to `/etc/modprobe.d/broken-suspend.conf`. |
| Lorsque le balai du strobesfdsf touche la piste cuivrée (t1), l'entrée D du FF2 monte â "1". | |
| When the strobesfdsf brush touches the coppered track (t1), the D input of FF2 rises to "1". | |
| RC1 assure un flanc "propre" malgré les rebonds de contact. | |
| RC1 ensures a "clean" edge despite the contact bounce. | |
| Lors du premier flanc de ADC aprés RC1, une impulsion, formée par RC2, provoque un presetfdsfds et le moteur est arrêté. (t2) | |
| At the first edge of ADC after RC1, a pulse, formed by RC2, causes a presetfdsfds and the motor is stopped. (T2) |
| -----BEGIN DH PARAMETERS----- | |
| MIIBCAKCAQEA//////////+t+FRYortKmq/cViAnPTzx2LnFg84tNpWp4TZBFGQz | |
| +8yTnc4kmz75fS/jY2MMddj2gbICrsRhetPfHtXV/WVhJDP1H18GbtCFY2VVPe0a | |
| 87VXE15/V8k1mE8McODmi3fipona8+/och3xWKE2rec1MKzKT0g6eXq8CrGCsyT7 | |
| YdEIqUuyyOP7uWrat2DX9GgdT0Kj3jlN9K5W7edjcrsZCwenyO4KbXCeAvzhzffi | |
| 7MA0BM0oNC9hkXL+nOmFg/+OTxIy7vKBg8P+OxtMb61zO7X8vC7CIAXFjvGDfRaD | |
| ssbzSibBsu/6iGtCOGEoXJf//////////wIBAg== | |
| -----END DH PARAMETERS----- |
| bindsym XF86Display exec --no-startup-id ~/.i3/setup-screens |
| #!/bin/bash | |
| set -e | |
| set -u | |
| hostname="$1" | |
| username="$2" | |
| password="$3" | |
| number="$4" |