Linux Performance Monitoring Guide

CPU Memory Network Storage Device and Input I/O Storage Capacity Storage Controller CPU Memory and I/O Interconnect

Read more »

Docker Tutorials: Docker Command line Reference | Docker Tutorial | Docker Guide

One liner to stop all of Docker containers: > docker stop $(docker ps -a -q)   One liner to remove all of Docker containers: > docker rm $(docker ps -a…

Read more »
bamboo-installation-and-configuration

Installation and Configuration Guide: Bamboo

System requirements & considerations Java: Database: Installing Bamboo on Linux https://confluence.atlassian.com/bamboo/installing-bamboo-on-linux-289276792.html Install Bamboo using Docker Container Step 1 – Install Docker Step 2 – Install and Configure Bamboo using Docker…

Read more »

Linux Tutorials: Commands for Linux User

ls – List directory contents. cd – Change the current directory pwd – Print the name of the current working directory. touch – Create an empty file or update the…

Read more »

Helix Server Perforce Trigger Quick Start Guide

What is Perforce Trigger? Helix Server supports triggers which are user-written programs or scripts that are called when certain operations are performed. Examples of operations that might fire a trigger…

Read more »

Java Command Line Options

-client       to select the “client” VM -server       to select the “server” VM -hotspot      is a synonym for the “client” VM  [deprecated] The default VM is client. -cp <class search path…

Read more »
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-useful-websites-reference

Jenkins Web References & Cheatsheet

How to take care of a large Jenkins installation and still keep your sanity – Part 1 How to take care of a large Jenkins installation and still keep your…

Read more »
gerrit-performance-cheatsheet

Gerrit Web References & Cheatsheet

Gerrit Performance CheatSheet

Read more »
perl-sign-punctuation-marks

Commonly Used Sign- Punctuation and their Name in Perl

Commonly Used Sign- Punctuation and their Name in Perl ( => ) Comma Arrow  ( ‘ ’, “ ”, ‘ ‘, ” “ ) à Quotation marks ( $ ) àDollar sign ( ~…

Read more »
maven-books-references

Recommended Books for Maven | Good books for Maven learning

Recommended Books for Maven http://www.maestrodev.com/wp-content/uploads/2012/03/betterbuildswithmaven-2008.pdf

Read more »

Maven commands Web References & Cheatsheet

Maven CLI Options Reference Options Description -am,–also-make If project list is specified, also build projects required by the list -amd,–also-make-dependents If project list is specified, also build projects that depend…

Read more »
scm-build-and-release-engineer-jobs-website

SCM Build and Release Engineer Jobs Website | Portal

Build and Release Engineer Jobs | Build Engineer Jobs | Clearcase Administrator Jobs | Configuration Engineer Jobs | SCM Administrator Jobs | Release Engineer Jobs | Perforce Administrator Jobs |…

Read more »
unix-sed-quick-reference

Sed command Web References & Cheatsheet

UNIX SED Introduction · Sed is a “non-interactive” stream-oriented editor. Since its an “non-interactive” it can be used to automate editing. · This allows you to edit multiple files, or…

Read more »
ant-clean-prepare-and-compile-tasks

Simple Ant Example – clean, prepare, and compile tasks

Sample Ant clean, prepare, and compile tasks <target name=”clean”> <echo>=== CLEAN ===</echo> <delete failonerror=”false”> <fileset dir=”${dest.dir}” includes=”**/*”/> </delete> <delete dir=”${temp.dir}” /> </target> <target name=”prepare” depends=”clean”> <echo>=== PREPARE ===</echo> <mkdir dir=”${dest.dir}”…

Read more »
ssh-with-cvs

How to configure and use SSH authentication system server CVS

How to configure and use SSH authentication system server CVS cvs (Concurrent Version System) is a very popular version control tool. Although its function as Perforce, Subversion and other powerful,…

Read more »
ant_opts-in-ant-script

Usage of ANT_OPTS in Ant Script | ANT_OPTS capabilities

Usage of ANT_OPTS in Ant Script | ANT_OPTS capabilities Ant has three environment variables that you can use to set its default behavior. • ANT_ARGS Set this variable to include…

Read more »
running-java-ee-applications-on-amazon-ec2

How to Run/Deploy Java EE applications on Amazon EC2?

Running Java EE applications on Amazon EC2: deploying to 20 machines with no money down Computer hardware has traditionally been a scarce, expensive resource. In the early days of computing…

Read more »
copy-vss-project-from-one-vss-database-to-another-one-without-loosing-history

How to copy VSS project from one VSS database to another one without loosing history

If you have any of the following questions in your mind, then this article is the perfect destination for you. How to copy VSS project from one VSS database to…

Read more »
ssarc-utility-ssrestor-utility

SSARC Utility & SSRESTOR Utility – Archive, Restore VSS Project – Guide

Question:  How to Archive VSS Project in Visual Source Safe (VSS)? How to Restore VSS Project in  Visual Source Safe (VSS)? What is SSARC Utility? What is SSRESTOR Utility? SSARC…

Read more »
srcsafeini-file

How To Create a Unique SRCSAFE.INI File ?

1. Create a new SRCSAFE.INI file and place it in the desired location. 2. If you want include the default SRCSAFE.INI in the unique copy, add the following line: #INCLUDE…

Read more »
ant-command-line-arguments

Understand Ant command line arguments with Examples

Several tasks take arguments that will be passed to another process on the command line. To make it easier to specify arguments that contain space characters, nested arg elements can…

Read more »

How to use ant Script to Reset BuildNumber?

To use this code, you need to have the file build.number containging: major.number=1 minor.number=0 hotfix.number=0 revision.number=0 continuous.number=0 Then the following 3 targets:   <taskdef resource=”net/sf/antcontrib/antlib.xml”/> <taskdef name=”unset” classname=”ise.antelope.tasks.Unset”/>     <target name=”initBuildNum” description=”Get…

Read more »
devenvexe-command-line-switches

Command line switches of devenv.exe | Devenv command line switches Guide

To see this list, type devenv /? on command prompt /build – build the specified solution configuration   /project – specifies the project to build instead of solution, must specify…

Read more »
ant-command-line-arguments

Ant command line arguments – Examples – Summary

Ant command line arguments Several tasks take arguments that will be passed to another process on the command line. To make it easier to specify arguments that contain space characters,…

Read more »