Posted inHowto

How to Install Latest Joomla 3 on Debian 10

Joomla is one of the most popular content management system (CMS) which used by people around the world. Joomla 3 is the latest stable version which remommended for all new projects. As CMS its offers a lot flexibilty and has a lot plugins and templates. This tutorial explains how to install Joomla manually from scratch, […]

Posted inHowto

How to fix MariaDB unmet Dependencies on Ubuntu 20.04

One client server had MariaDB 15 installed somehow, then they ask me to troubleshooting the problem them fixed that problem. Their application expected MariaDB 10.4 because this error “General error: 1615 Prepared statement needs to be re-prepared” I add repository from official mariadb.org, when installing the mariadb-server using APT I got the following error apt […]

Posted inHowto

How To Upgrade Fedora 32 to Fedora 33 Right Away

Fedora 33 just released today, if you preferred using the latest and the greatest version of Fedora right away, Fedora had a dnf plugin to upgrade the system without much hassle. I’ve been done this a few times, it always smooth when upgrading between version. If you had a third party repository delete all of […]

Posted inHowto

How To Install Gogs Git Server on Ubuntu 20.04

Gogs get attention because it’s fast and only a single binary go application which is make update/upgrade really simple. Gogs runs anywhere Go can be compiled to Windows, Mac, Linux, ARM, etc. Prerequisite – Ubuntu 20.04 – Domain name – Basic CLI knowledge Setup DNS Record For git hosting HTTPS is mandatory because you don’t […]

Posted inHowto

How To Install ownCloud 10.5 on Ubuntu 20.04

ownCloud first coming as an alternative to Dropbox, Google Drive, etc. ownCloud is self hosted ‘cloud’ application that you can manage, the storage and speed depend on the hardware it installed on. It’s similiar to file manager on cloud, which had client for Windows, MacOS, Linux, Android and iOS. For power user it had API […]

Posted inHowto

How To Install Insomnia Latest Version On Linux

Insomnia is a tool use for test, design, and debugs API. It’s a Postman competitor, this kind of software only has limited player. Insomnia had 2 different product Insomnia Core which is competitor of Postman, then Insomnia Designer which is similiar to Swagger Editor. Insomnia stays free even after Kong brought them from the original […]