Skip to main content

Linux

Linux is the kernel that powers the cloud. This section contains content related to Linux, Linux distributions, web servers, and system administration.

Understanding Linux System Performance | The Top Command

In this video, @LearnLinuxTV explains the top command, a useful tool for displaying Linux system information and processes.
Linux
Managing Linux Processes, using the PS command

Using the ps Command | Efficient Process Monitoring on Linux Systems

In this video, @KeepItTechie explains the ps command and how to use it effectively to monitor processes running on your Linux system.
Linux

How to Use the cut Command in Linux | Top Docs with LearnLinuxTV

​@LearnLinuxTV explains the cut command, a text manipulation utility that allows you to cut out lines from specified files.
Linux

Linux Command Line Tips | Use The ‘tr’ Command to Transform, Replace, and Remove Characters

In this video, @LearnLinuxTV explains the tr command and also gives examples of common ways to utilize this command in your code.
Linux
Jay LaCroix from the YouTube Channel LearnLinuxTV next to the text using the man command.

Use the Man Command to Learn Any Linux Command | Top Docs With Learn Linux TV

In this video, Jay demonstrates different ways the man command can teach you about different programs and commands in Linux.
Linux
Linux Superhero Jay LaCroix featuring the power of curl on Linux.

Supercharge Your Workflow with cURL | Understanding The cURL Command-Line Tool

In this video, @LearnLinuxTV explains the cURL (Client URL) command and how it interacts with restful APIs.
Linux
Gardiner Byrant and the magic of $PATH featured image.

The Power of $PATH in your Hands | DevOps Tools at your Fingertips

In this video, Gardiner explains the $PATH variable in Linux, including how to modify the PATH variable and it's many benefits for DevOps!
Linux
Josh from Keep It Techie talks about the exa command, which replaces the ls command in Linux and features color coded listings.

exa Replaces the ls Command in Linux | Color Coded File Lister

@KeepItTechie covers the exa command, a modern replacement for the ls command written in the Rust programming language.
Linux
Jay LaCroix shows how to install and configure a NFS Linux file server and client.

How to Install and Configure an NFS Linux Server and Client

In this video, Jay shows you how to set up your own NFS client/server and how to use AutoFS to mount NFS shares on-demand.
Linux
Brandon from TechHut shows how to use screen and run terminals inside of terminals.

Run Terminals INSIDE Terminals with the screen Command on Linux

The screen command is a tool that lets you launch and use multiple shell instances from a single SSH connection.
Linux

Supercharged Linux Commands | bat Makes cat Even More Useful

In this video, Jay dives into the bat commands features such as Syntax highlighting, line numbers shown as output, and git integration.
Linux
df and du commands with Jay LaCroix

Linux df and du Commands How to Check Linux Disk Space Usage

In this video, @LearnLinuxTV will show how to use the df and du commands in Linux to check the disk space used.
Linux