System & Network Admin

System & Network Admin

2075 bookmarks
Custom sorting
Yubikey Madness
Yubikey Madness
How to take full advantage of your yubikey... all the way down the rabbit hole.
·felixhammerl.com·
Yubikey Madness
How to Set Up WireGuard VPN on Ubuntu 22.04
How to Set Up WireGuard VPN on Ubuntu 22.04
Wireguard is an open-source cross-platform Virtual Private Network (VPN) implementation that uses state-of-the-art cryptography. This tutorial will co...
·howtoforge.com·
How to Set Up WireGuard VPN on Ubuntu 22.04
fd - A Simple and Fast Alternative to Find Command
fd - A Simple and Fast Alternative to Find Command
fd is a fast, and user-friendly tool meant to simply perform faster compared to the find command, but it is not meant to completely replace the find command.
·tecmint.com·
fd - A Simple and Fast Alternative to Find Command
How to View WebP Images on Linux - Make Tech Easier
How to View WebP Images on Linux - Make Tech Easier
When you download a webp image, you might not be able to open it in Linux. Here we show you how to view webp images in Linux.
·maketecheasier.com·
How to View WebP Images on Linux - Make Tech Easier
Deploy a Kubernetes Cluster on Ubuntu Server Using Containerd
Deploy a Kubernetes Cluster on Ubuntu Server Using Containerd
To get Kubernetes successfully deployed on Ubuntu, you have to go with the containerd runtime engine (where you once would have depended on Docker. And that's what I'm going to show you today.
·thenewstack.io·
Deploy a Kubernetes Cluster on Ubuntu Server Using Containerd
Proxmox VE
Proxmox VE
Access your ProxmoxVE instance in Home Assistant.
·home-assistant.io·
Proxmox VE
Good CLI tool to edit mp4 metadata?
Good CLI tool to edit mp4 metadata?
Is there any tool for headless CLI usage to edit mp4 metadata, preferably without remuxing? I need to edit metadata like, audio/subtitle language tags.
·askubuntu.com·
Good CLI tool to edit mp4 metadata?
Formatting a rpm query output with a separator
Formatting a rpm query output with a separator
I am trying to get a list of all packages that are installed on my system. For this I call 'rpm -qai' from within a Python-script where further transformations on the output take place. I kind of ...
·stackoverflow.com·
Formatting a rpm query output with a separator
JQ create json array using bash
JQ create json array using bash
I am currently trying to get information about my file hosting accounts. As I keep a lot of my backup media on different accounts. I am using megatools to query information about the account, which I
·stackoverflow.com·
JQ create json array using bash
Awk Command in Linux with Examples
Awk Command in Linux with Examples
Awk is a general purpose scripting language designed for advanced text processing.
·linuxize.com·
Awk Command in Linux with Examples
Using awk to print all columns from the nth to the last
Using awk to print all columns from the nth to the last
This line worked until I had whitespace in the second field. svn status | grep '\!' | gawk '{print $2;}' > removedProjs is there a way to have awk print everything in $2 or greater? ($3, $4.....
·stackoverflow.com·
Using awk to print all columns from the nth to the last