Siddesh BG's Blog

Build automation | Release Management | DevOps | Site Reliabality Engineering | Configuration Management | Version Control Systems | Continuous Delivery | Containers | Microservices | Cluster resource management | Cloud services | Analytics

Thursday, December 31, 2015

Salt common modules

›
sys.doc :  Return the docstrings for all execution modules and functions salt * sys.doc test.ping salt-call sys.doc test salt-call sys....

SaltStack: [ERROR] The master key has changed and [CRITICAL] The Salt Master has rejected this minion's public key!

›
When the IP address of Salt master got changed and then a salt-minion started throwing the below error [ERROR   ] The master key has chan...
5 comments:
Tuesday, December 29, 2015

Remote debug a Atlassian Stash plugin from Eclipse

›
While developing a Atlassian Stash plugin, you may need to debug the code using break points in Eclipse. But since the Stash plugin is depl...

SaltStack Quick start

›
Reference: This blog post is prepared by referring the book "Salt Essentials; Craig Sebenik & Thomas Hatch; Oreilly publications...
Monday, December 28, 2015

Virtualization with Vagrant and VirtualBox - Quick Start

›
Getting Ready Install Vagrant & VirtualBox Visit http://www.vagrantbox.es/ and select a Vagrant Box you are interested. (Click on ...
Wednesday, August 12, 2015

Sample perl script to query JIRA

›
Using the Perl module http://search.cpan.org/~gnustavo/JIRA-REST-0.010/lib/JIRA/REST.pm #!/usr/bin/perl -w use strict; use JIRA::REST; ...
2 comments:

GIT - How to find commits made specific to a branch?

›
I want to find commits made specifically to the branch 'rel-7.4-r16'. Here is the command Simple git log   refs/remotes/origin...
Tuesday, July 7, 2015

Serial console server - ??

›
Recently our OVF/OVA virtual appliance image generation build failed while connecting to a serial console server (or terminal server). A ne...
Thursday, June 25, 2015

Atlassian Plugin Development

›
My Goal is to write a Atlassian STASH plugin. Before getting started into plugin development, I need to install Atlassian plugin SDK. I ...
2 comments:
Tuesday, June 16, 2015

Web scanning

›
Checking if the ports in given range (20-30) is open in target machine. Use "nc" command in Linux machine nc -z www.myweb.c...
Friday, May 15, 2015

Resolving GIT Windows/Mac case sensitive file names problems using sparse-tree

›
Linux OS allows you to add files with same name but with varied case in a same folder. For example: In the directory: /home/siddesh/git...
Thursday, April 23, 2015

GIT FAQ's

›
FAQ's How to extract commit message from the given commit ID? $ git show -s --format=%B <COMMIT-ID> or  git log --fo...
Friday, January 9, 2015

WMIC (Windows Managment Instrumentation Command-Line) commands

›
WMIC commands are used for system management in Windows. Here are few wmic commands. Invoking WMIC:  1) Start -> Run -> wmic  or ...
Tuesday, December 2, 2014

Makefiles articles collection

›
Variable assignment types in Makefiles = or := or ?= or += http://stackoverflow.com/questions/448910/makefile-variable-assignment  ...

Perforce trigger script to enforce JIRA ID (Perl)

›
A perforce trigger script written in Perl to enforce JIRA ID on Perforce changelist submission. This script also connects to JIRA server to...

Perforce to GIT migration with history

›
Here are the step by step guide to migrate from Perforce to GIT with history .. Install git-p4 : Refer http://answers.perforce.com/artic...
1 comment:
Tuesday, November 25, 2014

FATAL: hudson.plugins.git.GitException stderr: Host key verification failed

›
Jenkins polling on GIT server was failing with below error FATAL: hudson.plugins.git.GitException ... . . stderr: Host key verificatio...
Wednesday, November 12, 2014

rsync quick syntax

›
rsync -rltv ${source_dir}/* ${rsyncServer}:${source_dir}
Wednesday, September 24, 2014

Perforce login with ticket

›
The perforce server may doesn't accept the actual password as argument with -P option as shown below bash-3.2$  p4 -u myuser -P mypas...
Friday, September 19, 2014

How to extract a specific file from zip?

›
Lets say I have a zip file "my-archive.zip" and I want to extract only "c.zip" file from it. First check the zip cont...
‹
›
Home
View web version

About Me

My photo
Siddesh BG
Bangalore, Karnataka, India
Profession: Engineering Director (Full stack, Data Science/Engineering, DevOps, QA) Cyble, Bangalore
Email:siddesh.bg@gmail.com
View my complete profile
Powered by Blogger.