System & Network Admin

System & Network Admin

2075 bookmarks
Custom sorting
Linux Networking Shallow Dive: WireGuard, Routing, TCP/IP and NAT - A Salty Blog
Linux Networking Shallow Dive: WireGuard, Routing, TCP/IP and NAT - A Salty Blog
(For Chinese readers) 插播一则通知!好久没有更新博客了。今年我将会重新开始发表一些技术笔记,但是由于我目前居住在美国等原因,大部分的新博文将会以英文撰写。带给大家的不便我深...
·im.salty.fish·
Linux Networking Shallow Dive: WireGuard, Routing, TCP/IP and NAT - A Salty Blog
How to Filter Linux Log Files by Date [4 Useful Commands]
How to Filter Linux Log Files by Date [4 Useful Commands]
Log files are nothing more than text files containing a series of information about the Linux kernel, boot process, user logins, system logs, and so on.
·linuxshelltips.com·
How to Filter Linux Log Files by Date [4 Useful Commands]
How to Lock and Unlock User After Failed SSH Login Attempts
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.
·tecmint.com·
How to Lock and Unlock User After Failed SSH Login Attempts
The death of the .env file***
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…
·medium.com·
The death of the .env file***
Mini.WebVM: Your own Linux box from Dockerfile, virtualized in the browser via WebAssembly - Leaning Technologies
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...
·leaningtech.com·
Mini.WebVM: Your own Linux box from Dockerfile, virtualized in the browser via WebAssembly - Leaning Technologies
FUSE and io_uring
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.
·lwn.net·
FUSE and io_uring
Enable IPv6 privacy in NetworkManager
Enable IPv6 privacy in NetworkManager
On most IPv6-enabled networks, network addresses are distributed via stateless address autoconfiguration (SLAAC).
·major.io·
Enable IPv6 privacy in NetworkManager
NGINX Reverse Proxy
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.
·docs.nginx.com·
NGINX Reverse Proxy
How to Set Up Basic HTTP Authentication in NGINX
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.
·howtogeek.com·
How to Set Up Basic HTTP Authentication in NGINX
Understanding Nginx Server and Location Block Selection Algorithms
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.
·digitalocean.com·
Understanding Nginx Server and Location Block Selection Algorithms
How to Find Your IP Address in Linux OS (Private or Public)
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.
·phoenixnap.com·
How to Find Your IP Address in Linux OS (Private or Public)