Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

160 total results found

Rustdesk

Docker Docker-Compose .yamls

Anleitung https://rustdesk.com/docs/en/self-host/rustdesk-server-oss/docker/  https://integrations.goauthentik.io/integrations/services/rustdesk-pro/  Ports öffnen Be sure to open these ports in the firewall: hbbs: 21114 (TCP): used for web console, ...

DDNS-Updater

Docker Docker-Compose .yamls

DynamicDNS DDNS Updater Strato https://github.com/qdm12/ddns-updater https://hub.docker.com/r/qmcgaw/ddns-updater/tags  version: "3.7" services: ddns-updater: image: qmcgaw/ddns-updater:v2.9 container_name: ddns-updater network_mode: br...

NvChad Installation

neovim

https://nvchad.com/docs/quickstart/install  # essentials für zb C-Compiler apt install build-essential # Nerdfont installieren wget -P ~/.local/share/fonts https://github.com/ryanoasis/nerd-fonts/releases/download/v3.0.2/JetBrainsMono.zip \ && cd ~/...

nvim cheatsheet

neovim

https://www.reddit.com/r/vim/comments/18b1nqj/neovim_cheat_sheet/   

Trilium Notes

Docker Docker-Compose .yamls

# Running `docker-compose up` will create/use the "trilium-data" directory in the user home # Run `TRILIUM_DATA_DIR=/path/of/your/choice docker-compose up` to set a different directory # To run in the background, use `docker-compose up -d` services: ...

WinRM installation

ansible WinRM

notizen wlan/ethernet auf privat statt öffentlich stellen ssh auf windows ist scheiße lokalen ADMIN user erstellen windows client: 35 winrm quickconfig 36 winrm quickconfig 37 winrm set winrm/config/service/Auth '@{Basic="true"}' 38 winrm s...

Zeitzone ändern

Linux

unter Ubuntu 22.04: timedatectl set-timezone Europe/Berlin timedatectl   Obacht! tzselectverändert nur temporär die Timezone, siehe https://www.hostinger.com/tutorials/how-to-change-timezone-in-ubuntu 

scp

Linux

scp -r /mnt/d/Entwicklung/Praxis\ L/network_str_53_HH_v8.1.127.unf root@pl-mini-02-fbs.nb.pl:/root/ https://docs.rackspace.com/docs/copy-files-with-scp-and-rsync  SSH and SCP examples Copy a file from a remote server: ~$ scp user@IP.address:/path/file_name...

CUPS Druckerserver

Docker Docker-Compose .yamls

https://hub.docker.com/r/anujdatar/cups  https://github.com/anujdatar/cups-docker  services: cups: image: anujdatar/cups:25.10.01 container_name: cups network_mode: host #optional, falls etwas mit discovern der Geraete nicht k...

Lazydocker installieren

Linux

https://github.com/jesseduffield/lazydocker#installation  Variante 1: Leicht (Offizielles Skript) # Installationsskript mit bash ausführen curl https://raw.githubusercontent.com/jesseduffield/lazydocker/master/scripts/install_update_linux.sh | bash # C...

SSH Config

Linux

nano /root/.ssh/config .ssh/config: Host storagebox Hostname u12345.your-storagebox.de Port 23 User u12345 IdentityFile /root/.ssh/id_admin_ed25519 ODER IdentityFile /config/ssh_keys/id_admin_ed25519 JE NACHDEM WO DER SSH-K...

scanservjs (Scanner Web-UI)

Docker Docker-Compose .yamls

version: "3.8" services: scanservjs: image: sbs20/scanservjs:v3.0.4 container_name: scanservjs privileged: true #network_mode: host #BENOETIGT BEIM SUCHEN MIT 'airscan-discover fuer eSCL und WSD Scanner' ports: - "8098:808...

BTOP++

Linux CLI-Tools

https://github.com/aristocratos/btop  snap install btop  

Imke + Matthis | statische IP-Adressen

Falls der Router ausgetauscht wird: Das Subnetz beim neuen Router auf 192.168.4.0/24 stellen (Fritzbox bzw. neuer Router erhält dann auch die 192.168.4.1) und DHCP-Bereich zwischen IP 100  und 200 einstellen (siehe Bild oben) Shelly von dynamische IP-...

Semaphore UI (Ansible)

Docker Docker-Compose .yamls

Achtung, Runners nur in PRO Version (50€ mtl.) https://semaphoreui.com/install/docker/2_16/ community-edition services: semaphore: restart: always ports: - 3000:3000 image: semaphoreui/semaphore:v2.16.45 ...

Error response from daemon: client version 1.xx is too old

Docker

Fehlermeldung   client version 1.42 is too old. Minimum supported API version is 1.44, please upgrade your client to a newer version oder Docker event stream returned error: Error response from daemon: client version 1.25 is too old.... Loesung: https:/...

paperless-ai

Docker Docker-Compose .yamls

  https://github.com/clusterzx/paperless-ai services: paperless-ai: image: clusterzx/paperless-ai:3.0.9 container_name: paperless-ai network_mode: bridge restart: unless-stopped cap_drop: - ALL security_opt: - n...

immich

Docker Docker-Compose .yamls

https://docs.immich.app/install/docker-compose/  docker-compose.yml # https://docs.immich.app/install/docker-compose/ # # WARNING: To install Immich, follow our guide: https://docs.immich.app/install/docker-compose # # Make sure to use the docker-compo...

Windows in Docker

Docker Docker-Compose .yamls

services: windows: image: dockurr/windows container_name: windows environment: VERSION: "11" devices: - /dev/kvm - /dev/net/tun cap_add: - NET_ADMIN ports: - 8006:8006 - 3389:3389/t...

GMKTec EVO-X2

Linux

128GB RAM + 2TB SSD + Ryzen AI MAX+ 395 Neue Firmware https://strixhalo.wiki/Hardware/Boards/Sixunited_AXB35/Firmware  BIOS: 1.11 20251017 AXB35-02_GMK_SW1.11_20251017.zipEC Firmware: 1.08 EC-AXB35-02-1.08.zip Linksammlung https://www.reddit.com/r/MiniPCs...