msbuild-tutorial

MSBuild Tutorial Reference for Beginner | MSBuild Learning Resources | scmGalaxy

Walkthrough: Creating an MSBuild Project File from Scratch How to: Write a Simple MSBuild Project MSBuild Basics Build Your Project File from Scratch using MSBuild

Read more »
jenkins-installation-using-docker

How to Install Jenkins using Docker | Step by step guide | scmGalaxy

Step 1: Installing Docker [code] $ apt-get install docker (Ubuntu) $ yum install docker  (RHEL/CENTOS) [/code] For more info, please following this http://www.scmgalaxy.com/scm/software-containers/how-to-install-docker-in-linux.html Step 2:  First, pull the official jenkins…

Read more »
linux-shell-scripting-guide-and-tutorial

Linux Tutorials: Complete Reference for Commands & Scripting

Linux User Commands Linux Commands for User Linux Commands reference in scmGalaxy forum Linux Admin Commands Linux Commands for Administrator Main Responsibilities of the Linux System Administrator 20 pmap Commands…

Read more »
sonatype-nexus-installation-using-docker

How to Install Sonatype Nexus installation using Docker?

Sonatype Nexus Repository Manager 2 Install a Docker Engine Installation Instructions can be found here – http://www.devopsschool.com/tutorial/docker/docker-install-and-configuration.html Download a Sonatype Nexus Image > docker pull sonatype/nexus For Sonatype Nexus Repository…

Read more »
hosting-your-own-nuget-feed

How to Host your own Nuget Feed? | Step by Step Guide | Tutorial

Hosting your own Nuget Feed? 1. Local File Based Package Source Limitation with fles based source – It does not have nuget capable feed. Can not push the package. We…

Read more »
gerrit2-installation-configuration

How to Install and Configure Gerrit2 in CentOs and Ubantu ?

Step 1:  Update System > yum update > apt-get update Step 2: Install git Step 3: Install screen Step 4: Install screen Step 5: Install Java Step 6: MySQL Step…

Read more »
publish-a-nuget-package-in-nuget-gallery

How to Publish a Nuget package in NuGet Gallery?

How to Publish a Nuget package in NuGet Gallery? Step 1 – Create an account at NuGet.org Head over to http://nuget.org/ and register for an account. Once you do that,…

Read more »
create-a-package-in-nuget

How to create a package in Nuget? | Nuget Tutorial

Hosting your own Repository in Nuget How to create a package in Nuget? Mehtod 1 – From An Assembly If you have an assembly, you can easily generate a nuspec…

Read more »

Provision a AWS ec2 vm using chef | Step by Step Guide | AWS ec2 vm Tutorial

Provision a AWS ec2 vm using chef Step 1: Install chefdk Step 2: Setup AWS Credentails Step X: Setup your knife config Step X: Make sure following is set and…

Read more »
chefdk-installtion-process-rhel-ubantu-mac-windows

How to install chefDK in RHEL, Ubantu, Mac and Windows?

How to install chefDK in RHEL, Ubantu, Mac and Windows? How to install chefDK in RHEL Step 1: Download checfdk from https://downloads.chef.io/chef-dk/ > wget https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chefdk-0.9.0-1.el6.x86_64.rpm or > curl -o chefdk-0.9.0-1.el6.x86_64.rpm…

Read more »
continuous-inspection-pattern

The basic steps to adopt the continuous inspection pattern

The following outlines the basic steps to adopt the continuous inspection pattern: 1. Tool selection. Evaluate and select one or more tools that can perform static analysis on your code…

Read more »
perforce-2014-upgrade-instructions

Step by Step Instruction to Upgrade Perforce to 2014

Step by Step Instruction to Upgrade Perforce to 2014 The step are as follows: a) Check if the license is current. p4 license -o The expiry date must be later…

Read more »
perforce-server-disk-space-cleanup-and-repos-size-management

Ways to Perforce server Disk Space Cleanup and Repos Size Management

DRAFT VERSION Cleaning up Old Checkpoints Playing with Symlink(Softlink) and Redirecting the ROOT folder to drive where we have enough place. Deleting db.have and recreate it manually Display disk space…

Read more »
computer-startup-scripts

How to assign computer startup scripts?

1. Open the Group Policy snap-in. 2. In the console tree, click Scripts (Startup/Shutdown). – Where? policy name Policy > Computer Configuration > Windows Settings > Scripts (Startup/Shutdown)or Start the…

Read more »
build-server

Performance Optimization of Build Server | Performance Optimization Guide

Performance Optimization Checklist of Build Servers Build Infrastructure Level 1.  Do you really need to build all source code or only the part of code which has changes? 2. Project…

Read more »
versioning-in-software-configuration-management

Versioning in Software Configuration Management | SCM Versioning Guide

Versioning in Software Configuration Management? Reference: This article has been take out from Book Called “The Build Master: Microsoft’s Software Configuration Management Best Practices” Why Worry About Versioning? Having a…

Read more »
p4-duplicate-command

Use of p4 duplicate command | P4 Command Guide

Use of p4 duplicate command Problem Area is – Is there any possibility to rename branch name? as directory rename is possible? Solution is – p4 duplicate command What the…

Read more »
execute-external-commands-from-perl

How to Execute external commands by using perl?

There are many ways to execute external commands from Perl. The most commons are: system function exec function backticks (“) operator open function All of these methods have different behaviour,…

Read more »
successful-git-branching-model

A Successful Git branching model | Git branching model Guide

I was reading article and thought to repost here. It focuses around Git as the tool for the versioning of all of our source code. Why git? For a thorough discussion…

Read more »