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.
(more…) -
Linux Crash Course – Managing Users
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
(more…)/etc/passwd
and/etc/shadow
files. -
Linux Crash Course – Formatting & Mounting Storage Volumes
Storage volumes are essential to our Linux servers and workstations, but how do we format and mount additional storage volumes? In this episode of Linux Essentials, I’ll walk you through the process of formatting additional storage volumes and mounting them in your Linux instance.
(more…) -
OpenSUSE Leap 15.3 Full Review (Featuring Mycroft)
It’s time to review openSUSE 15.3! Mycroft joins me in the studio to talk about the latest release. It’s an awesome distribution, and it was very fun to review!
-
Hands-on: The System76 “Launch” keyboard! (Full Review)
The System76 Launch keyboard arrived in the studio, and in this video, I give it a full review! I’ll show an unboxing, the Configurator software that System76 created for this keyboard, and my overall thoughts.
-
Linux Crash Course – systemd: Using the systemctl command
In this episode of Linux Essentials, we take our first look at systemd – the init system in quite a few distributions of Linux nowadays. Specifically, we’ll go over the systemctl command and use it to start, stop, restart and enable units on our system.
-
Getting Started with tmux Part 4 – Creating and Switching Between Sessions
Welcome to my brand-new refreshed tmux series! tmux enables to to greatly enhance your terminal workflow and efficiency. In the fourth video, we explore sessions – which allow you to divide multiple projects into their own independent tmux process.
-
Vim Text Editor for Beginners Part 5 – Visual Mode
In my newly refreshed Vim series, you’ll learn all the things you’ll need to know in order to use this text editor in your daily workflow. In the fifth video, we’ll explore Vim’s visual mode so we can copy and paste text.
-
Vim Text Editor for Beginners Part 2 – Combining Files
In my newly refreshed Vim series, you’ll learn all the things you’ll need to know in order to use this text editor in your daily workflow. In the second video, you’ll learn how to import a file directly into your current buffer.
-
Linux Commands for Beginners 13 – Viewing Logs
In my Linux Commands for Beginners series, we’ll explore everything you need to know in order to be productive on the Linux Command Line. You’ll learn basic commands, input/output redirection, package management, resource monitoring, troubleshooting, and more. This video serves as an introduction to viewing logs.