Skip to main content

Posts

How to get bash or ssh into a running container in background mode?

​ Read this tutorial which will help you to understand how to get bash or ssh into a running container in background mode. This tutorial is written by well known experienced DevOps trainer - Rajesh and published on scmGalaxy. Step 1: First of all, try to find your active container by running # docker ps or # docker ps -a   Step 2: If the container is not running, # docker start your_id   Step 3: If we use attach we can use only one instance of shell. # sudo docker attach 665b4a1e17b6 #by ID  Read complete tutorial click here Reference:- This tutorial was originally posted on scmGalaxy.com

Install and Configure Nagios Server and Clients

​ 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. Read more click here Reference:- This article was originally posted on scmGalaxy

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) on this page that, when executed, will present options to perform an installation or download media only.   Download - https://www.microsoft.com/en-us/download/details.aspx?id=52679   2. Install TFS 2015 Choose one of these installation options: Install over the Internet: Read more click here   Reference:- This article was originally posted on scmGalaxy.com

DevOps Training — 20% Discount — Lifetime Membership — Valid for 48 Hrs. Only

​ DevOps is one of the most demanding professional course for IT industry these days. Every enterprises and organisations whether its small or large wants to hire DevOps professionals.  So, If you are a working professional or a fresher who is looking for DevOps course, h ere is a good news for you. scmGalaxy  giving  20% Flat discount  with  lifetime membership for  upcoming  new batch of DevOps Training. This offer is valid for next 48 hrs. only. Highlights Original Course Fee - 25K Offer Price - 20K Mode - Instructor-led, Live and Interactive Online Life time access to Live Interactive Sessions - you can attend any number of session Life time free access to all learning materials 80% of the class is consist of Lab by doing Hands on Approach 24x7 online support to queries during and after the course completion Weekend Classes First time in the industry - you can directly talk with the trainer Training Agenda ...

Top 15 DevOps Testing Tools in 2017

​ ​ There are a lot of open source tools and testing frameworks available for DevOps. These frameworks assist organizations with their configuration, integration, and delivery management needs. It helps them save time and automating the entire testing process. Here, are some best DevOps testing tool, features and download links are given for you. 1) Jenkins: Jenkins is an open-source DevOps testing tool. It can be used to automate all types of tasks such as building, Read more click here Reference:- This article was posted on BestDevOps.com

Logging in Chef Explained

​ Chef Server All logs generated by the Chef server can be found in /var/log/opscode. Each service enabled on the system also has a sub-directory in which service-specific logs are located, typically found in /var/log/opscode/service_name. The Chef server has built-in support for easily tailing the logs that are generated. To view all the logs being generated on the Chef server, enter the following command: > chef-server-ctl tail To view logs for a specific service: > chef-server-ctl tail SERVICENAME where SERVICENAME should be replaced Read more click here Reference:- This article was originally posted on scmGalaxy.com

DevOps and Security: Fighting factions or fabulous friends?

​ DevOps processes focus on being  agile, ahead of the game and able to deliver innovative software quickly and efficiently. Traditional software security processes prioritise thoroughness over agility and are often implemented as blocking gates  at the last stages of software delivery. Due to this, these approach are often viewed as being in competition. It doesn't have to be this way. More and more security breaches are uncovered every week, and it has become vitally important that security and DevOps work together to integrate and streamline delivery Read more click here Reference:- This article was posted on BestDevOps.com