All Content

  • DBcare – How TuxCare aims to Eliminate Database Server Reboots

    DBcare is a new offering from TuxCare, which aims to help administrators avoid rebooting database servers by live-patching them. DBcare is currently in beta, and you can test it out right now. Last year, I had a chance to chat with Jim Jackson about DBcare, and we had a really good conversation about the project that’s still timely today, especially considering the beta test has recently opened up.

    YouTube player
  • Building your own Git Server with Gitea on AlmaLinux

    Gitea is a self-hosted git server you can run on your Linux rig, enabling you to be in full control of hosting your own repositories. In this video, the process of setting up Gitea is shown on an AlmaLinux server. You’ll see the process of setting up the server, installing Gitea, and even making your first commit to a repository that’s being hosted on your new server.

    YouTube player

    Continue reading for an overview of the commands that were used in this video.

    (more…)
  • Backing up a Linux Server with rsync

    When it comes to sending files from one device to another, rsync is legendary. Using rsync, you can back up critical data and send it to a backup device, network share, an offsite server and more. In this video, you’ll see an example of backing up critical data on a server with rsync.

    YouTube player