notes for nerds – pc, server, phones, apps

notes4nerds

— notes.h87.at —

Schlagwort: terminal

  • FileServer mit Python Modul erstellen

    Mit dem Python-Modul http.server hat man mit einer kurzen Zeil nen File-Server online. Beende den Server mit „Strg + c“ wie üblich im Terminal

  • Config your shell /CLI/ Terminal

    Hier geht es darum deine Terminal-Umgebung zu schaffen. Es stehen einige an Shell / CommandLineInterface/ Terminal zur Wahl. list of shells: Shell-themes: Tutorial used: -> https://github.com/amarpan/how-to-install-and-configure-zshell

  • how to create cronjobs

    cron is a programm that let you execute an command at any time you want automaticly it´s very easy just edit the cron file with crontab 1. use Crontab let´s edit cronjobs and paste following code inside for simplicity in this example we execute a backup command every day at 12:00 pm paste this line…

  • Nerd Fonts

    https://www.nerdfonts.com/ Nerd fonts (Iconic font aggregator, collection, and patcher) sind eine Sammlung an Fonts, Icons, etc für Entwickler

  • Debian repository neu/changed

    Die Debian repository-Struktur hat sich geändert und in Folge wurde die alte „https://deb.librewolf.net“ gelöscht und durch https://repo.librewolf.net ersetzt, was nicht automatisch passiert, sondern mit dem „extrepo“-Package für externe Repositories. Das betrifft Debian, Mint und weitere debian-derivate… Fehlermeldung: Lösung: 1. Entferne die alten „repositories“ 2. Die neue „repository“-Verwaltung hinzufügen 3. Update LibreWolf (optional) Linksammlung:

  • Magento Webserver @all-inkl installieren

    Magento auf all-inkl ist möglich, auch wenn nicht easy…. Hauptanleitung zur Magento-Installation: Weitere helfende Links:

  • xinput – Maus tapp oder klick

    1. Find the ID of your touchpad with xinput list: Apparently, the one called „… TouchPad“ has id=10. 2. List the „props“ properties with the ID list the props Our Property frp tapping is 326 3. Set Tapping to 1 to enable Set the Tapping (326) to 1 https://unix.stackexchange.com/questions/438725/disabling-middle-click-on-bottom-of-a-clickpad-touchpad https://docs.xfce.org/xfce/xfce4-settings/mouse https://wiki.ubuntuusers.de/Howto/Touchpad xinput Artikel über Mauseinstellung…

  • Build Cli-Terminal OS

    Mögliche Apps nach Funktion: Programmeliste: Linksammlung:

  • Shell befehle finden: explainshell.com & cheat.sh

    einfach command reintippen und die website erklärt genau was der command macht https://explainshell.com/ https://cheat.sh

  • fastfetch – die wichtigsten System-Daten anzeigen

    fastfetch ist installierbar auf fast allen OSs > Linux, macOS, FreeBSD, Windows, Android(termux) und zeigt auf jedem System im Terminal die wichtigsten Daten an…. neofetch is da ursprüngliche Projekt, welches aber nicht mehr weiterentwickelt wird. Folglich entstand fastfetch, geschrieben in C mit modulen… > schnell & anpassbar https://github.com/fastfetch-cli/fastfetch/ https://pimylifeup.com/linux-fastfetch

  • fabric – K.I. auf Kommandozeile

    fabric ermöglicht dir dein KIs per Kommandozeile anzusprechen.– fabric –listmodels kannst du deine Modelle auflisten…– Mit Patterns werden Befehle ausgeführt.https://github.com/danielmiessler/fabric/blob/main/README.md Beim Setup werden mehrere API-Keys angefragt…ChatGPT unter https://platform.openai.com/api-keysClaude unter https://console.anthropic.com/settings/keys

  • Videos editierbar machen von VBR zu CBR per ffmpeg

    Videos sind mit variabler Bitrate(VBR) nicht gut schneidbar. Infolge konvertieren wir sie zuerst in Dateien mit konstanter Bitrate (CBR).Dann sind sie Tool: ffmpeg