Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts

Certbot Cert Only Let's Encrypt SSL for Manual Setup

The automated installation of Certbot works well with a clean VPS server. However, the trouble begins whenever the pre-owned setup is complex (unsupported cPanel). The SSL certificate is not only lim…

Shrink/Purge/Delete ibdata1 file in MySQL

While dealing with large data, I realised ibdata file was rapidly increasing. I did some research and found out ibdata1 not shrinking is a particularly annoying feature of MySQL. The ibdata1 file ca…

Install MediaWiki Extension PDF Export with HTMLDoc

Mediawiki support download as PDF option with use of an extension PDF Export . This post shows step-wise process to install HTMLDoc to your mediawiki. the following example is done on Ubuntu. Install …