The Message Of The Day displayed on shell login is generated from
- output of executable scripts in
/etc/update-motd.d - contents of
/etc/motd - last ssh login
| # set prompt with git info, last exit code and colors | |
| promptCommand() { | |
| # values | |
| lastExitCode=$? | |
| gitRev="$(git branch 2>/dev/null | grep '^*' | colrm 1 1)" | |
| # colors | |
| # (all 8bit color codes: https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit) | |
| user=$(tput setaf 214) | |
| at=$(tput setaf 240) | |
| host=$(tput setaf 90) |
| Abälard | |
| Abälards | |
| abergläubig | |
| abergläubige | |
| abergläubigem | |
| abergläubigen | |
| abergläubiger | |
| abergläubigere | |
| abergläubigerem | |
| abergläubigeren |
| import produce from 'immer'; | |
| import { BehaviorSubject, Observable, Subject } from 'rxjs'; | |
| import { | |
| distinctUntilChanged, | |
| filter, | |
| map, | |
| withLatestFrom | |
| } from 'rxjs/operators'; | |
| // tslint:disable:no-any |
| name: CI | |
| on: | |
| push: | |
| branches: [master] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: 🛎 Checkout |
| name: CI | |
| on: | |
| push: | |
| branches: [master] | |
| jobs: | |
| build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: 🛎 Checkout |
Used Model: Raspberry Pi (Model B Rev 2, armv6l)
Download the Raspberry Pi Imager,
start it and follow the instructions to create an image using the
Raspberry Pi OS Lite (32-bit) (a debian port without desktop environment).
Model: Raspberry Pi (Model B Rev 2, armv6l)
Download the Raspberry Pi Imager,
start it and follow the instructions to create an image using the
Raspberry Pi OS Lite (32-bit) (a debian port without desktop environment).