wkhtml to pdf install on ubuntu 20.04 sudo apt-get install -y libxrender1 libfontconfig1 libx11-dev libjpeg62 libxtst6 fontconfig xfonts-75dpi xfonts-base libpng12-0 wget https://github.com/wkhtmltopdf/wkhtmltopdf/releases/download/0.12.5/wkhtmltox_0.12.5-1.xenial_amd64.deb #issue fix for: libpng12-0 sudo add-apt-repository ppa:linuxuprising/libpng12 sudo apt update sudo apt install libpng12-0 #Issue fix for: libssl1.0.0. Edit the source list sudo nano /etc/apt/sources.list to add the following line: deb http://security.ubuntu.com/ubuntu xenial-security main Then sudo apt update and sudo apt install libssl1.0.0. #source link: https://askubuntu.com/questions/1261614/ubuntu-20-04-libssl-so-1-0-0-cannot-open-shared-object-file-no-such-file-or-d sudo dpkg -i wkhtmltox_0.12.5-1.xenial_amd64.deb sudo apt-get -f install
Wordpress Setup using the Xampp. STEPS: Install the XAMPP server. Link for the reference: https://www.apachefriends.org/download.html After installation, we need to run the Apache and Mysql start. Download the WordPress plugin from the website. Link for reference: https://wordpress.org/download/ We need to put the WordPress folder to xampp -> htdocs We need to run the URL: http://localhost/wordpress/wp-admin/ We need to set up the WordPress configurations. Database name: Db name Username: root Password: (Empty) Host: localhost Once setup is done we can access the website. Appearance -> Themes...