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.
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.
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.
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...
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.
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.
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.