Tag how-to

Virtualbox-host-only-network

Create host only network on VirtualBox

I was working on a web project and needed to share the VirtualBox appliance(OVA file) with others to test it out(hosting and Internet is not an option, an offline solution). To accomplish this without the user configure anything, I created host only network on VirtualBox before sharing. That way they can just import the appliance and run it. To access the web app through an IP, we will create a host only network for it.
install-nextcloud-23-on-ubuntu-20.04

Install Nextcloud 23 on Ubuntu 20.04

In this article, we will install Nextcloud 23 on Ubuntu 20.04 with PHP 8. Nextcloud 23 does not recommend to use PHP 7.3 anymore, so it's time to just install PHP 8.
most used and common commands in Linux

63 most used commands in Linux

This article is going to explore 63 most used and common commands in Linux. This article does not try to cover everything about the commands and Linux in general.
upgrade-to-php-8-in-ubuntu-20-04

Upgrade to PHP 8 on Ubuntu 20.04

Nextcloud Hub II or Nextcloud 23 dropped support for PHP 7.3. Instead of installing or sticking to PHP 7.4 it's best to upgrade to PHP 8 on Ubuntu 20.04.