-
Install PHP 8.1 on Ubuntu
Install Apache To run a web server, you need to install Apache first. Apache rewrite Apache rewrite allow you setup the routing which is good for SEO. Add: Restart Apache Add a new .htaccess file. PHP 8.1 Ubuntu 20.04 comes with PHP 7.4. If you want to install PHP 8.1, you need to use the […]
-
Move folder
In Linux, we use mv to move files/folders. Move folder content up one level
-
Linux find IP address
Usually we will use the https://www.whatismyip.com or search in Google https://www.google.com/search?q=what+is+my+ip to find the public ip address, but if you are using Linux terminal (no browser) then you can use the following commands to find public IP addresses: If you just want to find the private IP address, then you can use the following commands. […]