Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| it:linux:debian:homeconfig [2011/08/15 09:08] – berni | it:linux:debian:homeconfig [2025/08/15 07:16] (aktuell) – admin | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== Homeconfig ====== | ====== Homeconfig ====== | ||
| Zunächstmal muss man sich ja auf einem jungfäulichen Linux System zu Hause fühlen: | Zunächstmal muss man sich ja auf einem jungfäulichen Linux System zu Hause fühlen: | ||
| - | <code bash>aptitude | + | <code bash> | 
| - | wget https:// | + | apt-get update | 
| + | apt-get | ||
| + | wget --no-check-certificate "https:// | ||
| + | mkdir -p / | ||
| + | ln -s / | ||
| + | |||
| + | wget --no-check-certificate " | ||
| echo " | echo " | ||
| hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%? | hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%? | ||
| Zeile 10: | Zeile 16: | ||
| bindkey ' | bindkey ' | ||
| #Historic Pg-Up Pg-Down for history search... | #Historic Pg-Up Pg-Down for history search... | ||
| - | bindkey " | + | bindkey | 
| - | bindkey " | + | bindkey | 
| + | / | ||
| + | sed -e '/ | ||
| + | service ssh restart | ||
| + | wget http:// | ||
| + | update-ca-certificates | ||
| </ | </ | ||
| + | ===== ZSH prompt anpassen ===== | ||
| + | / | ||
| + | grml_prompt_token_default suchen und | ||
| + | host auf ' | ||
| + | ===== Backup ===== | ||
| + | <code bash> | ||
| + | #!/bin/bash | ||
| + | backupname=< | ||
| + | tar -C / -cpvf - --exclude=" | ||
| + | |||
| + | </ | ||
| + | |||
| + | |||