YOUR HOME FOR LINUX-RELATED FUN AND LEARNING

Connect with Learn Linux TV:

  • YouTube
  • LinkedIn
  • GitHub
  • Patreon
  • Latest Updates
  • Courses
    • Linux Essentials: The Complete Certification Workshop
    • Linux Crash Course
    • Getting started with Ansible
    • vim Text Editor for Beginners
    • Getting Started with Tmux
    • Bash Scripting on Linux
    • OpenStack Administration Guide
    • Proxmox Virtual Environment Full Course
    • Docker Essentials
  • Shop
  • Books
  • Community
  • Linux Consulting
  • About
    • About LearnLinuxTV
    • Content Ethics
    • Request Assistance
  • Latest Updates
  • Courses
    • Linux Essentials: The Complete Certification Workshop
    • Linux Crash Course
    • Getting started with Ansible
    • vim Text Editor for Beginners
    • Getting Started with Tmux
    • Bash Scripting on Linux
    • OpenStack Administration Guide
    • Proxmox Virtual Environment Full Course
    • Docker Essentials
  • Shop
  • Books
  • Community
  • Linux Consulting
  • About
    • About LearnLinuxTV
    • Content Ethics
    • Request Assistance

All Content

⇨

see all

  • Bash Scripting on Linux (The Complete Guide) Class 06 – Exit Codes

    How do you tell whether or not a task completed successfully? Usually, an error message is a sure sign that something went wrong. But when it comes to Linux, you won’t always have that to rely on. In this video, you’ll learn all about exit codes, which is how you determine whether or not a task in Linux is successful or if it failed.

    YouTube player

    ⇨

    Read more: Bash Scripting on Linux (The Complete Guide) Class 06 – Exit Codes
  • Bash Scripting on Linux (The Complete Guide) Class 05 – If Statements

    There are a lot of “Ifs” in life. “If” you’ll get the job, “If” you win the lottery, “If” only you knew the answer to all things. But there’s no “Ifs” about it, you’ll learn all about If Statements in Bash with this video. We’ll go through how to set up an if statement, why you’d want to write one in the first place, and some additional bash-related shenanigans!

    YouTube player

    ⇨

    Read more: Bash Scripting on Linux (The Complete Guide) Class 05 – If Statements
  • Bash Scripting on Linux (The Complete Guide) Class 04 – Basic Math

    Bash has all kinds of very useful concepts and there’s a seemingly endless amount of things to learn. So here’s a super easy video for you, all about basic math. Performing math operations in Bash is a bit different than on other platforms, so it may prevent some future confusion if you learn about these things now. And why not? This tutorial is only six minutes long and there’s plenty of worse things you can spend your time on, so check out this Bash tutorial and learn how to perform basic math functions!

    YouTube player

    ⇨

    Read more: Bash Scripting on Linux (The Complete Guide) Class 04 – Basic Math
  • Bash Scripting on Linux (The Complete Guide) Class 03 – Variables

    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 variables.

    YouTube player

    ⇨

    Read more: Bash Scripting on Linux (The Complete Guide) Class 03 – Variables
  • Bash Scripting on Linux (The Complete Guide) Class 02 – Hello World

    Moore’s Law of computing is very debatable nowadays, but one tech-related concept that’s absolutely NOT debatable is that everyone learning any scripting or programming language should start with the classic “Hello World” example. And you know what? LearnLinuxTV is a sucker for tradition. So in this episode, you’ll write your very own Hello World script in Bash!

    YouTube player

    ⇨

    Read more: Bash Scripting on Linux (The Complete Guide) Class 02 – Hello World
  • Bash Scripting on Linux (The Complete Guide) Class 01 – Course Introduction

    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 Linux servers. In this episode, we’ll take a look at how this course is structured and what you can expect to get out of it.

    YouTube player

    ⇨

    Read more: Bash Scripting on Linux (The Complete Guide) Class 01 – Course Introduction
  • Enterprise Linux Security Episode 47 – Legislating Open Source

    Supply chain attacks in open source software projects are a real possibility. In fact, we’ve covered actual incidents in previous episodes of this podcast. In this episode, Jay and Joao discuss developing legislation that will require the components within open source projects to be a part of a bill of materials (among other requirements). This is definitely something you’ll want to be aware of if your organization produces open-source software, but even non-developers should be aware of it as well.

    YouTube player

    Relevant Articles

    • Gov’t Adds Open Source Security to Software Supply Chain
    • 20-page PDF with more specific details on the bill

    Download Links

    • MP3 Version (normal quality)
    • MP3 version (lower quality, smaller file)
    • Ogg version

    ⇨

    Read more: Enterprise Linux Security Episode 47 – Legislating Open Source
  • The Homelab Show Episode 78 – Changelog

    There’s all kinds of software choices when it comes to your homelab, and in this episode, Jay and Tom discuss some recent releases of some of the platforms that are very common with homelabbers. This discussion includes some thoughts on the new release of Fedora, Proxmox, and more!

    YouTube player

    ⇨

    Read more: The Homelab Show Episode 78 – Changelog
  • Fedora Workstation 37: A Linux Distro with Few New Features, Still Awesome

    Fedora 37 was released in November of 2022, and with it comes Linux kernel 6.0 as well as GNOME 43. In this video, Jay will give you his thoughts on this release. Is Fedora 37 worth checking out?

    YouTube player

    ⇨

    Read more: Fedora Workstation 37: A Linux Distro with Few New Features, Still Awesome
  • Build Your Own Mastodon Server on Debian (Step by Step Server Build Guide)

    There’s way too much drama with Twitter nowadays, so the alternatives are looking more attractive than ever. Setting up your own Mastodon server is a fun project, and also a potential alternative to Twitter. In this video, Jay walks you through the entire process of setting up your own Mastodon server on a Debian-based VPS.

    YouTube player
    (more…)

    ⇨

    Read more: Build Your Own Mastodon Server on Debian (Step by Step Server Build Guide)
  • The Homelab Show Episode 77 – /dev/random, Mastodon & More

    There’s a lot to talk about in this episode! Topics include Mastodon and some information on what it is and how to set it up, as well as additional topics around owning your media. Definitely a can’t miss episode!

    YouTube player

    ⇨

    Read more: The Homelab Show Episode 77 – /dev/random, Mastodon & More
  • 5 Must Have Tweaks to Secure OpenSSH

    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.

    YouTube player

    Thanks to Linode for sponsoring this video. Support LearnLinuxTV and spin up your very own Linux server by checking out their awesome cloud platform.

    ⇨

    Read more: 5 Must Have Tweaks to Secure OpenSSH
Previous Page
1 … 18 19 20 21 22 … 50
Next Page
  • YouTube

YOUTUBE

  • Twitter

twitter

  • LinkedIn

LINKEDIN

Copyright 2024 Learn Linux TV, all rights reserved.

All content on this channel adheres to the company’s content ethics guidelines.