How to host a website on NGINX with PHP/MySQL on Ubuntu 22
n a previous article, we talked about how to host a website using Apache Virtual Hosts. We set up a basic website with an SSL certificate. In this article, we…
n a previous article, we talked about how to host a website using Apache Virtual Hosts. We set up a basic website with an SSL certificate. In this article, we…
Written by:Ali Imran Nagori 1. Overview Disabling the wireless network on Linux is usually a simple process with the help of the command-line interface. Doing so can be useful in…
To remove a snap package, use the command in the following fashion: sudo snap remove package_name But what if you don’t like Snap and want to delete not just the…
who -u that give you the PID Then you can kill the user session. kill "pid"