All Content

  • Bash Scripting on Linux (The Complete Guide) Class 14 – Scheduling Jobs (Part 1)

    No matter how long you work in the IT field, waking up in the middle of the night to manually perform some sort of task is something that absolutely no one gets used to. And with good reason, it’s much better to schedule jobs rather than run them manually. In this video, we’ll learn about the “at” command which will help you set up a task to kick off at some point in the future.

    YouTube player
  • Bash Scripting on Linux (The Complete Guide) Class 13 – Case Statements

    Welcome to LearnLinuxTV’s brand new complete course on Bash Scripting! In this 18 episode series, you’ll learn everything you need to know in order to start writing Bash scripts. Each video builds on the previous one, with additional concepts added as the series progresses. Examples will start off easy with shorter scripts, and by the end of the series you’ll be able to write more complex scripts that will actually come in handy while maintaining Linxu servers. In this episode, we’ll take a look at case statements.

    YouTube player
  • Bash Scripting on Linux (The Complete Guide) Class 12 – Functions

    You’ve been learning how to become more functional in Bash throughout this series so far, but your scripts will function much better if you learn how to write functions in Bash. And that’s exactly what you’ll learn if you check out this video. Functions are super useful in scripts, so don’t take this lightly. In fact, check out this video on functions to add additional skills to your toolkit.

    YouTube player