API v4 | mac2vendor.com OUI database lookup

System & Network Admin
Taking it home — Kubernetes on bare-metal
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.
Keyboard shortcuts, enumerated
Find all keyboard shortcuts and tips and more about technology on DefKey.com!
Drop swap for zram on Linux
Zram is a tool for creating an in-RAM compressed cache, specifically for use as swap space.
apt-offline - An Offline APT Package Manager
apt-offline is an offline package management tool that is used to install/upgrade software packages with their dependencies on Debian-based Linux distributions.
How to Scan QR Codes From an Image on Mobile - Make Tech Easier
Scanning a QR code on an Android or an iPhone is quite easy these days. This tutorial explains how to scan QR codes that are part of an image.
Libravatar :: federated avatar hosting service
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.
Gitea
Ian Smith - Keyoxide
Modern and secure platform to manage a decentralized identity based on cryptographic keys
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.
A Big List of Mastodon Resources
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…
Lesser-Known Options of Well-Known Unix/Linux Commands
Use these command-line switches in your terminal and shell scripts to boost your productivity
r/Freenet - infocalypse: truly decentralized version control over Freenet
2 votes and 0 comments so far on Reddit
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.
File name without extension in bash for loop
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...
Bash Scripting: Check if directory exists
In this tutorial, we show various methods to check if a directory exists via a Bash script or on the command line in Linux.
Bash if..else Statement
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.
SmokePing - Usage Statistics for Smokeping
Identifying network issues with Smokeping
Smokeping is one great tool that can help you deal with the complexity. In this article, we’ll learn how to use Smokeping to identify and fix network
SMB. Drobo-FS | Walt-O-Matic
Linux smbclient Command Tutorial – LinuxTect
Ncdu 2.x Manual
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…
Running a private VS Code Extension Marketplace
Random Unix chores, but I can't use google
Point and laugh at me as I administer my systems without copy and pasting monstrous one-liners from StackOverflow and Reddit? Po
Unhook: Remove YouTube Recommended Videos Comments – Get this Extension for 🦊 Firefox (en-US)
What Is Nohup and How Do You Use It? - Make Tech Easier
nohup is a supplemental command that tells the Linux system not to stop a command once it has started. Learn what is nohup and how to use it.
Docker and systemd, getting rid of dreaded 'Failed to connect to bus' error | Jeff Geerling
Developer Roadmaps
Community driven roadmaps, articles, guides, quizzes, tips and resources for developers to learn from, identify their career paths, know what they don't know, find out the knowledge gaps, learn and improve.