Remote access into your homelab is very useful – you can fix and tune your servers from wherever you may be. But which technology should you use to facilitate remote access? There are many possible solutions. In this episode of The Homelab Show, Tom and Jay chat about OpenVPN and Wireguard, two of the most popular technologies for accessing your homelab while on the go.
-
Linux Crash Course – The ps Command
The ps command is useful for taking a look at the processes that are running on your Linux system. In this video, I’ll show you the basics of the ps command, and some variations you can use to show the output in different ways.
-
Awesome Linux Tools: Lynis from CISOfy
In this episode of Awesome Linux Tools, the spotlight is on Lynis – a really awesome utility you can use to get a better understanding of the overall security hygiene of your server. In this video, Jay will show you how to install it, and also how to run an audit.
(more…) -
Full-Time Linux Users React to the Linus Daily Driver Challenge Video
Linus from Linus Tech Tips recently released a couple of videos where he attempts to use Linux as his daily driver, and makes some interesting decisions. In this video, Tom and Jay, two full-time Linux users, share their thoughts on how Linus could’ve done better.
Episode-specific Links:
-
Boosting your Linux Server Security with CrowdSec
CrowdSec is a cutting-edge security solution for your Linux servers. As an intrusion prevention system, its goal is to stop unauthorized access and prevent attacks. But unlike other IPS solutions, it does it a different way – by using knowledge as power. CrowdSec was covered on this channel before, but in this video, you’ll see an updated look complete with an overview of how to set up protection for WordPress as well.
-
Linux Command-Line Tips & Tricks: Over 15 Examples!
The number of command combinations you can come up with on the Linux command-line is seemingly endless, and there are some real gems out there that you might not know about. In this video, Jay goes over some of his favorite command combos, time-saving tricks, and other various tips he wish he learned sooner. In this video, you’ll find all kinds of things to add to your command-line toolbox.
-
The Homelab Show Episode 35 – OpenSSH
In episode 35 of The Homelab Show, Jay and Tom discuss the essentials of OpenSSH. OpenSSH itself is the standard for remote management in Linux, and it’s the most convenient way of managing servers without having to stand in front of the rack. Of course, with great power comes great responsibility, so core security topics surrounding OpenSSH are covered as well.
Relevant videos:
-
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.
-
Enterprise Linux Security Episode 9 – DevOps
DevOps has changed the way many technology organizations work, by making the administrator the center of the development cycle (rather than an outside resource). In this episode, Jay and Joao discuss DevOps and how it’s changed the landscape.
-
The Homelab Show Episode 34 – UniFi and Ubiquiti
What network hardware should you go with for your homelab? UniFi is one possible option, and in this episode, Tom and Jay discuss the pros and cons of this particular platform.
-
The Homelab Show Episode 33 – App Management
In the 33rd episode of The Homelab Show, Tom and Jay discuss the various types of software packages available, and some of the associated technologies.
-
The OpenSSH Client Config File: Simplify your SSH Connections
The OpenSSH client config file is a very powerful feature, that too many people ignore. You can use the client config file to simplify your SSH connections, by including preset options per host. In this video, I’ll go over the basics of this config file.