To learn how Kubernetes works you should run your own Kubernetes cluster on bare-metal hardware.
Discuss this post
In the world that I live in Kubernetes is all the rage. This is the world of professional software development and deployment where medium- and large-sized companies are trying to reduce cost and complexity of their IT platforms while at the same time becoming faster at making changes to the software that they run as services to either their internal or external customers.
apt-offline is an offline package management tool that is used to install/upgrade software packages with their dependencies on Debian-based Linux distributions.
Issuing and using SSH Certificates | Carlos Becker
SSH certificates allow system administrators to SSH into machines without having to manage authorized keys in the servers.
In summary, you create a key pair to be used as a Certificate Authority (CA), and add the public key of that key pair to the server:
TrustedUserCAKeys /etc/ssh/my-root-ca.pub Then, usually, a system administrator or an automated system creates certificates for the users that need to access the servers.
Those certificates are created with the CA’s private key, the user’s public key, a list of principals and a validity period.
Why sysadmins should choose Awesome window manager on Linux
The Awesome window manager takes a "tiling" approach, meaning that each window you launch takes up a fraction of your desktop according to the number of windows you have open.
I took a pop at Mastodon several years ago, but it didn’t work. I couldn’t figure out how to make it social, and I didn’t have a good grasp of how the “federated” part…
Online List Tools - Simple, free and easy to use list processing utilities
World's simplest collection of useful browser-based list processing utilities. Reverse lists, join lists, randomize lists, change list item separator, and more.
In a for loop like this one:
for f in `ls *.avi`; do echo $f; ffmpeg -i $f $f.mp3; done
$f will be the complete filename, including the extension. For example, for song1.avi the output of the com...
This tutorial will walk you through the basics of the Bash if, if..else, if..elif..else and nested if statements statements and show you how to use them in your shell scripts.
SpaceX now advertising Swarm satellite IoT connectivity on its Starlink network #Space #IoT #InternetOfThings @SpaceX @thesheetztweetz
SpaceX bought satellite data start-up Swarm, in a rare acquisition by Elon Musk’s space company over a year ago. SpaceX is now advertising Swarm satellite Internet of Things connectivity on its Sta…