How to securing Cockpit login with Google Two Factor Authenticator 2FA
Cockpit is a web-based graphical interface for servers, intended for everyone, especially those who are: You can read more How to install Cockpit on CentOS 7 / CentOS 9 Stream…
Talk about server and programming
Cockpit is a web-based graphical interface for servers, intended for everyone, especially those who are: You can read more How to install Cockpit on CentOS 7 / CentOS 9 Stream…
From cockpit-project.org, Cockpit is a web-based graphical interface for servers, intended for everyone, especially those who are: Thanks to Cockpit intentionally using system APIs and commands, a whole team of…
We have been using Nginx with HTTP3 for more than 1 year on our production server and handle daily request (including search engine bots) more than 5 Million and daily…
On CentOS 7, to sync date time we often use NTPD. But on CentOS 9, there is no NTPD from CentOS. chrony and ntpd are two different implementations of the…
Remi repository is one of third-party repository that have latest update of PHP on Enterprise Linux such as Red Hat, CentOS, Fedora. You can read more about Remi’s RPM repository…
ModSecurity is an open source and great module to securing sites around the world. ModSecurity protects against Layer 7 attacks. It will prevent SQL injection (SQLi), local file inclusion (LFI), and…
I have run benchmark PHP 8.1 vs PHP 8.0 which was released on November 25, 2021. New features on PHP 8.1 Enums Fibers Readonly Properties Intersection Types never return type…
Sometimes we need to change SSH port on git server, because client is behind firewall or for security reasons. For example, git server ssh run on port 443. So we…
I have multiple Dropzone on one page, and user can upload files or image. In my case is need to upload Pass Photo, Identity, Press Identity, Vaccine Certificate, Statement of…
We have problem with embed Youtube video in responsive design. This YouTube embed video does display a full width video, but it has an inappropriate height, so that the poster…
Nginx virtual host traffic status module (Nginx Module VTS) has lot of usefull monitoring for your open source Nginx server. Nginx Module VTS also can monitoring upstream status and request.…
This post will guide How to install and configure Nginx Headers More Filter Module and completely remove Nginx server header. For security reason, some times we need to remove all…