How to work with multiple GitHub accounts ?
Follow the below steps to work with multiple accounts in GitHub. 1. Generating SSH Key Run the below command to generate a new SSH key for the account that you…
Follow the below steps to work with multiple accounts in GitHub. 1. Generating SSH Key Run the below command to generate a new SSH key for the account that you…
Similar to accessing pre release packages in Python, Apache uses Ivy package manager for resolving project dependencies. Scala also supports version matchers for its packages, below are few options available.…
Many a times while building the docker image of Ubuntu, the build gets stuck with a timezone prompt waiting for the user to confirm their timezone. Prompt: The issue can…
Follow the below steps to create API token in Jenkins:Admin permissions are necessary in order to create API token in Jenkins. The fastest way is to go to the configuration…
MacOS provides Crontab utility tool, Crontab enables the user to execute commands or scripts periodically at predetermined times. Below are some basic commands that will enable you to use Crontab…
Below are the top 9 Linux commands that are most commonly used in the Linux environment. These commands can help you get familiarised with the basics of Linux systems. 1.alias…
Overview Nmap is an open-source network scanning tool for port scanning, service fingerprinting, and identifying operation system versions. While it is popularly known as a network mapping and port scanning…
Most of our applications and services are running on Linux systems and are connected to various networks. Thus making it necessary to learn about the networking commands to monitor, configure…
pre-requisites: You will need to have a Git/GitHub account to perform any of the below actions. For creating a GitHub account you can go here.You can refer the quick start…
Splunk is a software platform used for real-time data collection, indexing and analysis. It enables businesses to analyze huge amounts of data produced by their systems, apps and infrastructures to…