Install SSL on Centova Cast
Edit file vi /usr/local/centovacast/etc/cc-panel.conf Find listen 2199 default ssl; Add below listen 443 ssl; listen 80; Restart Centova Cast /usr/local/centovacast/centovacast restart At…
Edit file vi /usr/local/centovacast/etc/cc-panel.conf Find listen 2199 default ssl; Add below listen 443 ssl; listen 80; Restart Centova Cast /usr/local/centovacast/centovacast restart At…
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…
To create a database, run CREATE DATABASE “DB_NAME_HERE”; Creating user, grant permissions CREATE USER USER_NAME_HERE WITH PASSWORD ‘BAPT788HZutBdV’; GRANT ALL PRIVILEGES ON…
To delete a PostgreSQL database, run DROP DATABASE DB_NAME; Example DROP DATABASE “odoodb2”;
Install Odoo using Docker Odoo apt signatures couldn’t be verified Odoo init script odoo Unable to find Wkhtmltopdf on this system
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…
To enable MySQL slow query login, edit my.cnf file For MariaDB, edit Add: For older versions use long_query_time instead of log_slow_query_time Restart…
here is nginx configuration i used for a video site that have secure link. server { listen 188.40.131.92:80; server_name s1.video.bizhat.com; access_log /var/log/nginx/s1.video.bizhat.com.log;…
How to find java version Install Tomcat on CentOS 7 To install tomcat on Ubuntu 18.04, run apt install tomcat9 Start tomcat…
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…
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…