SWick

Sysadmin-by-Nature

ssh-tools release 1.8
15th March 2024
No tags
Shell Prompt NG
9th March 2024

User

git_branch() {

  BRANCH=$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/')

  [[ ! -z $BRANCH ]] && echo "[${BRANCH}] "

}

PS1='\n \w \[\e[33;1;12m\]$(git_branch)\[\033[0m\]\n \[\033[1;32m\]>\[\033[0m\] '

root

git_branch() {

  BRANCH=$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/')

  [[ ! -z $BRANCH ]] && echo "[${BRANCH}] "

}

PS1='\n \w \[\e[33;1;12m\]$(git_branch)\[\033[0m\]\n \[\033[1;31m\]>\[\033[0m\] '
No tags
Cacao: Food of the Gods
20th February 2024

Tags: videos.
Ein-Sicht
11th October 2023

No tags
Lebensfunken
11th September 2023

No tags
ssh-pwd released
11th September 2023

The ssh-tools collection has a new member: ssh-pwd

quickly echo path to use for scp, rsync

$ ssh-pwd

vaporup@10.159.33.134:/home/vaporup
vaporup@192.168.1.102:/home/vaporup
vaporup@192.168.122.1:/home/vaporup
vaporup@blinky:/home/vaporup
vaporup@blinky.local:/home/vaporup
No tags
Der Fluß des Lebens
11th September 2023

No tags
Antizipation (SysAdmin)
16th March 2023
"Ohne Antizipation[1] wären manche Sportarten nicht möglich"  

https://de.wikipedia.org/wiki/Antizipation_(Sport)

Dieses Zitat trifft meiner Meinung nach auch besonders auf den Beruf des SysAdmins zu.
Heute mehr denn je..

Man sagt, ein fauler Admin ist ein guter Admin[2].

Ein sehr guter Admin hingegen, kann auch sehr gut antizipieren
und somit, wie z.B. im Tischtennis, Ereignisse gut erahnen,
sich darauf vorbereiten oder diese sogar vermeiden:

Beispiele

Links

[1]: https://de.wikipedia.org/wiki/Antizipation
[2]: https://www.youtube.com/watch?v=kfR5tifZwvA
[3]: https://xkcd.com/1205/
[4]: https://blog.nuclino.com/the-simple-genius-of-checklists-from-b-17-to-the-apollo-missions
[5]: https://blog.danslimmon.com/2019/07/15/do-nothing-scripting-the-key-to-gradual-automation/
[6]: https://de.wikipedia.org/wiki/Muda
[7]: https://news.ycombinator.com/item?id=31473869
No tags
Feedback
4th December 2022

Jugendarbeit kann oft sehr einseitig wirken
und man frägt sich manchmal, warum man das alles macht.

Doch heute kam eines der Schützlinge ins Tischtennis-Training
obwohl es laut Eltern gar nicht trainieren darf (Trainings-Verbot),
nur um mir ein kleines Geschenk vorbeizubringen:

Alleine das war die bisherige Arbeit wert.
Nicht die Praline selbst sondern die strahlenden Augen des Überbringers (wie die des Engels auf der Praline)...

Feedback ist wichtig - egal in welcher Form.
In der Form von Pralinen kann das sogar sehr lecker sein...

No tags
My New Shell Prompt
14th November 2022

User

export PROMPT_DIRTRIM=2

git_branch() {

  BRANCH=$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/')

  [[ ! -z $BRANCH ]] && echo "[${BRANCH}] "

}

PS1='\n \w \[\e[33;1;12m\]$(git_branch)\[\033[0m\][\[\033[0;96m\]>\[\033[0m\]] '

root

export PROMPT_DIRTRIM=2

git_branch() {

  BRANCH=$(git branch 2> /dev/null | sed -e '/^[^*]/d' -e 's/* \(.*\)/\1/')

  [[ ! -z $BRANCH ]] && echo "[${BRANCH}] "

}

PS1='\n \w \[\e[33;1;12m\]$(git_branch)\[\033[0m\][\[\033[0;91m\]>\[\033[0m\]] '
No tags

RSS feed

"People said I should accept the world. Bullshit! I don't accept the world." -- Stallman