Tags : ubuntu

Install Open JDK 8 on Debian or Ubuntu

In this tutorial you will learn how to install Open JDK 8 on Debian or Ubuntu in easy steps. 1. Check java version if already installed 2. Update the repositories 3. Install OpenJDK 8 4. Check Java version to verify the installation OutputRead More

How to Install LetsEncrypt SSL Certificate in Ubuntu Apache Server

In this tutorial you will be able to install LetsEncrypt SSL certifcate in NGINX Ubuntu Server Learn how to install Apache server in Ubuntu Step 1 SSHSSH into your Ubuntu server Step 2 – Add Certbot PPA in RepositoryRun the following commands to add Certbot PPA Repository Step 3 – Install Certbot Step 4 – […]Read More

How to Uninstall Apache Web Server from Ubuntu

To uninstall apache from ubuntu you just need to run a command, Login to your ubuntu system using SSH or open terminal and run the following command To uninstall the apache, first you need to stop apache server using following command Remove apache using following commandsRead More

How to Uninstall NGINX from Ubuntu

To uninstall nginx from ubuntu you just need to run a command, Login to your ubuntu system using SSH or open terminal and run the following command To uninstall the nginx, first you need to stop nginx server using following command Option 1: Remove nginx but keep config files Option 2: Remove everythingRead More

How to Install NGINX Web Server in Ubuntu

In this tutorial, you will learn how to Install and Configure Nginx Web Server in Ubuntu. Nginx web server is a widely used open-source HTTP server for modern operating systems including UNIX and Windows. How to install and configure the Nginx web server in Ubuntu systems. Step 1: Updating RepositoriesYou can download and update the […]Read More

How to Install LetsEncrypt SSL Certificate in Ubuntu NGINX Server

In this tutorial you will be able to install LetsEncrypt SSL certifcate in NGINX Ubuntu Server Learn how to install NGINX server in Ubuntu Step 1 SSHSSH into your Ubuntu server Step 2 – Add Certbot PPA in RepositoryRun the following commands to add Certbot PPA Repository Step 3 – Install Certbot Step 4 – […]Read More

How to Host a Website in Apache Web Server Ubuntu

In this tutorial you are going to learn How to host a website in Apache Web Server Ubuntu. PrerequisiteHow to install Apache Web Server in Ububtu 1. Create a folder for the website that you want to host in var/www/html You can run the following command to go to html folder in ubuntu 2. Create […]Read More

How to Install and Configure Apache Web Server in Ubuntu

In this tutorial, you will learn how to Install and Configure Apache Web Server in Ubuntu. Apache web server is a widely used open-source HTTP server for modern operating systems including UNIX and Windows. How to install and configure the Apache web server in Ubuntu systems. Step 1: Updating RepositoriesYou can download and update the […]Read More