Setting up a Windows to Linux Game Streaming Server
There are many tweaks, hacks, and work-arounds for forcing Windows games to run on Linux. In this video, I’ll add another potential option to the list – a game streaming server! Streaming games isn’t necessarily a new idea, but in this video, I’ll show off a server build that I set up recently that allows me to stream Windows games to my Linux PCs. And who knows, another YouTuber might also make an appearance!
Review: Debian 11 “Bullseye” – How it misses the mark, and why it’s still Great!
Debian 11 was released in August of 2021, and in this video, I give it a review. The new “Bullseye” release is definitely a welcome upgrade, but some old habits keep it from perfection. In this review, I’ll talk about what I like about the new release, as well as some of the rough edges.
Enterprise Linux Security – Episode 01: Common Vulnerabilities & Exposures (CVEs)
In episode 1 of the Enterprise Linux Security Podcast, Jay and Joao talk about CVEs: Common Vulnerabilities and Exposures. It’s an important topic to understand in the world of security, and we’ll talk about what this means, how they’re classified, and much more!
Check out additional episodes in this podcast here.
JingLing sent a development version of their new JingPad A1 tablet to the LearnLinuxTV studio, and in this video I’ll give you my thoughts. Since this is a preview unit and not the final version, I will not give you my final opinion in this video. Instead, I’ll go over my first impressions of this new Linux tablet. Stay tuned to the channel for a full review as soon as the final version of the JingPad is released – and I’ll give you an even more in-depth look!
System Administrator Appreciation Day is a special day of recognition that occurs on the last Friday of July each year. SysAdmin Day is intended to bring recognition to all the hard work that System Administrators perform to keep our systems running. In this video, I discuss SysAdmin Day (as well as many other topics surrounding the line of work) with Joao Correia from CloudLinux, and Brian from Admin Magazine. This was an awesome discussion, so don’t miss out!
I had a chance to sit down with Joao Correia from CloudLinux and Brian Osborn from Admin Magazine to talk about System Administrators Appreciation Day, System Administration in general, and why we need to help our Admins feel more appreciated it.
Tom visited the LearnLinuxTV studio recently to present Jay with an awesome gift – a 3D Printed Raspberry Pi Rack that he and his crew built! In this video, we’ll talk a bit about the build and give you our thoughts. This build is awesome!
In this episode of Linux Essentials, we take a look at group management. You’ll see commands such as groupadd and groupdel in action as we navigate concepts around adding groups, removing groups, assigning/removing users to groups, and more!
Full Review: The new InfinityBook Pro 14 Linux Notebook
Tuxedo sent over their InfinityBook Pro 14 Linux notebook to the studio for me to review, and in this video, I’ll give you my thoughts. And it very well might have the best screen from any notebook I’ve ever reviewed. Check it out!
Enjoy the first episode of a brand new, bi-weekly podcast. Joao and I will get together in each episode and talk about all things Linux Security, with a focus on the Enterprise.
Linux Crash Course – Automatically mounting storage volumes with /etc/fstab
In a previous video we went over the basics of storage, and in this episode of Linux Essentials, I’ll show you how to automatically mount storage volumes when you boot your server. The primary focus will be going over the /etc/fstab file.
As a Linux Server Administrator, it’s your job to keep an eye on your users – and in this video, I’ll show you how to add and remove users. Also, I’ll show you how to change the password of your users. In addition, we’ll go over a quick summary of the /etc/passwd and /etc/shadow files.
cloud-init is an awesome technology that can be used to customize Linux images for deployment, that lets you do all kinds of neat things such as automatically creating users, installing packages, resetting SSH keys, and more. However, it’s often shrouded in mystery. In this video, I’ll walk you through using it to create a user, set the hostname, and install some packages.