notes for nerds – pc, server, phones, apps

notes4nerds

— notes.h87.at —

Kategorie: Allgemeine Artikel

  • K.I./A.I. Übersicht 2025

    Communities:https://huggingface.co/ Pinokio – K.I. Browser – meist auf ubuntu 2204LTS aufgebaut K.I.-Modelle K.I.-Apps Graphik per K.I. Video K.I.

  • Kennenlernen von Linux 2025

    Eine Schritt für Schritt Anleitung um Linux auszutesten bzw zu installieren. Linux auf einen USB-Stick spielen: Am PC das Linux-LIVE/ Installations booten Installation von Linux

  • WordPress – themes + designs

    Hier findest du mehrere Übersichten zur Erstellung eines WordPress Designs…Klare Struktur eines WordPress-Themes

  • NTFY – push notification

    a service who send push notification to your phone with many usecases like inform you if a command failes or succeed 1. install ntfy in docker create directorys: create „docker-compose.yml“ with following content run compose command: 2. download your „ntfy app“ on your Android Phone https://f-droid.org/de/packages/io.heckel.ntfy in the app create a abo of any topic…

  • Docker Container 24

    list of docker cotainer in 2024 testet by kemi untestet

  • Zabbix Monitoring System

    zabbix is open-source and can monitor infinite hosts and show many graphs and stats 1. Create zabbix docker network 2. Install Postgres Database for Zabbix POSTGRES_USER=bob POSTGRES_PASSWORD=some-passwd POSTGRES_DB=databasename 3. Install Zabbix Server 4. Install the Zabbix Web Gui 5. Access Web-Gui and set Admin Passwd go to http://192.168.X.X:8085 login with standard username and password user:…

  • VPN installieren für Zugang ins Heimnetz

    wir installieren wireguard in einem docker container um unterwegs ins heimnetz zu gelangen 1. verzeichnisstruktur erstelllen und user id auslesen herausfinden der user ID ausgabe zbsp 1000:1000 2. wireguard installieren PUID und PGID angeben zbsp 1000:1000 SERVERURL angeben zbsp.: home.example.com PEERDNS angeben zbsp.: 192.168.1.1 (heimnetz vom router) 3. Port forwarden Port 51820 auf dem router…

  • automatic „apt“ updates – unattended upgrades

    easy way to keep your servers up to date with security updates 1.install unattended upgrades 2. aktivate automatic updates 3. Zeitplan für automatische Updates Die Datei /etc/apt/apt.conf.d/20auto-upgrades steuert, wie oft nach Updates gesucht wird. Überprüfe oder passe diese Datei an: 4. logs überprüfen 5. Zeitgesteuerte reboot´s falls kernel updates da sind Falls Kernel-Updates installiert werden,…

  • 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…

  • Grub2 mit grub-customizer anpassen

    This GRUB Customizer Tutorial explains how to install the GRUB Customizer. The Grub Customizer by Daniel Richter allows the graphical configuration of the GRUB 2 and Burg boot loaders and is used by many linux distributions. It can be used to make simple changes such as the boot sequence (order of the menu entries) or…

  • RSS – News4nerds – up2date

    Wie finde ich den RSS-feed einer Webpage: RSS – Feeds -> grosse Webseiten, zb reddit Um auf den RSS-Feed zuzugreifen, fügen Sie einfach „.rss“ zum Ende der URL hinzu.zb „www.reddit.com/r/nextcloud.rss“ – Quelle -> how-to-get-an-rss-feed-for-any-subreddit RSS – Feeds -> Linux-Blogs RSS – Feeds -> News Linksammlung:

  • Nerd Fonts

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