Quantcast
Channel: SCM
Browsing latest articles
Browse All 69 View Live

MSBuild Tutorial Reference for Beginner

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  

View Article



Setup a Puppet Learning VM

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...

View Article

Docker Commands line Reference

One liner to stop all of Docker containers: > docker stop $(docker ps -a -q)   One liner to remove all of Docker containers: > docker rm $(docker ps -a -q) OR > docker rm $(docker images -q)...

View Article

Configure the Knife Command

We now have to configure the knife command. This command is the central way of communicating with our server and the nodes that we will be configuring. We need to tell it how to authenticate and then...

View Article

Complete guide of Java Installation in Linux

JDK 8   Debian, Ubuntu, etc.   On the command line, type:   $ sudo apt-get install openjdk-8-jre The openjdk-8-jre package contains just the Java Runtime Environment.    $ sudo apt-get install...

View Article


Setting the proxy configuratin in Linux and Windows

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 url from commandline....

View Article

4 open source alternatives to Slack for team collaboration and Chat

Off course Slack is market leader in terms team collaboration and Chat but here are the list of 4 open source alternatives to Slack for team collaboration and Chat. Slack  Slack offers a lot of...

View Article

Vagrant installation in Centos, Ubuntu and Windows

Vagrant installation in ubuntu   1. Update your apt repository > sudo apt-get update 2. Install VirtualBox. > sudo apt-get install virtualbox 3. Install Vagrant. > sudo apt-get install vagrant...

View Article


Generate Jenkins Job Configuration Automatically

Generate Jenkins Job Configuration Automatically?   Job DSL Plugin The job-dsl-plugin allows the programmatic creation of projects using a DSL. Pushing job creation into a script allows you to automate...

View Article


Image may be NSFW.
Clik here to view.

How to install Team Foundation Server 2015

How to install Team Foundation Server 2015   We need to start installating few things.... 1. Install MS SQL SERVER EXPRESS 2016 Download the SQL Server 2016 Express installer (SQLServer2016-SSEI-Expr)...

View Article
Browsing latest articles
Browse All 69 View Live




Latest Images