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…
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…
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…
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…
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…
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…
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…
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…
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…
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…
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,…
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…
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…
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…
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…
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…
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…
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…
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…
SVN Checkout command Tutotials
To obtain a working copy you need to do a checkout from a repository. The Checkout command is used to copy the files from the SVN repository…
SVN Server Backup and Restore Guide and Tutorials
Backup a local SVN repository over a SSH Console The backup is done on the SSH console by using the SVN dump command specifying a file into…
Add User to SVN Server and Set Password.
Method 1 – Using The passwd File The passwd file, located inside the conf folder of your SVN repository is a file that stores every user that…
What is Policy as Code? A Complete Guide
What is Policy? A policy is any type of rule, condition, or instruction that governs IT operations or processes. A policy could be a rule that defines…
Complete Hashicorp Vault Certification Guide & tutorials
What is Hashicorp Vault? HashiCorp Vault is a secrets management tool specifically designed to control access to sensitive credentials such as API encryption keys, passwords, or certificates….
Best & Most Popular 5 Code Editor for Json programming Language
In this tutorial I’m going to share top 5 best code editor for Json Programming language for developers. Top 5 Best Code Editor for Json Programming…
What is Sonarlint and How it works? An Overview and Its Use Cases
History & Origin of Sonarlint More than your average linting tool Your current linting tools may come with overhead – specialized tools for languages or longer setup…
What is Microsoft Cognitive Toolkit and How it works? An Overview and Its Use Cases
What is Microsoft Cognitive Toolkit? Microsoft Cognitive Toolkit, previously known as CNTK and sometimes styled as The Microsoft Cognitive ToolkitThe Microsoft Cognitive Toolkit (CNTK) is an open-source…
What is Caffe and How it works? An Overview and Its Use Cases
History & Origin of Caffe Deep learning is the new big trend in machine learning. It had many recent successes in computer vision, automatic speech recognition and…
What is Elm and How it works? An Overview and Its Use Cases?
Elm is a simply practical, specifically, receptive, and occasion driven web client language. It makes a stride back from the standards and truly has an impact on…
What is Joomla and How it works? An Overview and Its Use Cases
What is Joomla? It is an open source platform on which websites and applications are built. It is a content management system (CMS) for publishing web content…
