DevOpsSchool Github Referenece
DevOpsSchool.com Training Notes DevOpsSchool.com Sample Programs DevOpsSchool Projects DevOpsSchool Demo Temporary DevOpsSchool Demo Lab Projects DevOpsSchool Assignment & Projects DevOpsSchool Institute DevOpsSchool Certifications & Tutorials DevOpsSchool Main scmGalaxy repo Selenium…
Read more »Linux command Error- nohup:ignoring input and appending output to ‘nohup.out’
Error : When i am running below command to run start-seodaily-queue.sh file in background showing above error so let’s see how we can solve this error very easily. Command :…
Read more »Steps to setup Static Website using AWS S3 with Godaddy
Step 1- Create a S3 Bucket with enable all public access. Step 2- Upload all static files using AWS console or AWS cli command line such as $ cd www.surgeryplanet.com$…
Read more »
What is Perforce? What kinds of solutions it provide?
What is Perforce? Perforce, legally Perforce Software, Inc., is a Minneapolis, Minnesota-based developer of software used for developing and running applications, including version control software, web-based repository management, developer collaboration,…
Read more »
What is Git and Bitbucket?
What is Git? Version Control Systems are tools which help manage the code for a project as it changes over time. They allow past versions of the project to be…
Read more »How to Fix MySql port 3306 already in use Error/another instance already running.
There are two types of errors which occur in MySql are as follows:- Another instance is already running:- This error occurs when MySql has been installed by you in command-line…
Read more »
What is Splunk Enterprise Security and How its best tool for SIEM?
What is SIEM and Why is it so Important?If you would like to know What is SIEM and Why is it so Important, Please refer this url. What is Splunk?…
Read more »Security practices for using git repository in production for deployment
Many times, people use the git repository to host websites in productions by clone-push-pull but it has one drawback, it appears the .git directory is accessible via the web. How…
Read more »Kubernetes configmaps: How to update configmap automatically into pods?
We often come acorss following questions while working with ConfigMap and secret are as follows; How to Updating Kubernetes Deployments on a ConfigMap Change? How Mounted ConfigMap is updated automatically…
Read more »
What is SIEM and Why is it so Important?
SIEM stands for Security Information and Event Management (SIEM). SIEM solutions provide a holistic view of what is happening on a network in real-time and help IT teams to be…
Read more »Ansible Variable: Understanding Ansible Register variable scope and use across playbook and hosts
Registered variables are similar to facts, with a few key differences. Like facts, registered variables are host-level variables. However, registered variables are only stored in memory. Register variables don’t survive…
Read more »
Top Highest Paying Tech Jobs in 2020-21
In this world, money is the best motivator when choosing a career path. If you are considering shift career in technology and want to move forward. So this article is…
Read more »How to Add Sign-in with Google feature in Laravel.
In this tutorial, we’re going learn how to add authentication via Google to a Laravel app. In Short, How to add Sign-in with Google feature in our Laravel Project. For…
Read more »
What is Jenkins X? and How Jenkins X works?
Jenkins is described as an “extensible automation server” also popularly known as continuous integration and delivery tool that can be configured, via plugins, to be a Continuous Integration Server, a…
Read more »
What is Jenkins and Why we need it?
What is jenkins? Web Based tool to automate manual steps for any repetitive SDLC daily tasks. Continuous integration tool Continuous delivery tool Jenkins can integrate with any available tools with…
Read more »
Alternative of alert box in JavaScript.
Hello… Developers Actually i was searching for something alternative to show a popup message, or alert box in JavaScript.Instead of showing a simple alert box i want to try something…
Read more »Installing and Working with Sourcetree & git repos
Here you are going to learn about how to clone, pull and push file using sourctree. so for this process you have already install gitbash and also should install sourctree….
Read more »