How to Install Jenkins Author 08:59 0 Jenkins Installation Req: 1. Java, JRE, JDK 2. Ubuntu Installation: Link adder Debian Jenkins Packages 1. sudo a... Read More
How to Install Apache Tomcat In Linux Ubuntu 18 Author 08:45 0 Tomcat server is mainly used for app deployment For that we have to install the following in Ubuntu server: apt update apt install open... Read More
How to Install latest Sonatype Nexus 3 In Linux Author 07:45 0 Nexus 3 Installation: Sonatype nexus is the best one of the repository. It is most used your CI/CD pipeline it is mostly manages the art... Read More
How to Find and How to Locate files by the name of file Author 22:12 0 Files you want to find and don't know the exact location below command to find the files > find /etc -name samb* -- It sh... Read More
Git and Github Basic Commands Author 00:14 0 Git (Version Control System) Git: Git is a version control system (It is used to maintain a version control tracking) If you change a... Read More
Linux Simple Basic Commands Author 06:42 0 ls Shows the list of file ls -l Shows the long list of files ls -a Shows the list of hidden files ls -la Sho... Read More
How to Check the HTTPD service in Linux and Killing the Process Author 07:57 0 Check status of a service 1. systemctl status servicename(httpd) It shows the status of the service it started or stoped 2. wh... Read More
How to Create Key Pairs and Inbound and Outbound Rules In Amazon Web Services (AWS) Author 07:44 0 1. Create key pair s (In Ec2 dashboard go to key pairs à give project name à select pem for git bash or ppk for putty login) 2. ... Read More