With the Linux Crash Course series, we’ll go over one important Linux-related topic – one video at a time. This time around, here’s a video for those of you that are brand-new to Linux that will cover how to connect to a Linux server via the OpenSSH client.
OpenStack is an open-source cloud computing platform that enables you to build your very own private cloud that is completely under your control. You can use it to spin up compute instances, set up block and object storage, load balancers, software-defined networking, and more. In this six-part guide, Jay will guide you through the finer points of OpenStack with hands-on examples. In the first episode of the series, we’ll go over a series introduction and outline. In addition, an overview Horizon (the OpenStack dashboard) is covered.
Thanks to OpenMetal for sponsoring this series and making it possible. Check out OpenMetal for your very own on-demand OpenStack cloud!
With the Linux Crash Course series on LearnLinuxTV, you’ll learn everything you need to know in order to master the art of Linux. In each video, a single topic is covered in-depth. This time around, we take a look at the ls command – a command that many of you have probably already used, but there’s always more to learn!
Thanks to Linode for sponsoring today’s video! Definitely check them out – you can have your very own Linux server set up in mere minutes!
OpenSSH is a fantastic tool for remotely managing Linux servers, but with great power comes great responsibility! If a threat actor is able to gain access to OpenSSH on your Linux server, then they have full access to cause all kinds of mischief. In this video, Jay goes over 5 must-have tweaks to strengthen the security of OpenSSH on your server.
Do you want to Learn Linux? The Linux Crash Course series contains video lessons on all kinds of Linux commands and concepts. In this episode, we’ll take a look at the concept of $PATH in Linux. You’ll learn what it is, why it’s helpful, and also how to customize it.
Are you a Linux user and/or administrator? These 10 terminal tricks will show you some new and exciting ways you can enhance your workflow, shorten longer tasks, and even have a little fun along the way.
In the Linux Crash Course series, we’ll go over one important foundational Linux topic each episode. This series includes tutorials, demonstrations, and more! In this episode, Jay will go over the basics of the cat command. And best of all, this video will feature REAL CATS!
Ubuntu Server 22.04 is the latest Long-Term Support (LTS) release of the popular Linux distribution, and powers countless servers worldwide. In this video, you’ll be walked through the process of using the live installer to deploy Ubuntu Server.
With the release of Ubuntu 22.04 LTS “Jammy Jellyfish”, we have an updated desktop experience with custom features, and long-term support for three years. In this video, we’ll take a look at the installation process. Nothing much has changed in the installer, but if you haven’t seen what the process looks like yet, then this video is for you.
AlmaLinux OS is a Linux distribution that aims to be a drop-in replacement for Red Hat Enterprise Linux, and is one of several potential distributions you can migrate to from CentOS as we used to know it. In this video, we’ll take a look at the installation process.
Thank you to Linode for sponsoring this video. Check out Linode and set up your very own AlmaLinux server in the cloud!
Rocky Linux aims to be “100% bug-for-bug compatible” with Red Hat Enterprise Linux, and is one of several potential distributions you can migrate to from CentOS as we used to know it. In this video, we’ll take a look at the installation process.
When you need to run Linux commands with elevated privileges, sudo is the tried and true method to run commands as another user (such as root). In this introductory tutorial, we’ll take a look at some of the inner-workings of sudo.