System & Network Admin

System & Network Admin

2116 bookmarks
Custom sorting
ActivityPub
ActivityPub
The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format.
·wordpress.org·
ActivityPub
Emulate Any ISA Card With A Raspberry Pi And An FPGA
Emulate Any ISA Card With A Raspberry Pi And An FPGA
One of the reasons the IBM PC platform became the dominant standard for desktop PCs back in the mid-1980s was its open hardware design, based around what would later be called the ISA bus. Any manu…
·hackaday.com·
Emulate Any ISA Card With A Raspberry Pi And An FPGA
How to Install Chrony NTP to Synchronize Time in Linux
How to Install Chrony NTP to Synchronize Time in Linux
The Network Time Protocol (NTP) is a protocol used to synchronize Linux system clocks automatically over a network using the chrony NTP client.
·tecmint.com·
How to Install Chrony NTP to Synchronize Time in Linux
Pleroma · GitLab
Pleroma · GitLab
All Pleroma development
·git.pleroma.social·
Pleroma · GitLab
MUSICat
MUSICat
Sharing and supporting local musicwith digital public spaces
·musicat.co·
MUSICat
How To Remove Passphrase from SSL Certificate and SSH Key
How To Remove Passphrase from SSL Certificate and SSH Key
In this guide, we will show how to remove an SSL certificate and ssh private key passphrase using the openssl and ssh-keygen command line tools.
·tecmint.com·
How To Remove Passphrase from SSL Certificate and SSH Key
Make swap better with zram on Linux
Make swap better with zram on Linux
The ideal swap configuration depends on your use case and the amount of physical RAM in your host computer.
·opensource.com·
Make swap better with zram on Linux
LetsEncrypt with HAProxy
LetsEncrypt with HAProxy
We cover using LetsEncrypt to create SSL certificates with a HAProxy load balancer.
·serversforhackers.com·
LetsEncrypt with HAProxy
Taking it home — Kubernetes on bare-metal
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.
·makk.es·
Taking it home — Kubernetes on bare-metal
Keyboard shortcuts, enumerated
Keyboard shortcuts, enumerated
Find all keyboard shortcuts and tips and more about technology on DefKey.com!
·defkey.com·
Keyboard shortcuts, enumerated
Drop swap for zram on Linux
Drop swap for zram on Linux
Zram is a tool for creating an in-RAM compressed cache, specifically for use as swap space.
·opensource.com·
Drop swap for zram on Linux
apt-offline - An Offline APT Package Manager
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.
·linuxshelltips.com·
apt-offline - An Offline APT Package Manager
Issuing and using SSH Certificates | Carlos Becker
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.
·carlosbecker.com·
Issuing and using SSH Certificates | Carlos Becker
Gitea
Gitea
·gitea.io·
Gitea
Ian Smith - Keyoxide
Ian Smith - Keyoxide
Modern and secure platform to manage a decentralized identity based on cryptographic keys
·keyoxide.org·
Ian Smith - Keyoxide
Why sysadmins should choose Awesome window manager on Linux
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.
·opensource.com·
Why sysadmins should choose Awesome window manager on Linux
A Big List of Mastodon Resources
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…
·researchbuzz.me·
A Big List of Mastodon Resources
File name without extension in bash for loop
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...
·stackoverflow.com·
File name without extension in bash for loop
Bash Scripting: Check if directory exists
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.
·linuxconfig.org·
Bash Scripting: Check if directory exists
Bash if..else Statement
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.
·linuxize.com·
Bash if..else Statement