Skip to content

  • Top Certifications
  • Courses
  • Tutorials
  • Forum & Support
  • DevOps Tools
  • Slides
  • Update
  • Professional
  • advantage-of-online-training-at-scmgalaxy
    Training

    Advantage of Online Training at scmGalaxy | DevOps Training Online | Build and Release Training

    ByRajesh Kumar November 27, 2015December 17, 2017

    Convenient and Easy The Internet provides online training participants with easy and convenient access. Open an Internet browser and employees are up and running quickly. Less “What should be done”, More “How to do”! All the classed conducted by scmGalaxy is 100% live and lab oriented and practical in nature and less descriptive. Cost-Effective Online…

    Read More Advantage of Online Training at scmGalaxy | DevOps Training Online | Build and Release TrainingContinue

  • devops-concept-and-process-training
    Training

    DevOps Concept and Process Training | DevOps Training | scmGalaxy

    ByRajesh Kumar November 27, 2015December 17, 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 Concept and Process Training | DevOps Training | scmGalaxyContinue

  • build-and-release-concept-and-process-training
    Training

    Build and Release Concept and Process Training | Build and Release Training | scmGalaxy

    ByRajesh Kumar November 27, 2015December 17, 2017

    Build and Release Concept and Process Training Software Development Lifecycle  In this training, we will understand about the The Software Development Lifecycle and their imporance in Software development. There are following topics which includes Planning and Specifcations: Every activity must start with a plan. Failing to plan is planning to fail. The degree of planning…

    Read More Build and Release Concept and Process Training | Build and Release Training | scmGalaxyContinue

  • ibm-rational-build-forge-training
    Training

    IBM Rational Build Forge Training | Build Forge Course | scmGalaxy

    ByRajesh Kumar November 21, 2015December 17, 2017

    scmGalaxy provide corporate training and consulting in IBM Rational Build Forge. The agenda of the training is as follows; Essentials of IBM Rational Build Forge Training Introduction to the Build Forge system Creating a Build Forge Project – Projects, Environments, and Steps Configuring a Build Forge Project – Servers, Collectors, and Selectors Optimizing a Build…

    Read More IBM Rational Build Forge Training | Build Forge Course | scmGalaxyContinue

  • hosting-your-own-nuget-feed
    Uncategorised

    How to Host your own Nuget Feed? | Step by Step Guide | Tutorial

    ByRajesh Kumar November 21, 2015December 17, 2017

    Hosting your own Nuget Feed? 1. Local File Based Package Source Limitation with fles based source – It does not have nuget capable feed. Can not push the package. We will have to copy into local directly Can not use Nuget Gallery 2. Setup Nuget.Server Step 1 – In Visual Studip, New Project and Select…

    Read More How to Host your own Nuget Feed? | Step by Step Guide | TutorialContinue

  • gerrit2-installation-configuration
    Source Code Management

    How to Install and Configure Gerrit2 in CentOs and Ubantu ?

    ByRajesh Kumar November 21, 2015December 17, 2017

    Step 1:  Update System > yum update > apt-get update Step 2: Install git Step 3: Install screen Step 4: Install screen Step 5: Install Java Step 6: MySQL Step 7: Install Gerrit 1. Create a Database 2. Initialize the site 3. Download Gerrit wget https://gerrit-releases.storage.googleapis.com/gerrit-2.9.1.war 4. Start Gerrit Setup 5. Restart / Stop /…

    Read More How to Install and Configure Gerrit2 in CentOs and Ubantu ?Continue

  • publish-a-nuget-package-in-nuget-gallery
    Uncategorised

    How to Publish a Nuget package in NuGet Gallery?

    ByRajesh Kumar November 21, 2015December 17, 2017

    How to Publish a Nuget package in NuGet Gallery? Step 1 – Create an account at NuGet.org Head over to http://nuget.org/ and register for an account. Once you do that, click on “My Account” to see an API Key that was generated for you. Step 2 – In a command console, run the command: $…

    Read More How to Publish a Nuget package in NuGet Gallery?Continue

  • create-a-package-in-nuget
    Uncategorised

    How to create a package in Nuget? | Nuget Tutorial

    ByRajesh Kumar November 21, 2015December 17, 2017

    Hosting your own Repository in Nuget How to create a package in Nuget? Mehtod 1 – From An Assembly If you have an assembly, you can easily generate a nuspec file from metadata within the assembly and create a package. $ nuget spec MyAssembly.dll This creates a Nuspec file. Edit the NuSpec file as needed…

    Read More How to create a package in Nuget? | Nuget TutorialContinue

  • jenkins-useful-websites-reference
    Jenkins

    Jenkins Web References & Cheatsheet

    ByRajesh Kumar November 12, 2015November 19, 2021

    How to take care of a large Jenkins installation and still keep your sanity – Part 1 How to take care of a large Jenkins installation and still keep your sanity – Part 2 How to take care of a large Jenkins installation and still keep your sanity – Part 3

    Read More Jenkins Web References & CheatsheetContinue

  • gerrit-performance-cheatsheet
    Source Code Management

    Gerrit Web References & Cheatsheet

    ByRajesh Kumar November 12, 2015October 20, 2019

    Gerrit Performance CheatSheet

    Read More Gerrit Web References & CheatsheetContinue

  • setup-aws-credentials-using-aws-command
    AWS

    How to Setup AWS Credentials using AWS Command Line Interface?

    ByRajesh Kumar October 27, 2015November 19, 2021

    Setup AWS Credentails using AWS Command Line Interface Install the AWS CLI Using Pip Please click here complete installation guide. Test the AWS CLI Installation [code] $ aws help[/code] Environment Variables –  AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY Step 5: Get a key aws_access_key_id, aws_secret_access_key, region from AWS website, under your  [code]$ aws configure[/code] Step 6: Setup AWS with…

    Read More How to Setup AWS Credentials using AWS Command Line Interface?Continue

  • Provision a AWS ec2 vm using chef | Step by Step Guide | AWS ec2 vm Tutorial
    AWS

    Provision a AWS ec2 vm using chef | Step by Step Guide | AWS ec2 vm Tutorial

    ByRajesh Kumar October 27, 2015November 19, 2021

    Provision a AWS ec2 vm using chef Step 1: Install chefdk Step 2: Setup AWS Credentails Step X: Setup your knife config Step X: Make sure following is set and exported in env. AWS_ACCESS_KEY_ID=secrets AWS_SECRET_ACCESS_KEY=secrets AWS_DEFAULT_REGION=us-east-1 AWS_SSH_KEY=your_ssh_key_name AWS_ACCESS_KEY=secrets AWS_SECRET_KEY=secrets Step 3: Genrate a new repository using the chef generate command > chef generate repo chefdk-provision-demo…

    Read More Provision a AWS ec2 vm using chef | Step by Step Guide | AWS ec2 vm TutorialContinue

  • chefdk-installtion-process-rhel-ubantu-mac-windows
    Chef | Operating Systems

    How to install chefDK in RHEL, Ubantu, Mac and Windows?

    ByRajesh Kumar October 27, 2015December 17, 2017

    How to install chefDK in RHEL, Ubantu, Mac and Windows? How to install chefDK in RHEL Step 1: Download checfdk from https://downloads.chef.io/chef-dk/ > wget https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chefdk-0.9.0-1.el6.x86_64.rpm or > curl -o chefdk-0.9.0-1.el6.x86_64.rpm https://opscode-omnibus-packages.s3.amazonaws.com/el/6/x86_64/chefdk-0.9.0-1.el6.x86_64.rpm > chmod 755 chefdk-0.9.0-1.el6.x86_64.rpm Step 2: Install chef dk > rpm -ivh chefdk-0.9.0-1.el6.x86_64.rpm Step 3: Confirm your installation. > which chef > chef -v…

    Read More How to install chefDK in RHEL, Ubantu, Mac and Windows?Continue

  • visualization-in-devops
    Uncategorised

    Visualization in DevOps | scmGalaxy

    ByRajesh Kumar October 24, 2015December 17, 2017

    Virtual Machine Manager Vagrant Operating-System-level virtualization & Container Docker Cloud Computing Platforms AWS Azure Google Cloud Vmware Cloud

    Read More Visualization in DevOps | scmGalaxyContinue

  • it-management-tools
    Uncategorised

    Top 5 IT Management Tools | IT Management Software

    ByRajesh Kumar October 24, 2015December 17, 2017

    IT Management Software | Top 5 IT Management Tools Servicenow BMC Remedy Jira Salesforce Sharepoint

    Read More Top 5 IT Management Tools | IT Management SoftwareContinue

  • Best Open Source Scanning Software
    General

    Best Open Source Scanning Software

    ByRajesh Kumar October 22, 2015December 17, 2017

    Open Source Scanning Software Palamida openlogic Blackduck fisheye

    Read More Best Open Source Scanning SoftwareContinue

  • lyca-mobile-shortcuts
    General

    Lyca Mobile Shortcuts

    ByRajesh Kumar October 22, 2015December 15, 2017

    Lyca Mobile Shortcuts To check the balance – *101# |  To check the data balance – *136#

    Read More Lyca Mobile ShortcutsContinue

  • mac-keyboard-shortcuts
    Shortcuts

    Mac keyboard shortcuts | Timesaving Shortcuts Mac users Should know

    ByRajesh Kumar October 22, 2015December 17, 2017

    Print Screen – MAC + SHIFT + 4 Desktop – MAC + F3 Power Off – Ctrl + Shift + Power

    Read More Mac keyboard shortcuts | Timesaving Shortcuts Mac users Should knowContinue

  • sql-injection
    Testing Tools

    SQL Injection: How to check or test for vulnerabilities

    ByRajesh Kumar October 22, 2015December 15, 2017

    SQJ Injection There are a number of ways of testing an application for vulnerabilities such as SQL Injection. The tests break down into three different methodologies: Blind Injection: MySQL example: http://localhost/test.php?id=sleep(30) If this SQL statement is interpreted by the database then it will take 30 seconds for the page to load. Error Messages: http://localhost/test.php?id=’” If…

    Read More SQL Injection: How to check or test for vulnerabilitiesContinue

  • jira-installation-and-configuration-in-linux
    Jira

    How to Install and Configure Jira in Linux | Jira Tutorial

    ByRajesh Kumar October 22, 2015November 19, 2021

    Download JIRA package from  https://www.atlassian.com/software/jira/download?b=j Linux Installation: wget https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-6.4.12-x64.bin chmod atlassian-jira-6.4.12-x64.bin Execute the ‘.bin’ file to start the console wizard stop iptables service jira start/stop http://uvo1kievugg76unbcj9.vm.cld.sr:8080/ & follow the instructions Reference https://confluence.atlassian.com/jira/installing-jira-on-linux-191501165.html

    Read More How to Install and Configure Jira in Linux | Jira TutorialContinue

  • single-sign-on-implementations
    General

    List of single sign-on implementations

    ByRajesh Kumar October 22, 2015December 15, 2017

    List of single sign-on implementations https://www.bitcard.org/ – Free https://www.onelogin.com/product/pricing – Commericials https://www.okta.com/ – Commericals Reference https://en.wikipedia.org/wiki/List_of_single_sign-on_implementations

    Read More List of single sign-on implementationsContinue

  • install-and-configure-nagios-server-and-clients
    Networking

    How to Install and Configure Nagios Server and Clients | Nagios Tutorial

    ByRajesh Kumar October 14, 2015February 1, 2025

    Install and Configure Nagios Server and Clients Download the Nagios Server Source copy from https://www.nagios.com/products/nagios-xi/ You can also use the direct download links as below; > wget https://assets.nagios.com/downloads/nagiosxi/5/xi-5.2.0.tar.gz Extract the xi-5.2.0.tar.gz using > tar -zxvf xi-5.2.0.tar.gz Run the following commands to install it. > ./fullinstall At the end of installation, you will get the url…

    Read More How to Install and Configure Nagios Server and Clients | Nagios TutorialContinue

  • SSH Login Without Password
    General

    Steps to Perform SSH Login Without Password Using ssh-keygen and ssh-copy-id

    ByRajesh Kumar October 14, 2015December 15, 2017

    Steps to Perform SSH Login Without Password Using ssh-keygen and ssh-copy-id Step 1: Generate the keys > ssh-keygen or > ssh-keygen -t rsa Step 2: Copy the public key to remote machine > ssh-copy-id -i ~/.ssh/id_rsa.pub remote-host or > ssh-copy-id -i ~/.ssh/id_rsa.pub user@hostname.example.com Alternatively, you can paste in the keys using SSH: cat ~/.ssh/id_rsa.pub |…

    Read More Steps to Perform SSH Login Without Password Using ssh-keygen and ssh-copy-idContinue

  • web-development-toolkit
    Uncategorised

    Useful Web Development ToolKit

    ByRajesh Kumar October 8, 2015December 15, 2017

    Bokeh Bokeh is a Python interactive visualization library that targets modern web browsers for presentation. Its goal is to provide elegant, concise construction of novel graphics in the style of D3.js, but also deliver this capability with high-performance interactivity over very large or streaming datasets. Bokeh can help anyone who would like to quickly and…

    Read More Useful Web Development ToolKitContinue

  • devops-training-faqs
    Training

    DevOps Course Training FAQs | Online | Classroom | scmGalaxy

    ByRajesh Kumar October 3, 2015December 15, 2017

    scmGalaxy Training FAQ Can I attend a Demo Session? You can go through the sample class recording and it would give you a clear insight about how the classes are conducted, quality of instructors and inter-activeness in a class. Can we have a demo class? We do not have any demo class of concept. In…

    Read More DevOps Course Training FAQs | Online | Classroom | scmGalaxyContinue

  • top-5-version-control-software-in-cloud
    Uncategorised

    Top 5 git version control software in cloud

    ByRajesh Kumar October 3, 2015December 17, 2017

    Cloud Based cloudforge Assembla github bitbucket beanstalk Gitlab Some of them can be hosted behind the firewall as well in your company premises. Gerrit Gitlab Github

    Read More Top 5 git version control software in cloudContinue

  • 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 October 3, 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

  • chef-code-analysis-using-foodcritic
    Chef

    Chef Code Analysis using Foodcritic | Foodcritic Tutorial

    ByRajesh Kumar October 3, 2015November 19, 2021

    What is Foodcritic? Foodcritic is a static linting tool that analyzes all of the Ruby code that is authored in a cookbook against a number of rules, and then returns a list of violations. In another word, Foodcritic is a helpful lint tool you can use to check your Chef cookbooks for common problems. We…

    Read More Chef Code Analysis using Foodcritic | Foodcritic TutorialContinue

  • Jenkins Backup and Restore Process | Jenkins Tutorial
    Jenkins

    Jenkins Backup and Restore Process | Jenkins Tutorial

    ByRajesh Kumar September 20, 2015December 22, 2021

    Jenkins Backup and Restore using ThinBackup Plugins OLD METHODS as follow: How Do I Backup Jenkins Jobs using Grunt? Backup Jenkins configuration to S3 bash-backup-script for jenkins‘ job-configs via user-crontab Backup and restore Jenkins using jenkins plugins

    Read More Jenkins Backup and Restore Process | Jenkins TutorialContinue

  • chef-commands-line-reference
    Chef

    Chef frequently used commands collection

    ByRajesh Kumar September 20, 2015November 19, 2021

    To run single recipe using chef-solo > chef-solo -c /opt/chef/repo/config/solo.rb -o my_cookbook::recipe To run the single reciepe in same machine > chef-apply hello.rb To generate the cookbook standard structure > chef generate cookbook learn_chef_httpd > knife cookbook create smartmontools -r md To generate the template file in cookbook > chef generate template learn_chef_httpd index.html To…

    Read More Chef frequently used commands collectionContinue

Page navigation

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

© 2026 - WordPress Theme by Kadence WP

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