-- Leo's gemini proxy

-- Connecting to seydaneen.nahtgards.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

Linux / Unix

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.


Tips & Tricks

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

GTK3/GTK4/Gnome

Firefox / Thunderbird


Skripte / Scripts

Hörbücher aus MP3s erstellen / Audiobooks from MP3s

-- Response ended

-- Page fetched on Sun May 19 13:15:04 2024