Certbot Apache error “Name duplicates previous WSGI daemon definition.”

It turns out that if my Apache conf file 000-default.conf only declares <VirtualHost *:80>…</VirtualHost>, then Certbot duplicates it and creates a second Apache conf file called 000-default-le-ssl.conf to define <VirtualHost *:443>…</VirtualHost>. The Name duplicates previous WSGI daemon definition error appears because both Apache conf files have the same line defining WSGIDaemonProcess myprocess…. This appears to … Read more

E: Package ‘oracle-java8-installer’ has no installation candidate

I just went through the same process and I fixed the problem by manually installing java 8 on my ubuntu 18.04 machine. Hopefully my answer will help you. Download the latest JAVA 8 SE development kit from here: https://www.oracle.com/technetwork/java/javase/downloads/java-archive-javase8-2177648.html Open your terminal. Type $mkdir /opt/jdk. Untar Java in your new folder $tar -zxf jdk-8u5-linux-x64.tar.gz -C /opt/jdk. … Read more

How to run docker with experimental functions on Ubuntu 16.04

To turn on experimental docker functions create following file by: sudo nano /etc/docker/daemon.json and add below content to it { “experimental”: true } and save file (by CTRL+X and Enter ) and exit. In terminal type: sudo service docker restart To check that experimental funcions are ON, type in terminal: docker version And you should … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)