Tag how-to

php-switch-versions-in-arch-and-manjaro

Switch PHP versions in Arch and Manjaro

As a developer you may sometime need to test an app on different PHP version. Today I am going to show you how to switch PHP versions in Arch and Manjaro OS.
Elasticsearch-7-and-Nextcloud

Setup Elasticsearch 7 for Nextcloud

Nextcloud default search is very basic but it gets the job done. To enhance the search we will setup Elasticsearch 7 for Nextcloud in this article.
protect-wordpress-login-bruteforce

Protect WordPress login from brute force

Having WordPress site means some sleepless nights. But no worries, we will add a HTTP based authentication to protect WordPress login from brute force attacks.
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.