Author : Aftab Ali

VirtualHost configuration in Apache Tomcat on ubuntu 20.04 LTS

Introduction Apache Tomcat is a web worker and servlet compartment that is utilized to serve Java applications. Tomcat is an open source usage of the Java Servlet and JavaServer Pages advancements, delivered by the Apache Software Foundation. This instructional exercise covers the essential establishment and some design of the most recent arrival of Tomcat 8 […]

How to Setup MySQL Master-Slave Replication on Ubuntu 20.04 LTS

MySQL master – slave replication is a technique that permits information base records to be recreated or duplicated across at least one hubs in an organization. This arrangement gives repetition and adaptation to internal failure to such an extent that in case of a disappointment in the Master hub, the data sets can in any […]

How to find the uptime of a Linux server

  Linux order transport with different order line apparatuses to discover worker uptime order. Document/proc/uptime has uptime data, and record/var/run/utmp has data concerning who is at present signed on. Nonetheless, information from/proc/uptime or/var/run/utmp document isn’t straightforwardly comprehensible by people.   In this post, We will find out the uptime of the linux based machine.   […]

How to Uninstall or Remove Software Packages From Ubuntu

  In this post, We will remove or uninstalled packages using command line user-interface.   In my case, I am going to uninstall the apache2 package from ubuntu machine.   Step 1: Get the Packages   You need to check 1st packages is installed or not by using the given command, In my case i […]

How to Install PuTTy on Ubuntu 18.04 LTS

  Putty is a free and open-source cross-stage SSH and telnet customer that even subsequent to being around for more than 20 years stays quite possibly the most mainstream SSH customers being utilized particularly on the Windows stage.  In this post, We will install Putty on ubuntu 18.04 LTS    Step 1: Add the required […]

Rsync Command in Linux with example

  Rsync (Remote Sync) is the most normally utilized order for duplicating and synchronizing records and indexes distantly just as locally in Linux/Unix frameworks. A few Advantages and Features of Rsync Command   It effectively duplicates and adjust records to or from a distant framework.  Supports duplicating joins, gadgets, proprietors, gatherings, and authorizations. It’s quicker […]

How to Set or Change the Time Zone in ubuntu linux

  A time region is a geographic locale that has a similar standard time. Ordinarily the time region is set during the establishment of the functional framework, yet it tends to be effectively changed sometime in the not too distant future. Utilizing the right time region is fundamental for some, frameworks related undertakings and cycles. […]

Jenkins Configure Master and Slave Nodes ubuntu linux

  A Jenkins ace accompanies the essential establishment of Jenkins, and in this arrangement, the expert handles every one of the errands for your fabricate framework.   In case you are chipping away at various tasks, you might run different positions on each venture. A few undertakings need to run on certain hubs, and in […]

Scroll to top