Skip to content

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
  • DOT NET Build and Release Training | Build and Release DOTNET Course
    Training

    DOT NET Build and Release Training | Build and Release DOTNET Course

    ByRajesh Kumar September 12, 2015December 17, 2017

      About the Build and Release Dot Net Course This Training is specially designed for the engineer who wants to excel their career in Build and Release and DevOps domain using Microsoft Platform in DO NET. We are using tools like TeamCity and Jenkins for CIs, apart from MsBuild, NAnt, Octopus, Nuget and Puppet. Course…

    Read More DOT NET Build and Release Training | Build and Release DOTNET CourseContinue

  • jenkins-build-log-as-part-of-the-email-body
    Jenkins

    How to attach the jenkins build log as part of the email body?

    ByRajesh Kumar September 11, 2015November 19, 2021

    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 specific line using regex ${BUILD_LOG_REGEX, regex=”\\b(Buildfile|BUILD)\\b”, linesAfter=1} ${BUILD_LOG_REGEX, regex=”^.*?BUILD FAILED.*?$”, linesBefore=0, linesAfter=10, maxMatches=5, showTruncatedLines=false, escapeHtml=true} ${BUILD_LOG_REGEX, regex=”\\b(FC0)\\b”, linesAfter=1} ${BUILD_LOG_REGEX, regex=”^.*?BUILD FAILED.*?$”, linesBefore=0, linesAfter=10, maxMatches=5, showTruncatedLines=false,…

    Read More How to attach the jenkins build log as part of the email body?Continue

  • jenkins-java-lang-outofmemoryerror-permgen-space-issues
    Jenkins

    How to Resolve jenkins java.lang.outofmemoryerror permgen space issues?

    ByRajesh Kumar September 3, 2015November 19, 2021

    Solution 1 In Windows: Go to environment variable and add following variables export JAVA_OPTS=”-XX:MaxPermSize=512m -Xms512m -Xmx1024m” export GRADLE_OPTS=”-XX:MaxPermSize=512m” export SONAR_RUNNER_OPTS=”-Xmx512m -XX:MaxPermSize=512m” In Linux: In my ~/.bash_profile file, I have set the following 3 variables. Note there are other variables in this file as well i.e. JAVA_HOME, ANT_HOME, SONAR_HOME, SONAR_RUNNER_HOME, etc: export JAVA_OPTS=”-XX:MaxPermSize=512m -Xms512m -Xmx1024m” export…

    Read More How to Resolve jenkins java.lang.outofmemoryerror permgen space issues?Continue

  • jenkins-troubleshooting
    Jenkins

    Jenkins Troubleshooting Guide

    ByRajesh Kumar September 2, 2015November 19, 2021

    Jenkins Troubleshooting Jenkins is one of the important CI tools which many organization used as part of their Build and DevOps infrasture. I am going to consolidate all the troubshooting techniques which can be used in order to find any issues related in jenkins. Step 1. Take a look at Log generated by the jenkins…

    Read More Jenkins Troubleshooting GuideContinue

  • chef-interview-questions-and-answers
    Interview Questions & Answers

    Chef Configuration Management Interview Questions and Answers Part – 2

    ByRajesh Kumar September 2, 2015November 19, 2021

    Source – learn.chef.io What is a resource? Answer- A resource represents a piece of infrastructure and its desired state, such as a package that should be installed, a service that should be running, or a file that should be generated. Question: What is a recipe? Answer- A recipe is a collection of resources that describes…

    Read More Chef Configuration Management Interview Questions and Answers Part – 2Continue

  • chef-interview-questions-and-answers
    Interview Questions & Answers

    Chef Configuration Management Interview Questions and Answers Part – 1

    ByRajesh Kumar September 2, 2015November 19, 2021

    Source – learn.chef.io What is a resource? Answer- A resource represents a piece of infrastructure and its desired state, such as a package that should be installed, a service that should be running, or a file that should be generated. Question: What is a recipe? Answer- A recipe is a collection of resources that describes…

    Read More Chef Configuration Management Interview Questions and Answers Part – 1Continue

  • nant-training
    Training

    NAnt Training | NAnt Course | Online | Classroom

    ByRajesh Kumar August 26, 2015December 17, 2017

    We provide job oriented training in the area of Configuration management, Build and Release Engineering. Candidates with engineering or software background and looking to either start or change their career to Build and Release Engineering, would benefit most from this training. Instructor-led training course offered in India, Bangalore, Delhi, Pune, Mumbai and Hydrabad. Instructor is…

    Read More NAnt Training | NAnt Course | Online | ClassroomContinue

  • bootstrap-a-microsoft-windows-node-using-chef
    Windows

    Bootstrap a Microsoft Windows node using Chef

    ByRajesh Kumar August 21, 2015November 19, 2021

    Bootstrap a Microsoft Windows node, the “knife windows” plugin is required,  More info about knife window tool, http://docs.chef.io/plugin_knife_windows.html knife bootstrap windows winrm uvo1eak9a5geec05f7z.vm.cld.sr –winrm-user administrator –winrm-password ‘Rx4m7W4PQu’ –node-name firefox_win –run-list ‘recipe[snc_firefox]’ nife bootstrap windows winrm uvo1eak9a5geec05f7z.vm.cld.sr -x administrator -P Rx4m7W4PQu

    Read More Bootstrap a Microsoft Windows node using ChefContinue

  • top-cloud-computing-and-operating-software
    Uncategorised

    Best Cloud Computing and Operating Tools

    ByRajesh Kumar August 19, 2015December 17, 2017

    Top Cloud computing and operating software. OpenStack OpenStack is a free and open-source cloud-computing software platform.[2] Users primarily deploy it as an infrastructure-as-a-service (IaaS). The technology consists of a group of interrelated projects that control pools of processing, storage, and networking resources throughout a data center—which users manage through a web-based dashboard, through command-line tools,…

    Read More Best Cloud Computing and Operating ToolsContinue

  • top-cloud-computing-and-operating-software
    Uncategorised

    Top Cloud computing and operating software

    ByRajesh Kumar August 19, 2015December 17, 2017

    Top Cloud computing and operating software. OpenStack OpenStack is a free and open-source cloud-computing software platform.[2] Users primarily deploy it as an infrastructure-as-a-service (IaaS). The technology consists of a group of interrelated projects that control pools of processing, storage, and networking resources throughout a data center—which users manage through a web-based dashboard, through command-line tools,…

    Read More Top Cloud computing and operating softwareContinue

  • server-configuration-monitoring-and-diagnostics
    Uncategorised

    Server configuration monitoring and diagnostics

    ByRajesh Kumar August 19, 2015December 17, 2017

    ScriptRock’s GuardRail As DevOps gets more agile, infrastructure needs unit tests too. Enterprise startup ScriptRock offers cloud-hosted testing configuration tools to get you started.

    Read More Server configuration monitoring and diagnosticsContinue

  • devops-tools-collections
    Uncategorised

    DevOps Tools Collections | Top DevOps Tools | DevOps Toolchain

    ByRajesh Kumar August 19, 2015August 2, 2019

    Top 5 Build Management Tools Build management is process of collecting all the problems parts in a software release, performing all the automated tasks to compile, build and test the system and then deploy in to the development and testing, Build management tool This is one of the important tool who required in any kind…

    Read More DevOps Tools Collections | Top DevOps Tools | DevOps ToolchainContinue

  • top-5-configuration-management-tools
    Uncategorised

    Top 5 Configuration Management Tools

    ByRajesh Kumar August 19, 2015September 25, 2018

    Top 5 Configuration Management Tools Puppet In computing, Puppet is an open-source configuration management utility. It runs on many Unix-like systems as well as on Microsoft Windows, and includes its own declarative language to describe system configuration. Puppet is produced by Puppet Labs, founded by Luke Kanies in 2005. It is written in Ruby and…

    Read More Top 5 Configuration Management ToolsContinue

  • chef-documenting-cookbooks
    Chef

    Understanding the chef cookbook’s README file

    ByRajesh Kumar August 18, 2015November 19, 2021

    Problems Area – Our infrastructure has many cookbooks that aim to be reusable, primarily through encapsulating behaviour in LWRPs. This led to an explosion of LWRPs and sometimes the documentation didn’t keep up or did just not exist. Solution 1: Follow Best Practices  This command will create a README.rdoc by default, and I prefer Markdown,…

    Read More Understanding the chef cookbook’s README fileContinue

  • metadata-rb-and-metadata-json-in-chef
    Chef

    Understanding the chef cookbook’s metadata.rb and metadata.json file

    ByRajesh Kumar August 18, 2015November 19, 2021

    What is Metadata in chef? In order to understand cookbooks without evaluating them every files, we generate metadata about cookbooks What is metadata.rb? Before unerstanding about metadata.json, we need to understand about metadata.rb. Every cookbook requires a small amount of metadata. Metadata is stored in a file called metadata.rb that lives at the top of…

    Read More Understanding the chef cookbook’s metadata.rb and metadata.json fileContinue

  • hydra-command
    General

    Getting root password using Hydra command

    ByRajesh Kumar August 12, 2015December 21, 2017

    Read More Getting root password using Hydra commandContinue

  • gsh-run-linux-commands
    Linux

    gsh – Run linux commands on many other linux server at once

    ByRajesh Kumar August 12, 2015September 25, 2018

    gsh – Run linux commands on many other linux server at once Group Shell (also called gsh) is a remote shell multiplexor. It lets you control many remote shells at once in a single shell. Unlike other commands dispatchers, it is interactive, so shells spawned on the remote hosts are persistent. GSH is a pluggable…

    Read More gsh – Run linux commands on many other linux server at onceContinue

  • devops-course-training
    Training

    DevOps Courses and Training | DevOps Training | Online | Classroom

    ByRajesh Kumar June 23, 2015December 21, 2017

    About the DevOps Course DevOps integrates devlopers and operation teams in order to improve collobration and productivity by automation infrastrcure, automationg workflows and continously application performance. DevOps helps You deliver the best user experience possible and benefits your company by increasing the frequency of deployments of your software and services. DevOps Helps to improve performance…

    Read More DevOps Courses and Training | DevOps Training | Online | ClassroomContinue

  • shell-bash-scripting-training
    Training

    Shell Scripting (Bash) Training | Bash/Shell Scripting Course

    ByRajesh Kumar June 17, 2015December 21, 2017

    Introduction Introduction Why Shell Scripting? Linux Internal What to Expect From This Course? Prerequisites Git fundamental Introduction of git Git setup Basic operations in git Github Summary A First Look At Shell Scripts Introduction Creating A Shell Script Demo: A Note-Taking Script Calling The Script The Shebang Naming Your Script Demo: The type Command Summary…

    Read More Shell Scripting (Bash) Training | Bash/Shell Scripting CourseContinue

  • msbuild-training
    Training

    MSBuild Training | MSBuild Course | Online | Classroom | India

    ByRajesh Kumar June 17, 2015December 21, 2017

      MSBuild 4.0 Basics This module introduces MSBuild, including what it does, how it works, and how to use it.  What is MSBuild  Sample project files  Solutions vs. projects  Targets and Tasks  Properties and Items  Editing projects with Visual Studio 2010 Customization This module introduces the many ways you can customize and extend MSBuild.  Build…

    Read More MSBuild Training | MSBuild Course | Online | Classroom | IndiaContinue

  • qa-roles-and-levels
    Uncategorised

    QA Roles and Levels in Continuous Delivery Model | Software Testing

    ByRajesh Kumar May 9, 2015December 21, 2017

    0 – Manual compilation, no unit tests, manual testing by QA Before we all recoil in horror it’s worth recalling the pure horror of how things used to be with an enormous gulf between developers and QA. Thankfully this approach is lost in the mist of time for almost everyone but if has not, you…

    Read More QA Roles and Levels in Continuous Delivery Model | Software TestingContinue

  • code-analysis-tools-evaluation-criteria
    Uncategorised

    Source code analysis tools: Evaluation criteria

    ByRajesh Kumar May 3, 2015December 21, 2017

    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 Cobol. Good bug-finding performance, using a proof of concept assessment. Hint: Use an older build of code you had issues with and see how well…

    Read More Source code analysis tools: Evaluation criteriaContinue

  • continuous-inspection-pattern
    Continuous Inspection

    The basic steps to adopt the continuous inspection pattern

    ByRajesh Kumar May 3, 2015December 21, 2017

    The following outlines the basic steps to adopt the continuous inspection pattern: 1. Tool selection. Evaluate and select one or more tools that can perform static analysis on your code base. Evaluation criteria include: a. the programming and scripting language(s) used in your software projects versus the ones supported by the tool; b. whether the…

    Read More The basic steps to adopt the continuous inspection patternContinue

  • subversion-svn-training-course
    Training

    Subversion User & Administration Training Course

    ByRajesh Kumar April 13, 2015April 4, 2022

      Our Subversion training courses are designed to provide the necessary hands-on experience to enable attendees to become productive immediately. We offer public classes at our training centers, private classes that can be held on-site at the customer’s location, as well as web based training. Subversion user and administration training agenda as below; Fundamental Concepts…

    Read More Subversion User & Administration Training CourseContinue

  • static-vs-dynamic-code-analysis-advantages-and-disadvantages
    Code Analysis

    Static vs dynamic code analysis: Advantages and Disadvantages

    ByRajesh Kumar April 7, 2015December 21, 2017

    What are the advantages and limitations of static and dynamic software code analysis? Maj. Michael Kleffman of the Air Force’s Application Software Assurance Center of Excellence spelled it out. Static code analysis advantages: It can find weaknesses in the code at the exact location. It can be conducted by trained software assurance developers who fully…

    Read More Static vs dynamic code analysis: Advantages and DisadvantagesContinue

  • difference-dynamic-code-analysis-and-static-code-analysis
    Code Analysis

    Difference between dynamic code analysis and static code analysis

    ByRajesh Kumar April 7, 2015December 21, 2017

    Difference between dynamic code analysis and static code analysis Static analysis is the testing and evaluation of an application by examining the code without executing the application whereas Dynamic analysis is the testing and evaluation of an application during runtime. Many software defects that cause memory and threading errors can be detected both dynamically and…

    Read More Difference between dynamic code analysis and static code analysisContinue

  • dynamic-code-analysis-vs-static-code-analysis
    Code Analysis

    Dynamic code analysis VS Static code analysis

    ByRajesh Kumar April 7, 2015July 19, 2021

    Difference between dynamic code analysis and static code analysis Static analysis is the testing and evaluation of an application by examining the code without executing the application whereas Dynamic analysis is the testing and evaluation of an application during runtime. Many software defects that cause memory and threading errors can be detected both dynamically and…

    Read More Dynamic code analysis VS Static code analysisContinue

  • static-dynamic-code-analysis-difference
    Code Analysis

    How to Differentiate Dynamic code analysis and Static code analysis?

    ByRajesh Kumar April 7, 2015December 21, 2017

    Difference between dynamic code analysis and static code analysis Static analysis is the testing and evaluation of an application by examining the code without executing the application whereas Dynamic analysis is the testing and evaluation of an application during runtime. Many software defects that cause memory and threading errors can be detected both dynamically and…

    Read More How to Differentiate Dynamic code analysis and Static code analysis?Continue

  • code-coverage-and-test-coverage-difference
    Code Analysis | Test Coverage Tools

    Difference between Code Coverage and Test Coverage | Code Coverage VS Test Coverage

    ByRajesh Kumar April 7, 2015December 21, 2017

    There is not any official distinguished between code Coverage and Test Coverage. Some practitioner has expressed their difference opinion in terms of defining Code Coverage and Test Coverage. Code coverage and test coverage metrics are both measurements that can be seful to assess the quality of your application code. Code coverage is a term to…

    Read More Difference between Code Coverage and Test Coverage | Code Coverage VS Test CoverageContinue

  • build-and-release-engineer-training
    Training

    Build and Release Engineer Training | Build and Release Engineer Course | Online | Classroom

    ByRajesh Kumar April 6, 2015December 21, 2017

    Training Duration – 30 Days (90 mins each day) Mode – Online (Webex | Skype | Gotomeeting) Email – info@scmgalaxy.com Call – +91 700 483 5930 Course Fees: INR 25,000 / Candidate Registration is based on First Come basis and only confirmed registration would be considered. scmGalaxy Advantage – If you enroll for scmGalaxy courses once, this is…

    Read More Build and Release Engineer Training | Build and Release Engineer Course | Online | ClassroomContinue

Page navigation

Previous PagePrevious 1 … 376 377 378 379 380 … 388 Next PageNext

© 2026 - WordPress Theme by Kadence WP

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