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…

Read More

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…

Read More

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…

Read More

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…

Read More

How to Select the Right Software version Control Product?

Original link: http://www.cmcrossroads.com/cm-articles/275-articles/14286-selecting-the-right-software-version-control-product Selecting the Right Software Version Control Product Written by Mike Feighner For many years, I worked loyally for the same company where my expertise…

Read More

How we reduced build time from 8 hours to 1 hour ? – Complete Guide

Situation For one of our clients, Build is taking 8 hours and nightly build is failing frequently. Test case execution is consuming more time than the compilation….

Read More

How to read XML file by using shell script ?

This was like the first time where I had to write something that will be able to read something out of a XML file using a shell…

Read More

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…

Read More

Power Point PPT: Using Ant To Build J2 Ee Application – Complete Guide

Power Point PPT: Using Ant To Build J2 Ee Application Using Ant To Build J2 Ee Applications from Rajesh Kumar   Rajesh KumarI’m a DevOps/SRE/DevSecOps/Cloud Expert passionate…

Read More

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…

Read More

Amazon EC2 key pairs and other stumbling blocks – Guide

While working with Cloud Tools and Cloud Foundry users, I have noticed that EC2 key pairs and security group configuration are common stumbling blocks for people who…

Read More

Issues Compiling VS2010 solutions (with web projects) from Nant | MSB4064 error

Recently I upgraded a project of mine (the Dimecasts code base) to use VisualStudio 2010.  In the process everything worked just fine from the IDE, but when…

Read More

JUnit 4 Test Logging Tips using SLF4J

When writing JUnit tests developers often add log statements that can help provide information on test failures. During the initial attempt to find a failure a simple…

Read More

Why and how to use Jetty in mission-critical production

This article is a summary of a seminar I had on the topic. If it seems like it’s a continuation of an existing discussion that’s because, to…

Read More

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…

Read More

ANT Builds and Subversion (SVN) | Ant integration with Subversion guide

As I have mentioned in a previous blog entry, I have come to love using ANT in my development environment. One of the things that I like…

Read More

How to run Remote Desktop Console by using command line?

How to run Remote Desktop Console using command line If you may want to run Desktop Console from a batch file, for example RDC over VPN, you…

Read More