💾 Archived View for seydaneen.nahtgards.de › leuchtturm › dwemerartefakte › linux_und_unix › uebersi… captured on 2022-06-03 at 22:53:29. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Ein paar Tips, Tricks und fertige Skripte zu Linux und Unix im allgemeinen.
A few tips, tricks and ready to use scripts for linux or unix in general.
Deine ~/.profile sollte folgenden Block beinhalten. ~/.local/bin verwende ich für verschiedenste Skripte.
Your ~/.profile should include following code. I use ~/.local/bin for mixed scripts.
# set PATH so it includes user's private bin if it exists if [ -d "$HOME/.local/bin" ] ; then PATH="$HOME/.local/bin:$PATH" fi