System & Network Admin

System & Network Admin

1972 bookmarks
Custom sorting
How to List All Running Services Under Systemd in Linux
How to List All Running Services Under Systemd in Linux
Systemd is a service manager for Linux; a drop-in replacement for the init process, and the systemctl command is the primary tool to manage systemd.
·tecmint.com·
How to List All Running Services Under Systemd in Linux
How to Automatically Restart a Failed Service in Linux
How to Automatically Restart a Failed Service in Linux
To prevent downtime, administrators can configure services to restart automatically whenever they fail, which is especially useful for web servers and databases
·tecmint.com·
How to Automatically Restart a Failed Service in Linux
Linux Fu: Use The Source (Command), Luke
Linux Fu: Use The Source (Command), Luke
You can argue if bash is a good programming language or not, but you can’t argue that it is a programming language. However, there are a few oddities about it that make it different from most…
·hackaday.com·
Linux Fu: Use The Source (Command), Luke
Random Word Generator
Random Word Generator
Generate random words, nouns, verbs, adjectives, letters, phrases, sentences or numbers to brainstorm and create new ideas at Random Word Generator.
·randomwordgenerator.com·
Random Word Generator
Setting up a private mesh VPN with WireGuard®
Setting up a private mesh VPN with WireGuard®
Learn to configure a secure, private mesh VPN using WireGuard®. Ideal for connecting multiple servers in a network without a central server.
·scaleway.com·
Setting up a private mesh VPN with WireGuard®
What is it? | CRXN documentation
What is it? | CRXN documentation
What is CRXN? How does CRXN work? What are the goals of CRXN? Where can I find more information?
·crxn.de·
What is it? | CRXN documentation
WireGuard | CRXN documentation
WireGuard | CRXN documentation
Instructions with example how to use WireGuard for a peer-to-peer connection. Preshared keys (PSK), wg-quick, integration in Systemd, key generation as well as dynamic and non-reachable peers are covered.
·crxn.de·
WireGuard | CRXN documentation
How to Configure WireGuard VPN in the Cloud
How to Configure WireGuard VPN in the Cloud
WireGuard is an advanced and modern VPN protocol with powerful cryptography. It is a simple, fast...
sudo vim /etc/wireguard/wg0.conf
·dev.to·
How to Configure WireGuard VPN in the Cloud
Bash Shell Convert Uppercase to Lowercase in Linux
Bash Shell Convert Uppercase to Lowercase in Linux
Explains Linux and Unix bash/ksh shell scripting technique to convert uppercase to lowercase, including text files or variables.
·cyberciti.biz·
Bash Shell Convert Uppercase to Lowercase in Linux
Linux Tee Command with Examples
Linux Tee Command with Examples
The tee command reads from standard input and writes to both standard output and one or more files at the same time. Tee is most commonly used in combination with other commands through piping.
·linuxize.com·
Linux Tee Command with Examples
Add second sub-key to unattended GPG key
Add second sub-key to unattended GPG key
I am writing a bash script which generates unattended GPG keys, I have looked through Unattended Usage of GPG and was surprised to find that 'Currently only one subkey can be handled.' I am unable...
·serverfault.com·
Add second sub-key to unattended GPG key
Automating PGP Key Issuance and Distribution with GPG and 1Password
Automating PGP Key Issuance and Distribution with GPG and 1Password
SKILL LEVEL:  Advanced. In this article, we will be implementing one approach to centralize PGP key issuing and distribution for an organization.  We'll use an existing Linux instance's GnuPG tool to issue and manage keys.  To distribute keys to users, we'll use the 1Password CLI.   Let's dive in! The Infrastructure
·blog.kilpen.com·
Automating PGP Key Issuance and Distribution with GPG and 1Password
How to generate PGP keys
How to generate PGP keys
To generate PGP keys on a Linux distribution we require the latest version of GPG (GnuPG). This is a free implementation of the OpenPGP standard which enables local key generation, encryption, and signing operations.
·jacobriggs.io·
How to generate PGP keys
Make error: missing separator
Make error: missing separator
I am getting the following error running make: Makefile:168: *** missing separator. Stop. What is causing this?
·stackoverflow.com·
Make error: missing separator