How to fix yum update error thread.error: can’t start new thread
If you found error thread.error: can’t start new thread on yum update command on CentOS 6, CentOS 7 or CentOS 9, this usually happens with VPS, usually because the server…
Talk about server and programming
If you found error thread.error: can’t start new thread on yum update command on CentOS 6, CentOS 7 or CentOS 9, this usually happens with VPS, usually because the server…
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…
curl is used in command lines or scripts to transfer data. curl is also used in cars, television sets, routers, printers, audio equipment, mobile phones, tablets, settop boxes, media players…
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…
How to Yum update to specific version if we want to install update, but not the latest package. Sometimes we can not update to latest version and need some update…
Wget is a free software package for retrieving files using HTTP, HTTPS, FTP and FTPS, the most widely used Internet protocols. It is a non-interactive commandline tool, so it may…