Ubuntu 18.04 Bionic Beaver actually comes with MariaDB, but the default version on upstream repositories are still using version 10.1. How if we want to use the latest version (10.4 at the time of this writing)?
How to install PHP 7.3 on Ubuntu 18.04 (Bionic Beaver)
As PHP had officially released PHP version 7.3.9, I decided to install it on one of my development server. It uses Ubuntu 18.04 (Bionic Beaver), so official PHP package provided from their repository is at 7.2.19. Thanks to
OndÅ™ej Surý
PPA repository that enables us to install the latest versions of PHP. Hence, run the command below to add this PPA repository to your Ubuntu 18.04 system.
How to install MongoDB 4.2 on Linux Mint 19
Installing MongoDB on Ubuntu based Distributions
- Install MongoDB using Ubuntu’s repository.
- Install MongoDB using its official repository.
Install MongoDB Using Ubuntu's Repository
Using official Ubuntu's repository is easier if you don't care if you're using older MongoDB version.
Top 6 Reasons Why You Should Use Markdown
You’ve probably heard of Markdown. Maybe you’ve heard the name for years. Perhaps you just encountered it. But do you know what it is? Are you using it? You should be. Here are six good reasons to use Markdown. There are no good reasons not to.
How to Install MariaDB 10.4 on CentOS 7
CentOS 7 actually comes with MariaDB, but the default version on upstream repositories are still using version 5.5. This article will guide you how to install the latest version of MariaDB (10.4 at the time of this writing).