Blog

ISPConfig 3 configuration files

ISPConfig 3 configuration files are are located in folder /usr/local/ispconfig/interface/lib/config.inc.php /usr/local/ispconfig/server/lib/config.inc.php /usr/local/ispconfig/server/lib/mysql_clientdb.conf DocumentRoot /usr/local/ispconfig/interface/web/ Config file for webmail/phpmyadmin /etc/nginx/sites-available/000-apps.vhost Config for ispconfig…

Odoo

Install Odoo using Docker Odoo apt signatures couldn’t be verified Odoo init script odoo Unable to find Wkhtmltopdf on this system

Odoo apt signatures couldn’t be verified

When updating apt on Ubuntu server, i get following error root@ip-172-31-25-25:/home/ubuntu# apt-get update Hit:1 http://ap-south-1.ec2.archive.ubuntu.com/ubuntu xenial InRelease Hit:2 http://ap-south-1.ec2.archive.ubuntu.com/ubuntu xenial-updates InRelease Hit:3…

Domain Resolver

Disable systemd-resolvedCentOS 7 resolv.conf make changes permanent Ubuntu uses systemd-resolve, to see the status, run On Linux, Domain resolver configuration is stored…

typo3 CMS Installation

Display Errors in Typo3 Install typo3 mkdir -p /var/www/domain.extn/html cd /var/www/domain.extn/ wget –content-disposition get.typo3.org/9 tar xvf typo3_src-9.5.1.tar.gz ln -s ../typo3_src-9.5.1 typo3_src ln…