If you’re using PHP 5.2.x on RHEL/CentoOS and you received error PHP Fatal error: Call to undefined function sqlite_escape_string()PHP Fatal error: Call to undefined function sqlite_escape_string() don’t worry. The reason …
Category: Red Hat/CentOS
CentOS server – nginx howto
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. …
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 – DOCSIS howto
DOCSIS stands for Data over Cable Service Interface Specification and is a standard developed by Cablelabs. docsis is a small program that can be used to generate binary configuration files …
How to set Access/Restrictions on users logins
I wanted to enable time limit for some users so they are able to use FTP server only during working time. For RH based systems with Vsftpd Open /etc/security/time.conf and …
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 – basic Apache settings
It is recommended to set up a few things before you go live with your web server. Remove the welcome page Open /etc/httpd/conf.d/welcome.conf file and comment all lines. # 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 …