Mastering the Power of Head Command: Unlocking Efficient Data Handling in Linux | Linux Journal
![System & Network Admin](https://rdl.ink/render/https%3A%2F%2Fup.raindrop.io%2Fcollection%2Fthumbs%2F195%2F574%2F85%2F1cd082181b545e2edee586c4b77c239a.png?mode=crop&width=32&height=32&dpr=2)
System & Network Admin
Mini.WebVM: Your own Linux box from Dockerfile, virtualized in the browser via WebAssembly - Leaning Technologies
TL;DR – WebVM is a Linux-like virtual machine running fully client-side in the browser. It is based on CheerpX: a x86 execution engine in WebAssembly by Leaning Technologies. With today’s update, you can deploy your own version of WebVM by simply forking the repo on GitHub and editing the included Dockerfile. A GitHub Actions workflow...
FUSE and io_uring
Bernd Schubert led a session at the 2023 Linux Storage, Filesystem,
Memory-Management and BPF Summit on the intersection
of FUSE
and io_uring. He
works for DDN Storage, which is using FUSE for two network-storage
products; he has found FUSE to be a bottleneck for those filesystems. That
could perhaps be
improved by using io_uring, which is something he has been working on and
wanted to discuss.
Enable IPv6 privacy in NetworkManager
On most IPv6-enabled networks, network addresses are distributed via stateless address autoconfiguration (SLAAC).
NGINX Reverse Proxy
Configure NGINX as a reverse proxy for HTTP and other protocols, with support for modifying request headers and fine-tuned buffering of responses.
How to Set Up Basic HTTP Authentication in NGINX
Basic username and password authentication is an easy and simple way to secure administrative panels and backend services. Nginx can be configured to protect certain areas of your website, or even used as a reverse proxy to secure other services.
raw.githubusercontent.com/linuxserver/reverse-proxy-confs/master/bitwarden.subdomain.conf.sample
WebSocket proxying
Understanding Nginx Server and Location Block Selection Algorithms
Nginx is one of the most popular web servers in the world. In this guide, we will discuss how Nginx selects the server and location block that will handle a given client’s request. We will go over the algorithm in place, as well as the directives and options you can use to modify the selection process.
cURL: Add Header, Multiple Headers, Authorization - ShellHacks
How to add HTTP header (-H, --HEAD) or multiplie headers in cURL. How to set authorization header. Examples.
HTTPS Connection Using Curl | Baeldung on Linux
Learn to make an HTTPS connection using curl.
How to Find Your IP Address in Linux OS (Private or Public)
In this tutorial learn How to Find your IP address using a Linux OS. Simple guide for checking internal and external IP addresses on a Linux system.
The Power of the Select Command to Automate Tasks in Bash | Linux Journal
VPS vs. VPN: Unraveling the Mystery Behind These Tech Buzzwords
Discover the differences between VPS and VPN, as we demystify these words and guide you in choosing the right solution for your online needs.
What Is Wayland and What Does It Mean for Linux Users? - Make Tech Easier
Wayland has been around for a while and is hailed as the much better alternative to X11. Learn what Wayland is, how it works, and how to use it
Mastering Text Manipulation With the Sed Command | Linux Journal
How to Use the Linux Zip Command to Compress and Uncompress Files Quickly | Linux Journal
PDF Password Cracker - A Python GUI Application
Prometheus Alertmanager: Manage your Alerts Anywhere
Everything you need to know about Prometheus Alertmanager - why it's important, how it's designed, how to configure it, why we at groundcover love Prometheus Alertmanager so much, and how it has made our lives easier.
Easypanel - Modern Server Control Panel
Manage your server without fighting the terminal. Server control panel based on Docker.
Let's debug a kubernetes pod locally
No one can deny that debugging helps us a lot while solving problems. One major developer experience issue today with kubernetes is that it is hard to debug a problem. Today, we will play with a specific tool that will help us do that
How I Built My Perfect Linux Workstation
How the actual build look like.
TL;DR Link to heading This is not a guide on how-to install and configure Linux, but a list of the components I used to build my personal Linux workstation, to avoid any compatibility issue and to exploit the best in terms of performance and stability. For who’s asking, I am using Arch Linux as my daily driver and it is configured through the Ansible playbook i made.
https vaultwarden w/o self-signed certs & port forwarding?
Fellow DietPi enthusiasts, I have long searched for a newbie-friendly solution, but, alas, I failed miserably… Thus, I have come here to humbly seek your help in my quest to achieve this: Goals Running vaultwarden on HTTPS with a cert from letsencrypt (no more annoying warnings!) No (additional) port forwarding for a reverse proxy solution (as I am no tech guru, I prefer to keep my attack surface minimal) Current state RPi4 @ DietPi 7.2.3 The default lighttpd web server A working DDNS ...
Configuring HTTPS servers
Using Let’s Encrypt Wildcard SSL Certificate with Nginx and Apache | ComputingForGeeks
Let’s Encrypt is a Certificate Authority providing an easy way to acquire and install free SSL/ TLS certificates, enabling encrypted http traffic on web
How To Generate Let's Encrypt Wildcard SSL Certificate | ComputingForGeeks
This guide will is on How To Generate Let's Encrypt Wildcard SSL certificate. As you may already know, Letsencrypt announced the release of ACME v2 API which
Dead Simple Proxmox SSL Certificate with LetsEncrypt in
It is literally "dead simple" to automatically install and renew Proxmox SSL Certificate with LetsEncrypt, through the GUI and ACME protocol.
Difference Between sites-available, sites-enabled, and conf.d Directories | Baeldung on Linux
Learn the function and differences between some standard server configuration directories.
Using Cloudflare as a dynamic DNS (DDNS) service with UniFi
Did you ever want to use your own domain as a dynamic DNS for your non static IP address? Learn how to do it using a router by Ubiqiti and Cloudflare with this guide
UniFi Gateway - Dynamic DNS
Dynamic DNS allows external clients to connect to your UniFi gateway using a hostname rather than an IP address. This is particularly useful if your UniFi gateway uses a frequently changing WAN IP...