Tag centos

How to Minify CSS and JS in Linux

Minification is the process of removing all unnecessary characters from the source code of interpreted programming languages or markup languages without changing the functionality. The reason to minify a file is to make its size smaller so the transmission over the Internet is faster. Let's see how YUI Compressor and Minify perform.

Manage Pure-FTPd Users with MySQL

A very nice thing about Pure-FTPd is its ability to connect to a database to access user accounts. After you installed PureFTPd you can proceed to connect it to MySQL/MariaDB and manage FTP accounts

Install Pure-FTPd on CentOS 8

How to install Pure-FTPd, a free FTP Server with a strong focus on security, on CentOS. Pure-FTPd is one of the most used FTP servers (along with WS_FTP and ProFTPD).

Create Virtual Hosts for Apache on CentOS

For each website (domain or subdomain) you need a Virtual Host, a file that contains information for Apache to find where the website's files are on your server, how to access them, where to write the logs, etc.

CentOS Alternatives

Looking for CentOS alternatives after they announced the future of the CentOS Project is CentOS Stream serving as the development branch of Red Hat Enterprise Linux? Here come Rocky Linux and AlmaLinux OS!

Change PHP Upload Size

To change the PHP maximum upload size, you need to edit the php.ini file and then restart the webserver. Depending on your Linux distribution, the php.ini will be located at a different location:CentOS / Red Hat: / Debian: …