• Rocky Linux: Full Installation Walkthrough

    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.

    YouTube player
  • How to get WiFi working on Linux

    It can be a bit frustrating when hardware doesn’t work on your Linux install, especially WiFi. Sometimes, WiFi works out of the box – and other times, not so much. In this video, Jay from LearnLinuxTV will let you know why this is sometimes a problem, as well as some of the things you can do about it.

    YouTube player
  • Linux Crash Course – The grep Command

    The grep command – one of the most popular Linux commands, and definitely deserving of a feature video in the Linux Essentials series. In this video, Jay goes over the basics of the grep command, along with some useful examples.

    YouTube player
    (more…)
  • Linux Crash Course – The sar Command

    Monitoring the resources of your Linux server and watching for negative trends is one way to stay ahead of potential performance issues, and the sar command will help you do exactly that. In this video, Jay goes over the basics of the sar command.

    YouTube player
  • Linux Crash Course – The echo Command

    In the Linux Essentials series, we’ll go over the basics of a Linux command or feature in every episode. This time around, it’s all about the echo command. The echo command allows you to print text, but it also allows you to do other things as well, such as printing the contents of variables.

    YouTube player
  • Linux Crash Course – Bash History

    Bash is the default shell in the majority of Linux distributions, and it has countless features and tricks to make you more efficient. Bash keeps a history of the commands you’ve typed at the prompt, but most people aren’t aware of additional functionality that the history provides you. In this episode of Linux Essentials, Jay describes not only how to use the history command, but also some techniques to make better use of it.

    YouTube player
  • Recovering Files from your PC (using Linux)

    Running a distribution of Linux on your laptop or desktop is a lot of fun, but that’s not all Linux can do. Using the “live mode” of a distribution can assist you with recovering data from a PC that won’t boot. In this video, Jay shows the process of booting a distribution in live mode to assist in the process of recovering files. As long as your hard disk hasn’t totally failed, this process will enable you to copy its data to an external USB drive.

    YouTube player
  • Linux Crash Course – usermod

    The Linux Essentials series on LearnLinuxTV consists of mostly stand-alone episodes that are each dedicated to a specific command or feature in Linux. In this episode, we’ll go over the basics of the usermod command.

    YouTube player
  • Awesome Linux Tools – Cockpit

    Having a dashboard installed on your Linux server can be a great way of enhancing remote management capabilities, as well as getting an overview of its resource usage. In this video, I’ll show you Cockpit which is an awesome management system you can install very easily.

    YouTube player
  • Linux Crash Course – sudo

    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.

    YouTube player
  • Linux Crash Course – htop

    There’s no shortage of monitoring tools available for Linux servers and workstations, but htop is a a classic. By installing htop, you can see an overview of your resource usage, including meters for CPU, RAM, Swap, and more. In this video, I’ll give you an overview of htop.

    YouTube player