Setting up a separate network for your virtual machines is a great idea, especially since that allows you to segregate your management network. In class 13 of LearnLinuxTV’s Proxmox series, we’ll set up a new network and you’ll see how to set up your virtual machines to use it.
Linux Crash Course – User Account & Password Expiration
Keeping track of user accounts is very important, especially as a Linux server administrator. In this episode of Linux Essentials, we’ll explore user and password expiration. This will include examples regarding locking passwords, the chage command, and more!
Thank you to Linode for sponsoring this video. Check them out here and get your very own Linux server set up in minutes!
CentOS 8 End of Life – Are you Ready? My thoughts & Suggestions
CentOS 8 will reach its end of life very soon – after December 31st, there will be no more updates for the popular distribution. If you’re using CentOS 8 in your data center, it’s time to make a decision. In this video, I’ll go over my thoughts about the subject, as well as some possible options for how to proceed.
Thank you to TuxCare for sponsoring today’s video. They have an awesome solution for extending CentOS 8 support through 2025.
Have you ever wanted to learn how to use git, but wasn’t sure where to start? In this stand-alone video guide, I’ll teach beginners how to use git. We’ll go over what a repository is, how to commit and push changes, and more!
Thanks to Linode for sponsoring this video. Check out their service and receive $100 in credit toward your new account!
Behind the Distro – Benny Vasquez, AlmaLinux OS Chair of the Board
I recently had a chance to chat with Benny Vasquez, who was recently named the Chair of the Board of Directors for AlmaLinux OS. In this conversation, we chat about some of the things that led to the creation of AlmaLinux itself, the community-focused and inclusive nature of the project, the new board position, and more!
Review: The EVICIV Raspberry Pi All-In-One Touchscreen
EVICIV was awesome and sent me over a brand new Raspberry Pi display so that I could review it, and that’s exactly what I did. In this video, I’ll give you my thoughts on this display and whether or not I can recommend it.
After watching the review, check out the EVICIV display here.
Proxmox VE Full Course: Class 12 – The Command-Line Interface
LearnLinuxTV’s Proxmox full course aims to get you up to speed with all the finer points of Proxmox Virtual Environment. In video #12, we take a look at the Command-Line interface. The basics of both the qm and pct commands are covered, so by the end of the video you’ll be able to manage your cluster with or without a user interface.
Linux Crash Course: Background (bg) and Foreground (fg)
In this episode of Linux Essentials, we’ll take a look at how to send tasks to the background, and then bring them to the foreground. This helps you get the current task out of the way so you can switch to something else, without having to use multiple terminal windows.
Thank you to Linode for sponsoring this video. Check them out and get your very own Linux server in minutes!
Enterprise Linux Security Episode 05 – The “Attacker” Mindset
We’ve talked about Enterprise Linux Security from the worldview of the system administrator, but what’s it like on the other side? In this episode, Jay and Joao are joined by Atalay Kelestemur, an Ethical Hacker, as we discuss the mindset of the attacker.
Aliases in Bash enable you to essentially create your own commands, or even just simplify existing ones. In this video, I’ll explain what aliases are, and I’ll show you some of my personal favorites. At the end, I’ll show you how to make your aliases persist between sessions.