If you have one or more servers that need to always be available and ready for action, how do you keep track of uptime? How can you receive alerts to notify you when there’s an issue? In this episode, Tom and Jay discuss some of the tools they use to monitor servers and important metrics.
-
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.
Continue reading for an overview of the commands that were used in this video.
(more…) -
Linux Servers: Which Distro should you use?!
In the Linux community, there’s constant debate about which distribution is best for your desktop. However, there’s not as much discussion regarding Linux distros for your server. There are many good options for your Linux server project, and in this video Jay discusses his top 6 choices.
-
Proxmox Backup Server: Full Getting Started Guide!
Proxmox Backup Server is a custom Linux distro that you can run on your server to have it serve as a backup endpoint. It integrates quickly and easily with Proxmox Virtual Environment, making it a great solution to back up your virtual machines and containers. In addition to that, it can also be used to store non-VM backups too, so running Proxmox Virtual Environment is NOT a requirement. In this video, I’ll teach you everything you need in order to get started with Proxmox Backup Server.
You can download the Proxmox Backup Server ISO image from here. Also, feel free to check out the official documentation pages to learn even more.
Be sure to check out the Proxmox Full Course for Virtual Environment here if you haven’t already.
-
Awesome Linux Tools: Lynis from CISOfy
In this episode of Awesome Linux Tools, the spotlight is on Lynis – a really awesome utility you can use to get a better understanding of the overall security hygiene of your server. In this video, Jay will show you how to install it, and also how to run an audit.
(more…) -
Boosting your Linux Server Security with CrowdSec
CrowdSec is a cutting-edge security solution for your Linux servers. As an intrusion prevention system, its goal is to stop unauthorized access and prevent attacks. But unlike other IPS solutions, it does it a different way – by using knowledge as power. CrowdSec was covered on this channel before, but in this video, you’ll see an updated look complete with an overview of how to set up protection for WordPress as well.
-
Proxmox VE Full Course: Class 16 – High Availability
In the final episode of LearnLinuxTV’s Proxmox VE tutorial series, we explore the concept of high availability. This will ensure that our most important virtual machines are always running, even if one of the nodes in our cluster stops responding.
-
Proxmox VE Full Course: Class 14 – Shared Storage
Shared storage enables you to set up a single storage repository, and provide access to that repository from multiple servers. If you eventually set up a Proxmox cluster, then shared storage gives you even more flexibility. In this video, you’ll see the process of setting up NFS shares in a NAS (TrueNAS used as an example) and then adding those shares to Proxmox VE.
-
The Homelab Show Episode 30 – Q and A
In episode number 30 of The Homelab Show, Tom and I answer a handful of great questions that were recently sent in.
Thank you to Linode for sponsoring this podcast. Check them out and spin up your very own cloud Linux server with $100 in credit to get you started.
-
Review: The 19″ Raspberry Pi Rack Mount from 52pi
52pi sent their 19″ Raspberry Pi rack mount over to the studio, so as always I gave it a full review. In this video, I’ll talk about the pros and the cons so you can make a decision for yourself as far as if this product will fit your Pi-server use-case.
If interested, check out the 52pi 19″ Rack Mount here.
-
The Homelab Show Episode 28:Own Your Domain
Be sure to check out The Homelab Show if you haven’t already. In this episode, Tom and Jay discuss adding a domain to your homelab.
-
Proxmox VE Full Course: Class 8 – Creating Container Templates
Welcome back to LearnLinuxTV’s full course on Proxmox Virtual Environment! In class #8, we look at the process of converting a container into a template, that can then be used as a basis for launching additional containers.