Skip to main content

Recently Updated Pages

Lazydocker installieren

Linux CLI-Tools

https://github.com/jesseduffield/lazydocker#installation  Variante 1: Leicht (Offizielles Skri...

Updated 1 month ago by Eike

scp

Linux

von lokal zu Remote: scp -r /mnt/d/Entwicklung/Praxis\ L/network_str_53_HH_v8.1.127.unf root@pl-...

Updated 1 month ago by Eike

Zeitzone ändern

Linux

unter Ubuntu 22.04: timedatectl set-timezone Europe/Berlin timedatectl   Obacht! tzselectve...

Updated 1 month ago by Eike

Atuin (History-Manager)

Linux CLI-Tools

  https://atuin.sh/ https://github.com/atuinsh/atuin  curl --proto '=https' --tlsv1.2 -LsSf ...

Updated 1 month ago by Eike

Wireguard GUI via Network-Manager

Linux Zorin OS

sudo apt install wireguard git dh-autoreconf libglib2.0-dev intltool build-essential libgtk-3...

Updated 1 month ago by Eike

SSH: Permissions too open

Linux

Fehlermeldung: Dateirechte sind zu offen, weil der Key zb einfach als Datei erzeugt wurde: @@@@...

Updated 1 month ago by Eike

Desktop Environment + VNC für Ubuntu Server installieren

Linux

Um für Fernwartung einen Webbrowser über VNC auf einem Ubuntu Server zu bedienen, müssen ein Desk...

Updated 1 month ago by Eike

sshfs

Linux

sshfs mountet SFTP Verbindungen. Quelle: https://www.lexo.ch/blog/2025/01/linux-how-to-mount-sft...

Updated 1 month ago by Eike

Intel N150 GPU aktivieren: Kernel-Update

Linux

Quelle https://www.number13.de/nipogi-e1-mit-intel-n150-als-mini-server-im-test/  Eikes Ulti-Kom...

Updated 1 month ago by Eike

LVM resize

Linux

Um die Größe eines Logical Volume (LV) zu erweitern, müssen folgende Befehle eingegeben werden: ...

Updated 1 month ago by Eike

rclone: OneDrive, SFTP & Co. unter Linux einrichten

Linux

rclone: rsync für Cloud Storage Obacht! Nicht apt install rclone verwenden, weil alte Version, s...

Updated 1 month ago by Eike

Große Ordner löschen (rm -rf)

Linux

Mit rm (inklusive Fortschrittsanzeige und Log) https://unix.stackexchange.com/questions/25...

Updated 1 month ago by Eike

Basiskonfiguration Ubuntu vServer

Linux

aktualisiert am 09.12.25 Passwort und SSH apt update apt upgrade passwd vim /etc/ssh/sshd_co...

Updated 1 month ago by Eike

Hetzner apt update: failed to fetch

Linux

Fehler bei apt update auf einem Hetzner arm Server: E: Failed to fetch https://mirror.hetzner.co...

Updated 1 month ago by Eike

ctop unter Ubuntu 24.04 (Noble Numbat) installieren

Linux

Obacht: ctop ist veraltet, verwende daher lazydocker oder gomanagedocker stattdessen. Obacht: di...

Updated 1 month ago by Eike

Ubuntu Server root pw

Linux

sudo passwd root

Updated 1 month ago by Eike

Screen shortcuts

Linux

https://wiki.ubuntuusers.de/Screen/ Screen erstellen: screen -S MeinScreen Aus Screen detachen...

Updated 1 month ago by Eike

Java unter Linux mit sdkman installieren

Linux

https://sdkman.io/   curl -s "https://get.sdkman.io" | bash source "/home/e1ke/.sdkman/bin/s...

Updated 1 month ago by Eike

CPU Stresstest Linux

Linux

apt install stress stress --cpu 6 --timeout 10  

Updated 1 month ago by Eike

SD-Karte formatieren

Linux

Mit  df -h die device ID herausfinden: fdisk verwenden, falls unklar: fdisk -l dann mit  ...

Updated 1 month ago by Eike