Software Development with Team Foundation Server 2015
Introduction Understanding the Feature Path from TFS 2013 Introduction Overview TFS 2013 Update Timeline Agile Tools Demo: Agile Tools Git Demo: Git Improvements Demo: Git CodeLens Demo: Pull Requests Testing…
Read more »How to Set or Configure Proxy in Linux and Windows System? – scmGalaxy
Setting the proxy configuration in Linux and Windows If you use a proxy server or firewall, you may need to set the http_proxy environment variable in order to access some…
Read more »Docker Training | Docker Course | Agenda
Need to learn Docker? This is the training for you! This training provides a soup-to-nuts learning experience for core Docker technologies, including the Docker Engine, Images, Containers, Registries, Networking, Storage,…
Read more »How to Setup Puppet Learning VM – Complete Process/Guide
Download the VM(Zip File here) https://pe-education-vms.s3.amazonaws.com/learning/learning_puppet_vm.zip Minimum requirements Internet-enabled Windows, OS X, or Linux computer with 10GB free space and a VT-x/AMD-V enabled processor. Up to date virtualization software….
Read more »MSBuild Tutorial Reference for Beginner | MSBuild Learning Resources | scmGalaxy
Walkthrough: Creating an MSBuild Project File from Scratch How to: Write a Simple MSBuild Project MSBuild Basics Build Your Project File from Scratch using MSBuild
Read more »Extension used in DOTNET and MSBuild Projects
.proj A popular convention for generic use. Commonly used by a main build script. Examples: build.proj main.proj company.product.build.proj .targets .targets files are those which is meant to be imported into…
Read more »Top 25 TFS Interview Questions and Answers
TFS Interview Questions 1) What is Team Foundation Server? What does it cover – version control? build processes? bug tracking? task management? Team Foundation Server is defined in the documentation…
Read more »Best DevOps Training Institutes in Hyderabad | scmGalaxy
We have great participation from students from Hyderabad and People based out in USA for our DevOps Training. Feature of the DevOps Training by us – Enroll once and Benefit…
Read more »How to Install Jenkins using Docker | Step by step guide | scmGalaxy
Step 1: Installing Docker [code] $ apt-get install docker (Ubuntu) $ yum install docker (RHEL/CENTOS) [/code] For more info, please following this http://www.scmgalaxy.com/scm/software-containers/how-to-install-docker-in-linux.html Step 2: First, pull the official jenkins…
Read more »Linux Tutorials: Complete Reference for Commands & Scripting
Linux User Commands Linux Commands for User Linux Commands reference in scmGalaxy forum Linux Admin Commands Linux Commands for Administrator Main Responsibilities of the Linux System Administrator 20 pmap Commands…
Read more »How to get bash or ssh into a running container in background mode?
How to get bash or ssh into a running container in background mode? Step 1: First of all, try to find your active container by running # docker ps or…
Read more »How to install Atlassian Jira using Docker?
Install Atlassian Jira using Docker Download and Run the jira latest: # docker run –detach –publish 8080:8080 cptactionhank/atlassian-jira:latest Then simply navigate your preferred browser to http://[dockerhost]:8080 and finish the configuration. Notes:…
Read more »How to Install Sonatype Nexus installation using Docker?
Sonatype Nexus Repository Manager 2 Install a Docker Engine Installation Instructions can be found here – http://www.devopsschool.com/tutorial/docker/docker-install-and-configuration.html Download a Sonatype Nexus Image > docker pull sonatype/nexus For Sonatype Nexus Repository…
Read more »Linux Tutorials: pmap commands examples
You can find the memory used by a program (process) by looking into /proc directory or using standard command such as ps or top. However, you must calculate all memory…
Read more »Linux Tutorials: iostat commands examples
iostat command is a command that used for monitoring system input/output device loading by observing the time the devices are active in relation to their average transfer rates. The iostat…
Read more »Linux Tutorials: xargs commands examples
Under Development The xargs command is extremely useful when we combine it with other commands.This tutorials explains the usage of xargs command using few simple examples. 1. Xargs Basic Example…
Read more »Linux Tutorials: mount & unmount commands examples
Once you create a partition, you should use mount command to mount the partition into a mount point (a directory), to start using the filesystem. You need to add the…
Read more »Puppet Training | Puppet Course | Agenda | scmGalaxy
The basic course program is outlined here The Basics Introduction To Configuration Management About The Author Why Puppet? How To Access Your Working Files The Puppet Infrastructure uppet Agents Puppet…
Read more »Chef Training | Chef Course | Online | Classroom | scmGalaxy
ScmGalaxy is the best contributor to Chef Courses, training, and certification. Our Chef Trainers and advisers are highly equipped with more than 15 years of rich experience in the Software…
Read more »DevOps Training | DevOps Course | Online | Classroom | scmGalaxy
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…
Read more »Build and Release Engineer Training | Build and Release Engineer Course | scmGalaxy
About the Build and Release Course Build and Release integrates devlopers and operation teams in order to improve collobration and productivity by automation infrastrcure, automationg workflows and continously application performance….
Read more »Advantage of Online Training at scmGalaxy | DevOps Training Online | Build and Release Training
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”,…
Read more »DevOps Concept and Process Training | DevOps Training | scmGalaxy
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…
Read more »Build and Release Concept and Process Training | Build and Release Training | scmGalaxy
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…
Read more »IBM Rational Build Forge Training | Build Forge Course | scmGalaxy
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…
Read more »How to Host your own Nuget Feed? | Step by Step Guide | Tutorial
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…
Read more »How to Install and Configure Gerrit2 in CentOs and Ubantu ?
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…
Read more »How to Publish a Nuget package in NuGet Gallery?
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,…
Read more »