How To Remove Santa Hat in VLC Player Permanently

The Santa hat feature in VLC Player is a holiday-themed overlay that can be enabled during the Christmas season. To remove the Santa hat permanently in VLC Player, you can follow these steps: Open VLC Player on your computer. Click on the “Tools” menu, then select “Preferences.” In the “Preferences” window, select “All” under “Show … Read more

How to Install PHP 7.x on CentOS 8 For Nginx

Here are the steps to install PHP 7.x on CentOS 8 for Nginx: Add the remi repository to your system: sudo dnf -y install https://rpms.remirepo.net/enterprise/remi-release-8.rpm Enable the remi-php73 repository: sudo dnf module enable remi-php73 Use dnf to install PHP and the PHP-FPM package: sudo dnf install php php-fpm Start and enable the PHP-FPM service: sudo … Read more