DNS Resolver
CloudFlare announced privacy-first consumer DNS service. IP of CloudFlare public DNS servers are 1.1.1.1 1.0.0.1 So far i was using Google Public…
CloudFlare announced privacy-first consumer DNS service. IP of CloudFlare public DNS servers are 1.1.1.1 1.0.0.1 So far i was using Google Public…
On a ISPConfig server with PHP running in FCGI Mode, i get following error in error_log when upload images from WordPress admin…
To make .pem file from SSL certificate, run cat yourdomain.key yourdomain.crt yourdomain.ca-bundle > yourdomain.pem Here is the format —–BEGIN RSA PRIVATE KEY—–…
lighttpd is a lightweight web server used mainly to serve static files. Youtube used lighttpd before it was purchased by Google. I…
Plesk is a powerful web hosting control panel that allows you to easily manage your websites, domains, and email accounts. It is…
On Ubuntu, to execute .htm files as PHP, create file vi /etc/apache2/conf-enabled/php-html.conf Add following content SetHandler application/x-httpd-php This is similar code from…
RailWire, Government of india owned ISP that provide FTTH connection through Cable TV operators have come up with new boardband plans for…
veeam is a backup software https://www.veeam.com On a CentOS server, it install following packages [root@67 ~]# rpm -qa | grep veeam kmod-veeamsnap-2.0.0.400-1.el6.x86_64…
chkconfig is a command available in CentOS 6 to set a service start on boot. To start lighttpd on boot run. chkconfig…
FFmpeg is a command-line program available for Linux, windows, and mac. It is used to convert videos from one format to another.…
Install epel repository using Method 1 Install rpmfusion for your distro https://rpmfusion.org/Configuration For CentOS 8 For CentOS 7 Install ffmpeg with 2023-02-20…