Apache Tomcat is an open-source technology, which licensed under Apache License version 2. Basically to understand what the use of Tomcat it’s a simple HTTP server used for Java Servlet, JavaServer Pages, Java Expression Language.
Install Oracle Java JDK on RHEL 7/CentOS 7
Java used in every device across the production and development environment, Java lets you develop and deploy Java applications on desktops and servers.
How to install Android Studio 3.2.1 on Ubuntu 16.04 LTS/17.10/18.04 LTS
Introduction Hello, fellow Android enthusiasts, you can install “Android Studio” on Ubuntu 16.04/17.10/18.04 by not just one method we have multiple ways to install it. Android Studio is […]
How to attach a Docker volume to the container
how to attach a persistent volume in a docker container. If we don’t have separate storage the data will not persist once the container is no longer up and running.
How to manage Docker containers
How to manage Docker containers by stopping, resuming, killing and removing. Removing Docker images required docker stop then we can remove them.
How to expose the docker network
Connect with Docker containers and expose the docker network to know the IP address and ports. Launch a container using the specific forward IP address.
How to search for docker images and launch a container
How to launch a Docker container by searching for a docker images in docker registry. By the following pull and launch a docker container from command line.
Creating our 1st DNS zones and DNS record in IPA Server
Creating DNS zones in Red Hat IDM server or IPA server. And create DNS records in the zone for a forward lookup and reverse lookup.
Installing Docker on Red Hat Enterprise Linux and CentOS Linux 7
Docker is an open-source software which helps to set up with Container as a service CaaS. It will covert the operating system as a virtualization platform.
Change systemd network interface name ensxx to eth0
Changing systemd network interface name (ensxx) in RHEL and CentOS to a legacy naming convention eth0.