A Comprehensive Guide to the wc Command in Linux | Linux Journal
How to Lock and Unlock User After Failed SSH Login Attempts
In this article, we will show how to lock a user or root account after a specifiable number of failed login attempts in CentOS, RHEL and Fedora distributions.
CMD Generator
6 Beautiful Linux Icon Themes You Should Install - Make Tech Easier
There are plenty of icon sets for Linux to radically change your desktop's looks. Let's see some beautiful Linux icon themes to upgrade your OS's looks.
The death of the .env file***
Six months ago, I advocated for everyone to stop using .env files. Since then, I’ve published more articles on this arena and have learned…
How to Install and Set Up Snort IDS on Linux - Make Tech Easier
This tutorial will walk you through installing and configuring Snort IDS on a Linux server to improve the security of your network.
Green hills forever: Windows XP activation algorithm cracked after 21 years
Please, please, please do not actually install XP and use it. But if you must…
Mastering the Power of Head Command: Unlocking Efficient Data Handling in Linux | Linux Journal
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 ...