System & Network Admin

System & Network Admin

2130 bookmarks
Custom sorting
A macropad keyboard for typing in equations
A macropad keyboard for typing in equations
The Mathboard is a macropad that makes it easier to write equations on a computer. It is intended for engineers, scientists, and anyone else who regularly need to write equations. The Mathboard is …
·blog.adafruit.com·
A macropad keyboard for typing in equations
Linux Fu: A Warp Speed Prompt
Linux Fu: A Warp Speed Prompt
If you spend a lot of time at the command line, you probably have either a very basic prompt or a complex, information-dense prompt. If you are in the former camp, or you just want to improve your …
·hackaday.com·
Linux Fu: A Warp Speed Prompt
How to Set up Caddy as a Reverse Proxy
How to Set up Caddy as a Reverse Proxy
Master traffic redirection with our Caddy tutorial. Set up Caddy as a reverse proxy and quickly streamline access to your services.
·linuxiac.com·
How to Set up Caddy as a Reverse Proxy
Caddy Reverse Proxy With Docker
Caddy Reverse Proxy With Docker
In this guide, I'll walk through the process of setting up a Caddy reverse proxy using Docker and Docker Compose. Caddy is a powerful web server that comes with built-in support for automatic HTTPS, making it an excellent choice for hosting reverse proxies. Docker and Docker Compose provide a consistent
·geekscircuit.com·
Caddy Reverse Proxy With Docker
Spam pro tip
Spam pro tip
When a spam message gets past my shields and lands in my inbox, the first thing I do is look at the SpamAssassin headers to see if some rule fired whose priority I should bump up. Usually the answer is "Uggggghhhhhh no". It used to be that my second step was to add another phrase to the "body" rule (recent hits include "eligible for Verified Badge", "Qatari Investor", "Construction ...
·jwz.org·
Spam pro tip
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