Guide/Roadmap to Become an SRE Engineer

If you want to how to become an SRE engineer or path to become an SRE engineer, then you need to understand, what exactly SRE engineers do? In SRE we…

Read more »

How to adding array in PHP in different ways?

In this blog I am going to explain that how to add array in PHP with different ways. I am talking about Arrays how different ways to manipulate Arrays by…

Read more »
code-analysis-tools-evaluation-criteria

Source code analysis tools: Evaluation criteria

Source code analysis tools: Evaluation criteria Support for the programming languages you use. Some companies support mobile devices, while others concentrate on enterprise languages like Java, .Net, C, C++ and even…

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 »
buildforge-exporting-project-bfexport

BuildForge – Exporting projects using bfexport | BuildForge Guide

Location: BuildForge Home Dir – Platform To display command syntax, use bfexport with no options.  $ ./bfexport  Usage: bfexport -l  or:  bfexport [-c comment] [-f filename] [-g] [-s] [-L] [-n]…

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 »
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 »
depot-migration-between-perforce-servers

Depot Migration between perforce servers with history and change list

There are many questions asked for the depot migration between server without losing any of the history  such as… Moving depots across servers Moving depots between servers Move a product…

Read more »
team-building

Useful Tips to Make Team Building Exercises Effective and Successful

Hi, I am prabhakar, i have read an article about Team Building and i would like to share it with you.All successful businesses and organizations know that teamwork and team…

Read more »
apache-web-server-on-windows-7-installation-guide

Apache web server Installation Guide, know how to Install Apache web server on Windows 7?

After a quick detour to install Notepad++, I’m on my way to installing Magento. Before I can get into the meat of it, though, I do require a few prerequisites….

Read more »
hudson-master-slave-setup

How to Setup Configure Hudson Master Slave? – Complete Guide

The tasks can be scheduled to run on the same machine (Master), or on a different machine (Slave). A master is a installation of Hudson, that can manage one or…

Read more »
hudson-master-slave-setup

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. Low confidence levels…

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 »
remote-desktop-console-using-command-line

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 can use mstsc…

Read more »
automating-configuration-management-for-application-infrastructure

5 Keys to Automating Configuration Management for Application Infrastructure

5 Keys to Automating Configuration Management for Application Infrastructure

One of the trends being discussed in business, among vendors and in the analyst community is the importance of automating the functions performed by IT. Growing demands by the business, tight budgets and compliance pressures together accentuate the need for IT to be more agile, efficient and responsive to business stakeholders.

Naturally, vendors rush into this environment, each touting the unique benefits of its solution set and the urgency to move forward immediately.  A key area targeted for IT automation is the area of ‘configuration management.’  As it relates to automating day to day IT functions, configuration management can mean many different things: patch management, server and network management or others. 

Read more »