System & Network Admin

System & Network Admin

2073 bookmarks
Custom sorting
du command in Linux with examples - GeeksforGeeks
du command in Linux with examples - GeeksforGeeks
The `du` command in Linux is a utility for analyzing and reporting disk usage of directories and files, offering various options to customize its output for effective storage management.
·geeksforgeeks.org·
du command in Linux with examples - GeeksforGeeks
Cubic: Build a Custom Linux Distribution Based on Ubuntu
Cubic: Build a Custom Linux Distribution Based on Ubuntu
Cubic simplifies the creation of custom Linux distributions based on Ubuntu or Debian by providing a GUI and virtual terminal environment for customizing ISO images
·thenewstack.io·
Cubic: Build a Custom Linux Distribution Based on Ubuntu
Tailscale DNS Updater
Tailscale DNS Updater
One of the very few things that irritates me about TailScale is that it uses ULA addressing and doesn’t allow for custom address block definitions (i.e., I can’t use my own GUA block). While this is definitely a “me problem”, it is something that is irksome to me nonetheless. So, in order to get access to my systems over TailScale, over IPv6, I created this python script to grab the v6 addresses and put them into a format conducive to, say, an internal BIND view, or pihole (v5).
·forwardingplane.net·
Tailscale DNS Updater
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