How to Create a Job on Jenkins
Jenkins is a free and open source automation server. Using Jenkins, we can automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery. There are various types of jenkins jobs: Freestyle project. Maven project. Pipeline. Multibranch pipeline. External Job. Multi-configuration project. Github organization. Create a Job First …
Step by Step Guide to Install Metasploit on Ubuntu 20.04 LTS
Metasploit is a free & open-source penetration testing framework. It is used for tool for discovering hidden vulnerabilities present of system. It helps to detect intrusions into their network and identify threats and vulnerabilities. Using metasploit, we can exploit vulnerabilities in various systems, networks, and software. There are few steps to install Metasploit on ubuntu: …
Read more “Step by Step Guide to Install Metasploit on Ubuntu 20.04 LTS”
How to Create Pipeline Job on Jenkins
Create new jobs/Items on Jenkins First we need to install the Jenkins on system so click on link Here Once Jenkins is installed on system. Login to Jenkins server. Provide username & password. Click on Create a jobs option. Provide item/job name. Select Pipeline. Click on Ok. Provide project …
Step by Step to Install Firejail on Ubuntu 20.04 LTS
Firejail is a free & open source linux security SUID tool. It is used for untrusted applications securely run on system. It can be used to minimize the security issues of system. There are few steps to install firejail on ubuntu: Step 1: Update the System. apt-get update Step 2: Install the Firejail on system. …
Read more “Step by Step to Install Firejail on Ubuntu 20.04 LTS”
How to Configure SSH with Jenkins
Jenkins is a Free & open-source devops tools & used for CI/CD automation application. It is written in Java language. Jenkins provides SSH plugins such as ssh, ssh agent & publish over ssh. Using ssh plugins we can configure ssh with jenkins. We needs a private key to configure ssh with jenkins. Install SSH plugins on …
