Tag Archives: wordpress

Steps to add Like button to your custom installation of wordpress

WordPress (WP for short) does not come with any like button functionality built-in. You have two choices to add the like button. Use a 3rd party plugin. The caveat with these is that they will send your data to a … Continue reading

Posted in Software | Tagged | Leave a comment

How to change the maximum file size you can upload to wordpress

Spent a lot of time figuring this out and trying out different things suggested by different sites so thought would make a note of it. Its actually quite simple once you know what you need to do. All you need … Continue reading

Posted in Software | Tagged | Leave a comment

Installing MySQL on brand new Ubuntu VM

https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-18-04 siddjain@engblog:~$ sudo apt update Hit:1 http://azure.archive.ubuntu.com/ubuntu bionic InRelease Get:2 http://azure.archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] Get:3 http://azure.archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] Get:4 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] Get:5 http://azure.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [753 kB] Get:6 http://azure.archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [271 kB] … Continue reading

Posted in Software | Tagged | 3 Comments