Complete Selenium Certification Guide & tutorials

What is Selenium? Selenium is an open-source tool that automates web browsers for testing purposes. It offers a single interface to write test scripts in programming languages…

Read More

MySql Backup and Restore – A Complete Guide

Generate the backup of a single database Generate the backup of multiple databases or all the databases Generate the backup of database structure Generate the backup of…

Read More

How to Reset or Recover Forgotten mySql root Password

Recover Forgotten mySql root Password in Linux OLD method Resetting MySQL Root Password with XAMPP on Localhost How to change a mysql user password? Rajesh KumarI’m a…

Read More

Import all MySQL databases at one time in seperate file for Backup

Script Commands Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories…

Read More

EXPLORING SALESFORCE ARCHITECTURE AND APPLICATION DEVELOPMENT TOOLS

Excerpt: We have seen an incredible development in technology in recent years, ranging from mobile phones to smart applications, which have revolutionized human existence to a greater…

Read More

What is Selendroid and How it works? An Overview and Its Use Cases

History & Origin of Selendroid The Selenium is a collection of different tools and has contributions from different notable people. The long history of the selenium project…

Read More

DevOps, DevSecOps, SRE, AiOps, MLOps, DataOps Courses and Certifications

DevOps Courses & Certification https://www.devopsschool.com/training/devops-training-hyderabad.html https://www.devopsschool.com/courses/agenda/devops/dev-sec-ops.html https://www.devopsschool.com/courses/agenda/devops/devops-training-course-Java.html https://www.devopsschool.com/courses/agenda/devops/devops-training-course-dot-net.html https://www.devopsschool.com/training/devops-training-bangalore.html https://www.devopsschool.com/training/devops-training-pune.html https://www.devopsschool.com/training/devops-training-mumbai.html https://www.devopsschool.com/training/devops-training-delhi.html https://www.devopsschool.com/training/devops-training-netherlands.html https://www.devopsschool.com/training/devops-training-kolkata.html https://www.scmgalaxy.com/courses/agenda/devops/devops-training-course-online.html https://www.scmgalaxy.com/courses/agenda/devops/devops-training-course-Java.html http://www.scmgalaxy.com/courses/agenda/devops/devops-training-course-dot-net.html http://www.scmgalaxy.com/courses/agenda/devops/devops-training-and-certification.html https://www.scmgalaxy.com/courses/agenda/devops/devops-training-course-online.html https://www.scmgalaxy.com/courses/agenda/devops/devops-training-course-Java.html http://www.scmgalaxy.com/courses/agenda/devops/devops-training-course-dot-net.html https://www.scmgalaxy.com/courses/agenda/devops/devops-training-and-certification.html https://www.devopsschool.com/courses/agenda/devops/devops-training-and-certification.html DevSecOps Courses & Certification…

Read More

Complete Python Programming with Django Certification Guide & tutorials

What is Python Programming with Django? Python is a programming language and Django is a web framework built using Python as well as it is designed to…

Read More

What is Testlink and How it works? An Overview and Its Use Cases

History & Origin of Testlink TestLink was created by Chad Rosen, a software developer for Good Technology in the early 2000s. Rosen came up with the idea…

Read More

Complete Hashicorp Boundary Certification Guide & tutorials

What is Hashicorp Boundary? Hashicorp Boundary was introduced by Hashicorp company as Simple and secure remote access. HashiCorp Boundary is a secure remote access solution that provides…

Read More

Complete Hashicorp Nomad Certification Guide & tutorials

What is Hashicorp Nomad? Hashicorp Nomad was introduced in November 2012 and the fouder is Noah Dentzel Brian Hahn Adam Miller. Nomad is a flexible scheduler and…

Read More

What is TeamCity and How it works? An Overview and Its Use Cases

History & Origin of TeamCity TeamCity is a build management and continuous integration server from JetBrains. It was first released on October 2, 2006, and is commercial…

Read More

Top 50 Pagerduty Interview Questions & Answer

1) If you were asked to review a colleague’s code that they had written, what key things would you look for? For this question, your interviewer will…

Read More

Complete Hashicorp Consul Certification Guide & tutorials

What is Hashicorp Consul? HashiCorp introduced Consul in April 2014. HashiCorp Consul is an open-source tool that solves complexities by offering service discovery, health checks, load balancing,…

Read More

What is Jenkins and How does it work? An Overview and Its Use Cases

History & Origin of Jenkins The Jenkins project was started in 2004 (originally called Hudson) by Kohsuke Kawaguchi, while he worked for Sun Microsystems. Kohsuke was a…

Read More

Subversion SVN Cheatsheet

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

SVN User Commands Reference

Available subcommands:addauthblame (praise, annotate, ann)catchangelist (cl)checkout (co)cleanupcommit (ci)copy (cp)delete (del, remove, rm)diff (di)exporthelp (?, h)importinfolist (ls)locklogmergemergeinfomkdirmove (mv, rename, ren)patchpropdel (pdel, pd)propedit (pedit, pe)propget (pget, pg)proplist (plist, pl)propset…

Read More

Basic Workflow in Subversion (SVN) – Getting Started Tutorials

Basic Work Cycle in Subversion (SVN) Subversion has numerous features, options, bells, and whistles, but on a day-to-day basis, odds are that you will use only a…

Read More

Subversion SVN Best Practices

This is a quick set of guidelines for making the best use of Subversion in your day-to-day software development work. Use a sane repository layout There are…

Read More

How to Setup SVN Server with Apache2 in Ubuntu

This article will help you for step by step setup of Subversion (svn) server on Ubuntu 18.04 LTS & 16.04 LTS systems. Step 1 – Install Apache…

Read More

SVN Server Troubleshooting Guide

Assembla uses Subversion 1.12.2 and we highly recommend customers to use SVN 1.12+ based clients for the best experience. If you are using an outdated, pre-1.12 client,…

Read More

what is .svn hidden folder?

The Subversion documentation says this about workingCopy directories: A Subversion working copy is an ordinary directory tree on your local system, containing a collection of files. You…

Read More

Configure LDAP in SVN

Step 1: Install Required Packages Before installing SVN packages, you must install required packages.Type the below command to install require packages. # yum install httpd mod-ldap mod_authnz_external…

Read More

SVN Mirror for Live back-up & SVN High Availability

Here are three ways to create a full mirror of a Subversion repository: Treat the repository like any other filesystem and recursively copy it to the mirror location. Use svnadmin…

Read More

Trunk vs Branch vs Tag in Subversion/SVN

Trunk Trunk would be the main body of development, originating from the start of the project until the present. The main development area. This is where your…

Read More

Top 50 Slack Interview Questions & Answer

1) A huge part of our business here at Slack is designing software for iOS. In this role, how would you steer away from retain cycles when…

Read More

Automatic merge SVN branch

Method 1 Yes , it is possible , and there is an open source project that does it! check out https://github.com/liveperson/Auto-Merger we are constantly working with it…

Read More

svn move (mv) — Move/Rename a file or directory

svn move (mv) — Move/Rename a file or directory This command moves files or directories in your working copy or in the repository. NoteSubversion does not support…

Read More

Automatic backup Script of All SVN Repository

Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at Cotocus. I share tech blog at DevOps School, travel stories at Holiday…

Read More

SVN hooks Tutorials & Guide

What is Hooks? A hook script is a program triggered by some repository event, such as the creation of a new revision or the modification of an…

Read More