Category: Automation

  • Configure partition table, format and auto mount disks. MBR – EXT4

    Configure partition table, format and auto mount disks. MBR – EXT4

    Connect the External HDD: Ensure that your external HDD is connected to your Debian system. Identify the Device: Use the lsblk or fdisk -l command to identify the device name of your external HDD. It will typically be something like /dev/sdX, where X is a letter assigned to the drive. Partition the Drive with MBR:…

  • Automated folders backup

    Automated folders backup

    This is a very simple way to back up folders in an incremental way and it can be tweaked slightly to make more or less copies while at the same time keeping a defined number of copies on disk, It starts by creating one copy of one or more folders and saves it in its…

  • Send your public IP to your email – MSTP-MTA

    Send your public IP to your email – MSTP-MTA

    For those of us having a server at home with a basic home internet connection, the issue is how to easily bypass the problem of having port 25 blocked by our ISP. To quickly go around it you can setup an msmtp client to login to your personal email to send useful information from your…

  • IP address autoupdate – Cloudflare

    IP address autoupdate – Cloudflare

    Create an API token in Cloudflare Log in to your cloudflare’s dashboard and enter the domain you want to manage. Save your API key token and save the number generated. Once you exit the page you won’t be able to get it again. Choose a good location to save the following git folder. It contains…