Nginx is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Nginx now hosts nearly 12.18% (22.2M) of active sites across all domains. …
Category: Server project
Why PostgreSQL is not so popular? (howto part 2)
So… After the first part (Link) where we talk about the installation, the next step would be to create root user and to change postgres and root password. [root@XTdata init.d]# …
Logrotate settings
As you probably know, the default logrotate period on RH based distros is 7 days. From my point of view, this number is to big for production servers (files can …
Extra Packages for Enterprise Linux – EPEL HowTo
EPEL (Extra Packages for Enterprise Linux) is a volunteer-based community effort from the Fedora project to create a repository of high-quality add-on packages that complement the Fedora-based Red Hat Enterprise …
CentOS server – Simple quota howto
From time to time you can run into storage issues where users are uncontrolled and they decide to use your storage as their own. There are several solutions for this …
CentOS server – Vsftpd Howto
Last update: 2022-10-18 To set up your CentOS as a secure FTP server, follow the next couple steps Install VSFTPD with yum install vsftpdyum install vsftpd Turn on vsftpd auto …
CentOS server – Webmin howto
Webmin is a web-based app for system administration for Unix/Linux. With Webmin, you can setup user accounts, web server, mail server and much more. In this post, I’ll show how …