Linux Crash Course – Data Streams (stdin, stdout & stderr)
In this episode of Linux Essentials, we’ll go over data streams. Specifically, Standard Output (stdout), Standard Input (stdin), and Standard Error (stderr). We’ll also take a look at how to redirect specific data streams, so you can easily separate errors from output.
Setting up a Proxmox VE cluster enables you to benefit from multiple servers to share load between, and also gives you access to live migration. In this video, we’ll create our very own cluster and add two additional Proxmox VE servers.
Shared storage enables you to set up a single storage repository, and provide access to that repository from multiple servers. If you eventually set up a Proxmox cluster, then shared storage gives you even more flexibility. In this video, you’ll see the process of setting up NFS shares in a NAS (TrueNAS used as an example) and then adding those shares to Proxmox VE.
Setting up a separate network for your virtual machines is a great idea, especially since that allows you to segregate your management network. In class 13 of LearnLinuxTV’s Proxmox series, we’ll set up a new network and you’ll see how to set up your virtual machines to use it.
Have you ever wanted to learn how to use git, but wasn’t sure where to start? In this stand-alone video guide, I’ll teach beginners how to use git. We’ll go over what a repository is, how to commit and push changes, and more!
Thanks to Linode for sponsoring this video. Check out their service and receive $100 in credit toward your new account!
Proxmox VE Full Course: Class 6 – Creating Virtual Machine Templates
Proxmox Virtual Environment is an awesome virtualization solution for your business or home lab, and in this series, you’ll learn everything you need to know in order to fully utilize it. In this class, we take a look at creating virtual machine templates.
Proxmox VE Full Course: Class 2 – Installation Process
Welcome to my brand-new course on Proxmox Virtual Environment! In this 16-episode series, I’ll teach you everything you need to know in order to get up and running with Proxmox. In this class, we’ll install Proxmox Virtual Environment on our server.
Proxmox VE Full Course: Class 3 – Web Console Overview
Welcome to my brand-new course on Proxmox Virtual Environment! In this 16-episode series, I’ll teach you everything you need to know in order to get up and running with Proxmox. In this class, I’ll give you an overview of the web console.
Proxmox VE Full Course: Class 5 – Launching a Virtual Machine
Welcome to my brand-new course on Proxmox Virtual Environment! In this 16-episode series, I’ll teach you everything you need to know in order to get up and running with Proxmox. In this class, we’ll launch our first virtual machine. In addition, we’ll install an operating system in the VM as well as set up the QEMU agent.
In this episode of Linux Essentials, we explore the sed command. sed, aka the “stream editor” is an underused command, and that’s a shame because it’s extremely useful for manipulating text. In this video, I’ll show you the basics of the sed command.
cloud-init is an awesome technology that can be used to customize Linux images for deployment, that lets you do all kinds of neat things such as automatically creating users, installing packages, resetting SSH keys, and more. However, it’s often shrouded in mystery. In this video, I’ll walk you through using it to create a user, set the hostname, and install some packages.