Git Lab Exercise & Assignment: Git remote branching and github: Part – 7

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

Git Lab Exercise & Assignment: Local Branches with Rebasing: Part – 6

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

Git Lab Exercise & Assignment: Changing History with Amend: Part – 5

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

Git Lab Exercise & Assignment: Branching & Merging & Conflicts: Part – 4

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

Git Lab Exercise & Assignment: Working with Local Branch: Part – 3

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

Git Lab Exercise & Assignment: Remote workflow: Part – 2

These exercises aim to give you some practice with using the Git version control system. Each exercise comes in two parts: a main task that most, if…

Read More

Git Lab Exercise & Assignment: Basic local workflow: Part – 1

Related – Git basic local workflow These exercises aim to give you some practice with using the Git version control system. Each exercise comes in two parts:…

Read More

Python Tutorials: Database operations using python – mysql

Step 1 – Install MYSQL Server https://www.devopsschool.com/blog/how-to-download-and-install-mysql-in-macos-10/ https://www.devopsschool.com/tutorial/mysql/how-to-install-mysql-on-centos-7.html Step 2 – Install python mysql connector using PIP3 $ sudo pip3 install mysql-connector-python Step 3 – Using Python…

Read More

Python Tutorials: Docstring in Python

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

Python Tutorials: How to comments in Python?

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

Python Tutorials: Running External Programs using python

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

Python Tutorials: Files Operations

Python File Operations Python – Working with files Python File Operations: Modes Python File Operations: Writing a file Python File Operations: CRUD Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert…

Read More

Python Tutorials: Class & Object

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

Python Tutorials: Function & Method

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

Python Tutorials: Looping & Iterative

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

Python Tutorials: Conditioning

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

Python Tutorials: Data Types – String

List of functions of “array” 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…

Read More

Python Tutorials: Data Types – Dictionary

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

Python Tutorials: Data Types – List

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

Python Tutorials: Data Type – Numbers

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

Python Tutorials: Python Hello World Proram

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

Python Tutorials: Complete Reference

Python Introduction Python Tutorials: Introduction to Python Python Tutorials: Installing Python 3 on Linux, Centos, Ubuntu & Windows Python Tutorials: How to use pip command to Python3.x…

Read More

How to Install Git Client?

How to Install Git in Ubuntu Linux? How to Install and Upgrade Git from Source for RHEL / CENTOS Linux ? How to install Git in Windows?…

Read More

Git Install and Upgrade from Source in RHEL / CENTOS

This tutorial will help you to install git 2.9.5 on CentOS/RHEL 7/6/5 and Fedora 26/25/24 operating systems using the source code. Step 1 – Install Required Packages…

Read More

Google Cloud: How to delete a project from Google Cloud Console

Go to console.cloud.google.com Select your project (from drop-down on top nav-bar) Select IAM & Admin (from hamburger menu on top-left nav-bar) Click Settings in the left-side-bar nav. Click SHUT…

Read More

Jira Assignment & Lab

Write down a details 5 posts on BestDevOps.com and share a Post’s url in the comment section with following answer. What are top 10 use cases of…

Read More

Confluence Assignment & Lab

Write down a details single post on BestDevOps.com and share a Post’s url in the comment section with following answer. What are top 5 use cases of…

Read More

A Fundamental Tutorial of PSScriptAnalyzer

PSScriptAnalyzer is a static code checker for PowerShell modules and scripts. PSScriptAnalyzer checks the quality of PowerShell code by running a set of rules. PSScriptAnalyzer is a…

Read More

How to Analyze Powershell code using Sonarqube?

SonarQube do not support Powershell language at present to analyze a Powershell code. There is no SonarQube PowerShell Plugin available as of now. Please refer – https://www.sonarqube.org/features/multi-languages/…

Read More

PowerShellGet Commands Reference

Managing Resources with PowerShellGet v3 The cmdlet names have changed in PowerShellGet v3. Instead of Install-Module, you will use Install-PSResource. It’s actually the same cmdlet for all resources such…

Read More