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 Login to Jenkins using commands and API?
Working commands for Login ##Command to know the status of Build? ##Trigger a Jenkins Job without authentication ##Trigger a Jenkins Job with authentication ##Running commands against a secure Jenkins (basic…
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 »How to attach the jenkins build log as part of the email body?
Way 1 – Put following lines as part of Default Content text box ${BUILD_LOG, maxLines=9999, escapeHtml=false} this works for free style projects Way 2 – If you want send only…
Read more »How to attach the jenkins build log as part of the email body?
Way 1 – Put following lines as part of Default Content text box ${BUILD_LOG, maxLines=9999, escapeHtml=false} this works for free style projects Way 2 – If you want send only…
Read more »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 »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 »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 »What are the ways to Login Jenkins using Command line ?
Ways to Login Jenkins using Command line & Way to trigger Jenkins job using Command line or script Wget Note: If you are using wget 1.11, you might need to…
Read more »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 »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 »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 »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 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 »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 »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 – 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 »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 »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 »Batch Script to Login and sync the files from perforce | Step by step guide
Batch Script to Login Perforce server using command line Step 1: Create a new text file Step2: Copy following command %path% @echo on p4 -p172.28.16.2:1666 -uUserName -P”Password” -c”Client_Name” client –o…
Read more »SVN Installation | Subversion Installation guide | Subversion Setup
Install CollabNet SVN Command Line Client in Red Hat Link: http://www.collab.net/downloads/subversion/redhat.html 1. Platform and configuration Product: CollabNet Subversion client Platforms: Red Hat Enterprise Linux releases 4 and 5 (all versions,…
Read more »Steps to Import Module Process by using WinCVS
Import Normally refers to the process of creating a new module in the repository by sending an entire directory structure. Module A directory hierarchy. A software project normally exists as…
Read more »