Tag: linux

  • Upgrading from RSA to ED25519

    by

    in

    Add a new pair of Ed25519 keys and use them to conveniently ssh into remote servers.

  • Roll Your Own Network

    by

    in

    One stop shop for rolling your own network. You’ll find tutorials on how to run a network, server, desktop, mobile, and manage certificates and backups. It’s a work in progress according to themselves, but definitely worthwhile checking it out! https://roll.urown.net

  • Better backups with BorgBase

    by

    in

    I recently posted an article on how I used rsnapshot for backing up this blog. This worked fine but I was having two major issues with the approach. 1. Backing up the database’s internal file storage Generally speaking, it’s bad practice to backup a database’s internal file storage as it could change mid-backup. A better…

  • How to set the timezone in Ubuntu

    by

    in

    You may list all available timezones via the following command: To update the timezone of your machine use After this the current settings can be inspected like so: Have a look at https://www.digitalocean.com/community/tutorials/how-to-set-up-time-synchronization-on-ubuntu-20-04 for a more detailled explanation.

  • Adding an administrative account in Ubuntu

    by

    in

    If, for some reason, no default administrative user was created during the server installation process, the first thing I do is to create a personal user and deactivate the root user, if necessary. Usually, a pristine Ubuntu installation comes with a default user that was added to the group of sudoers. However, when acquring a…