Tag: beginner-friendly

  • Full Linux System Backups with the dd_image.sh Script – Compressed, Remote, Automated

    Repository: https://github.com/andreas-schwab-swx/dd_image

    If you’re looking for a simple yet powerful solution for full disk image backups on Linux, the dd_image script offers a versatile tool: it creates complete disk images, compresses them on-the-fly, and transfers them automatically via SSHFS to a remote server – with logging, retention logic, and optional notifications.

    Features at a Glance

    • Full disk backups using dd
    • On-the-fly compression with xz
    • Remote storage via sshfs
    • Automatic cleanup of old backups
    • Progress monitoring and detailed logging
    • Prevents concurrent runs using a lock file
    • Optional email notifications on success or failure
    • Optional zero-fill for better compression
    (more…)
  • Installing Ubuntu Server

    Step 2 of the series: Bypass internet restrictions and protect your privacy on public Wi-Fi

    In this part of the series, you’ll learn how to install Ubuntu Server step by step.

    Preparing the Ubuntu Server installation

    With the login credentials you received, log into the netcup Server Control Panel.

    Select your server, then click on Settings on the left. Here you can set the keyboard layout and adjust the UEFI settings. I selected “de” for the keyboard and enabled UEFI boot. You can leave the other settings as they are.

    (more…)