How to delete the user in Linux Ubuntu ?
If you have existing user and is no longer you need to access the certain user, than you can delete the existing user in simple few steps : Please Follow…
As Developer
If you have existing user and is no longer you need to access the certain user, than you can delete the existing user in simple few steps : Please Follow…
Step 1 : Open your Terminal . Step 2 : Login to your Server using SSH . Step 3 : If you have already create the user then follow these…
Assuming you are logged in as super user or any other user with sudo access Step 1 Open your terminal and connect to your Linux using ssh Step 2 Use…
If xz-utils is not installed in your Debian or Ubuntu machine use the following command to install the utilities. sudo apt-get install xz-utils Extracting tar.gz or tar.xz file in linux…
There are 3 Methords to transfer files remotely Method 1. SCP file transfer Method. Basic syntax for SCP scp <OPTIONS> <SOURCE_FILE_OR_DESTINATION> <TARGET_FILE_OR_DESTINATION> <USER>@<HOST_OR_IP>:<REMOTE_DESTINATION> In case if you want to copy…
Step 1 — Installing Certbot Install SSL Certbot software to install SSL certificate. First, add the repository: sudo add-apt-repository ppa:certbot/certbot Press ENTER to accept. Install Certbot’s Apache package using apt:…
Mod_rewrite may be a powerful Apache module that gives universal resource locator manipulation capability. the subtle feature permits webmasters to rewrite URLs and this can be a standard follow in…
Step 1 — Installing Apache Apache server is available default in ubuntu software repositories, so it can be install conventional package management tools. Update your local package index: sudo apt…
Assume you have PHP Installed in your Server . Create the directory virtual hosts inside the /var/www Note* : – p stands for ‘switch parent directory’ . sudo mkdir -p…