Skip to content

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
  • computer-startup-scripts
    Scripting

    How to assign computer startup scripts?

    ByRajesh Kumar September 25, 2013December 25, 2017

    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 policy editor of the local group: Start Menu > Run > Type gpedit.msc 3. In the details pane, double-click Startup. 4. In the Startup Properties…

    Read More How to assign computer startup scripts?Continue

  • maven-vs-ant
    Tools Comparison

    Maven Vs Ant | Maven or Ant which is better ?

    ByRajesh Kumar September 25, 2013November 19, 2021

    Maven Vs Ant

    Read More Maven Vs Ant | Maven or Ant which is better ?Continue

  • Maven commands Web References & Cheatsheet
    Maven

    Maven commands Web References & Cheatsheet

    ByRajesh Kumar September 12, 2013November 19, 2021

    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 on projects on the list –B,–batch-mode Run in non-interactive (batch) mode -C,–strict-checksums Fail the build if checksums don’t match -c,–lax-checksums Warn if checksums don’t match…

    Read More Maven commands Web References & CheatsheetContinue

  • ibm-acquires-urbancode
    Uncategorised

    IBM Acquires UrbanCode | IBM UrbanCode Acquisition Pressrelease

    ByRajesh Kumar June 18, 2013November 19, 2021

    A message from Kristof Kloeckner: I am pleased to announce that IBM has acquired UrbanCode Inc. UrbanCode offers capabilities for application release automation (ARA), complementing IBM’s DevOps solutions, enabling clients to more rapidly deliver mobile, cloud, big data analytics and traditional applications. Innovation is increasingly being driven by software, but the rapidly changing software development…

    Read More IBM Acquires UrbanCode | IBM UrbanCode Acquisition PressreleaseContinue

  • ucc-vs-cloc-vs-powersoftware-vs-ez-metrics-vs-metrixware
    Tools Comparison

    Comparison Between UCC, CLOC, POWERSOFTWARE,EZ-Metrics and Metrixware

    ByRajesh Kumar May 17, 2013December 25, 2017

    Unified CodeCount (UCC) CLOC POWERSOFTWARE EZ-Metrics Metrixware Languages C/C++, C#, Java, SQL, Ada, Perl, ASP, ASP.NET, JSP, CSS, HTML, JavaScript, VB, and VbScript YES – All ADA, Assembly, ASP, C#, C/C++, CSS, Fortran, IDL, HTML, Java, JavaScript, JSP, Perl, PHP, PL/SQL, PowerBuilder, Python, Ruby, ShellScript, Textfiles, VB6 / VB.NET / VBScript, VHDL, Windows Batch and…

    Read More Comparison Between UCC, CLOC, POWERSOFTWARE,EZ-Metrics and MetrixwareContinue

  • sloc-tools-comparison
    Tools Comparison

    SLOC Tools Comparison | SLOC Tools Differences | SLOC Tools Comparison Table

    ByRajesh Kumar May 17, 2013December 25, 2017

    Tool Open Source – Commercial URL CAST Commercial www.castsoftware.com Sonar Open Source www.sonarsource.org SLOC Open Source -> Commercial http://www.dwheeler.com/sloccount/ RSM Commercial www.msquaredtechnologies.com LocMetrics Commercial www.locmetrics.com EZ-Metrics Commercial http://www.jamesheiresconsulting.com/Products.htm Metrixware Commercial www.metrixware.com Parasoft (Jtest) Commercial www.parasoft.com/ Squale Open Source www.squale.org/ KODERS Commercial www.koders.com PRACTILINE www.practiline.com POWERSOFTWARE Commercial http://www.powersoftware.com/ CLOC Open Source http://cloc.sourceforge.net/ Unified CodeCount (UCC) Open…

    Read More SLOC Tools Comparison | SLOC Tools Differences | SLOC Tools Comparison TableContinue

  • code-coverage
    Code Analysis

    What is Code Coverage and Why Code Coverage?

    ByRajesh Kumar May 17, 2013December 25, 2017

    What is Code Coverage Code Coverage is an important measurement in Software Quality Engineering. While Software testing ensures correctness of the applications, a metric is required to track the What is Code Coverage Code Coverage is an important measurement in Software Quality Engineering. While Software testing ensures correctness of the applications, a metric is required…

    Read More What is Code Coverage and Why Code Coverage?Continue

  • emma-overview
    Code Analysis

    Overview of EMMA | Code Coverage Tool – EMMA

    ByRajesh Kumar May 17, 2013December 25, 2017

    Overview EMMA is a tool for measuring coverage of Java software. Such a tool is essential for detecting dead code and verifying which parts of your application are actually exercised by your test suite and interactive use. EMMA’s design strives for several, very elusive in their combination, goals: report rich coverage analysis data without introducing…

    Read More Overview of EMMA | Code Coverage Tool – EMMAContinue

  • windows-internal
    Windows

    Introduction of Windows Internal | Windows Internal Overview | Windows Internal Quick Guide

    ByRajesh Kumar May 17, 2013December 25, 2017

    Windows Resource Kits The Microsoft® Windows Resource Kit Tools are a set of tools to help administrators streamline management tasks such as troubleshooting operating system issues, managing Active Directory®, configuring networking and security features, and automating application deployment. Task and Responsibilities Deployment System administration scripting Directory services Networking and internetworking Internet services Custom and automated…

    Read More Introduction of Windows Internal | Windows Internal Overview | Windows Internal Quick GuideContinue

  • cgi-introduction
    Uncategorised

    Introduction of CGI | What is Common Gateway Interface (CGI)?

    ByRajesh Kumar May 17, 2013December 25, 2017

    Any Server will (mostly) do    CGI will not work without a server Your Server must allow CGI Your CGI application must be written in a language supported by your server You can use probably your existing web server If you need to test on your local computer, you may install WAMP/XAMPP Each Server has a…

    Read More Introduction of CGI | What is Common Gateway Interface (CGI)?Continue

  • buildforge-troubleshooting
    BuildForge

    Buildforge common Issues and Troubleshooting | Buildforge Troubleshooting Guide

    ByRajesh Kumar May 16, 2013December 25, 2017

    Know about the BuildForge Server before Troubleshooting. 1. What is the Full version of Build Forge being used (for example Build Forge  7.1.2.2-1-0111).This can be obtained under the console interface by hovering the mouse over the Build Forge icon in the upper left hand corner. 2. What is Full version of operating system for both…

    Read More Buildforge common Issues and Troubleshooting | Buildforge Troubleshooting GuideContinue

  • mysql-troubleshooting
    General

    MySQL Basic Troubleshooting Guide | MySQL common Issues

    ByRajesh Kumar May 15, 2013December 25, 2017

    PLEASE NOTE: I am currently reviewing this Article. How to check the mysql file location: > which mysql > locate mysql Check mysqld process is started or not? > service mysqld status > “mysqld is stopped” – Means mysqld is not running > “mysqld: unrecognized service” – Means mysqld is not set in service. This…

    Read More MySQL Basic Troubleshooting Guide | MySQL common IssuesContinue

  • buildforge-exporting-project-bfexport
    BuildForge

    BuildForge – Exporting projects using bfexport | BuildForge Guide

    ByRajesh Kumar April 24, 2013December 25, 2017

    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] <Project name or UUID> <Version name>  Options :  -l: Lists all projects in the system and their project UUID. -c : Add a comment to…

    Read More BuildForge – Exporting projects using bfexport | BuildForge GuideContinue

  • scm-build-and-release-engineer-jobs-website
    Uncategorised

    SCM Build and Release Engineer Jobs Website | Portal

    ByRajesh Kumar April 19, 2013December 25, 2017

    Build and Release Engineer Jobs | Build Engineer Jobs | Clearcase Administrator Jobs | Configuration Engineer Jobs | SCM Administrator Jobs | Release Engineer Jobs | Perforce Administrator Jobs | Subversion Jobs | Github Jobs | SCM Engineer Jobs |

    Read More SCM Build and Release Engineer Jobs Website | PortalContinue

  • build-server
    Uncategorised

    Performance Optimization of Build Server | Performance Optimization Guide

    ByRajesh Kumar February 4, 2013December 25, 2017

    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 should be divided into multiple modules/component which can be build independently and should be integrated when it needed. 3. Understand technology and make use of…

    Read More Performance Optimization of Build Server | Performance Optimization GuideContinue

  • windows-nmake
    Windows

    Make for Windows: NMake | What is Nmake?

    ByRajesh Kumar May 24, 2012December 25, 2017

    Make for Windows: NMake What is Nmake? NMAKE is Microsoft’s implementation of the make tool. The Microsoft Program Maintenance Utility (NMAKE.EXE) is a 32-bit tool that builds projects based on commands contained in a description file. Another definition found on web as well nmake is the “make” program for Visual Studio. A “make” program builds…

    Read More Make for Windows: NMake | What is Nmake?Continue

  • versioning-in-software-configuration-management
    Uncategorised

    Versioning in Software Configuration Management | SCM Versioning Guide

    ByRajesh Kumar May 23, 2012December 25, 2017

    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 good version scheme for your software is important for several reasons. The following are the top five things a version scheme allows you to do…

    Read More Versioning in Software Configuration Management | SCM Versioning GuideContinue

  • Hardware Configuration – What are the Hardware Requirements for Build Server?
    Uncategorised

    Hardware Configuration – What are the Hardware Requirements for Build Server?

    ByRajesh Kumar May 23, 2012December 25, 2017

    Hardware Configuration – Hardware Requirements for Build Server Reference: The Build Master: Microsoft’s Software Configuration Management Best Practices At a minimum, the build lab should have four machines: Server that contains the Source Code Control program— This is your product. Do you really want this server residing someplace where you have little control over this…

    Read More Hardware Configuration – What are the Hardware Requirements for Build Server?Continue

  • build-definitions
    Uncategorised

    More Important Build Definitions | Different Build Definitions | Build Terminologies

    ByRajesh Kumar May 23, 2012December 25, 2017

    More Important Build Definitions Reference: The Build Master: Microsoft’s Software Configuration Management Best Practices It is also important for groups or teams to define these terms on a project-wide basis so that everyone is clear on what he is getting when a build is released. Pre-build— Steps taken or tools run on code before the…

    Read More More Important Build Definitions | Different Build Definitions | Build TerminologiesContinue

  • different-perforce-tools
    Perforce

    Different Perforce Tools and Their Short Summary | Know About Different Perforce tools

    ByRajesh Kumar May 22, 2012February 1, 2025

    Different Perforce Tools and Their Short Summary Clients P4V: Visual Client – (Included in the P4V Installer) Provides access to versioned files through a graphical interface and also includes tools for merging and visualizing code evolution. P4Merge: Visual Merge Tool – (Included in the P4V Installer) Provides graphical three-way merging and side-by-side file comparisons P4:…

    Read More Different Perforce Tools and Their Short Summary | Know About Different Perforce toolsContinue

  • linux-system-administrators-responsibilities
    Linux

    Main Responsibilities of the Linux System Administrator | What Linux System Administrators do ?

    ByRajesh Kumar May 22, 2012September 25, 2018

    Main Responsibilities of the Linux System Administrator is as follows: Maintaining User Accounts Security Managing the disk space and Backup Provisiom the new Linux Server based on the need Linux Server Updates and Patching Authentication and Authorization Management Trubleshooting of Linux Severs and QA Deployments Managing the Large number of VMS in VMWARE Montoring all…

    Read More Main Responsibilities of the Linux System Administrator | What Linux System Administrators do ?Continue

  • build-release-engineer-interview-questions-answer
    Interview Questions & Answers

    Interview Questions and Answer for Build & Release Engineers

    ByRajesh Kumar May 22, 2012February 4, 2020

    I get many emails and linkedin personal message about sharing interview questions for Build & Release Engineer and Configuration Engineer. I have asked some of my friends to share too and now here is the consolidated list of interview questions which is very much commonly asked in interview. if you like it, please share with…

    Read More Interview Questions and Answer for Build & Release EngineersContinue

  • perl-interview-questions-answers
    Interview Questions & Answers

    Most asked Perl Interview Questions and Answers

    ByRajesh Kumar May 22, 2012December 25, 2017

    What is Perl one-liner?

    There are two ways a Perl script can be run:

    a)from a command line, called one-liner, that means you type and execute immediately on the command line. You’ll need the -e option to start like “perl -e “print “Hello”;”. One-liner doesn’t mean one Perl statement. One-liner may contain many statements in one line.

    b)from a script file, called Perl program.

    Read More Most asked Perl Interview Questions and AnswersContinue

  • software-version-control-product
    Uncategorised

    How to Select the Right Software version Control Product?

    ByRajesh Kumar May 17, 2012September 25, 2018

    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 was restricted to one single software version control tool—the one that was already in place. I was not involved with determining whether the selected tool was appropriate for…

    Read More How to Select the Right Software version Control Product?Continue

  • p4-duplicate-command
    Perforce

    Use of p4 duplicate command | P4 Command Guide

    ByRajesh Kumar May 16, 2012September 28, 2018

    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 command ‘p4 duplicate’ was implement to do was create a duplicated revision of a folder as if it always existed. This is explained in the…

    Read More Use of p4 duplicate command | P4 Command GuideContinue

  • execute-external-commands-from-perl
    Perl

    How to Execute external commands by using perl?

    ByRajesh Kumar May 4, 2012December 25, 2017

    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, so you should choose which one to use depending of your particular need. In brief, these are the recommendations: method use if … system() you…

    Read More How to Execute external commands by using perl?Continue

  • perforce-changelist-number
    Perforce

    How Perforce changelist number works? | Perforce Guide

    ByRajesh Kumar May 4, 2012February 1, 2025

    How Perforce change list number works? Perforce assigns numbers to changelists and also maintains a default changelist, which is numbered when you submit it. You can create multiple changelists to organize your work. For example, one changelist might contain files that are changed to implement a new feature, and another changelist might contain a bug…

    Read More How Perforce changelist number works? | Perforce GuideContinue

  • perforce-replication
    Perforce

    Perforce Replication – What is Perforce Replication ?

    ByRajesh Kumar May 4, 2012February 1, 2025

    Perforce Replication Replication is the duplication of server data from one Perforce Server to another Perforce Server, ideally in real time. You can use replication to: A replica server can function as an up-to-date warm standby system, to be used if the master server fails. Such a replica server requires that both server metadata and…

    Read More Perforce Replication – What is Perforce Replication ?Continue

  • perforce-slow-sync-issues
    Perforce

    Perforce Slow Sync issues | Perforce Slow Sync Troubleshooting Guide

    ByRajesh Kumar April 23, 2012February 1, 2025

    Perforce Slow Sync issues Network latency Sync Performance issues are not obvious with locally connected hosts, as the network latency is low. However, as latency increases, performance worsens. To correct the issue, follow these steps on the client machines exhibiting the issue: http://kb.perforce.com/article/1191/slow-sync-on-remote-windows-clients Network problems: How do I determine if slow Perforce response time is…

    Read More Perforce Slow Sync issues | Perforce Slow Sync Troubleshooting GuideContinue

  • bash-aliases-for-git
    Git

    Git alias commands collection for faster easier

    ByRajesh Kumar April 11, 2012November 19, 2021

    BASH aliases for GIT Following BASH aliases can be used in ~/.BASHRC alias g = “git status” alias ga = “git add” alias gaa = “git add .” alias gc = “git commit -m” alias gca = “git commit -am” alias gb = “git branch” alias gbd = “git branch -d” alias gco = “git…

    Read More Git alias commands collection for faster easierContinue

Page navigation

Previous PagePrevious 1 … 379 380 381 382 383 … 388 Next PageNext

© 2026 - WordPress Theme by Kadence WP

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
Search