debianServer migration with dd over SSHEvery so often I want to migrate a server "whole", as if I were pulling the disk out of the old server and plugging it into the new one. This is not only very convenient (no need …
debianCLI command "w" on Linux/Unixw is a very helpful command-line tool for a quick overview of which users are currently logged in and what they are doing.
ServeradministrationInstall Contabo VPS from ISOI recently rented a small storage VPS at Contabo. On my request (left as a comment during the order) it was provisioned in Munich, giving me a reasonable level of geo-redundancy …
ServeradministrationServer snapshots with dd over SSHA snapshot is an image of a disk or a system captured at a specific point in time. Depending on the environment, snapshots can be taken "online" (while the system is running) or …
DockerTimezones in Docker containersWhile reviewing logs from various Docker containers I ran into an issue: some containers were running with the host's local timezone (CET), others with UTC. While debugging I even …