server-configuration-management-tools-chef-puppet-and-ansible

Top Interview Questions on Server Configuration Management Tools Chef, Puppet, and Ansible

Source – http://hub.scalr.com/blog/top-questions-on-server-configuration-management-tools-chef-puppet-and-ansible-2 As a quick recap, configuration management tools enable companies to standardize and automate their infrastructure. Through standardization, you can build systems that are platform independent (i.e. instead…

Read more »

What is the significance of the default directory under chef cookbook /templates?

What is the significance of the default directory under chef cookbook /templates? A cookbook is frequently designed to work across many platforms and is often required to distribute a specific…

Read more »

Top 5 Open Source Code Management tools

In this tutorial im going to demonstrate about Tops 5 Open Source Code Management tools who helps to know more about open source code management tools. Nowadays in the software…

Read more »

Top 5 Cloud Based Continuous Integration Tools

In this tutorial im going to describe about Cloud-based integration tools. Cloud-based integration tools is a conservative technology. Nowadays in the IT organization moving towards cloud-based options for continuous integration…

Read more »
top-10-cloud-platforms

Top 10 Cloud Platforms | List of best Cloud Platforms

Cloud computing is one of the trends which is going in IT industry these days. The traditional way of building IT environment is now shifting towards the cloud computing. This…

Read more »
tasksel-easily-quickly-install-group-softwares-in-debian-and-ubuntu

Tasksel – Easily/Quickly Install Group Softwares in Debian and Ubuntu

Tasksel – Easily/Quickly Install Group Softwares in Debian and Ubuntu If you started out using an RPM-based distro before advancements like “yum” or “apt-rpm”, you’re loving the magic of “apt-get”…

Read more »
top-5-online-platforms-where-devops-practitioners-hangout

Top 5 online platforms where DevOps practitioners hangout

This is the age of Internet and social media and people’s spend more and more time on to the net and social networks. And when people spend their time somewhere…

Read more »
starting-and-stopping-nagios-core

How to Start and Stop Nagios Core | Nagios Tutorial

Starting Nagios Core Init Script: The easiest way to start the Nagios Core daemon is by using the init script like so: /etc/rc.d/init.d/nagios start Manually: You can start the Nagios…

Read more »
steps-to-start-stop-nagios-

Steps to Start-Stop Nagios XI Server | Nagios XI Tutorial

How to start and stop Naxios XI Server? How to stop Naxios XI Server? service nagiosxi stop service npcd stop service ndo2db stop service nagios stop service postgresql stop service…

Read more »
procedures-to-install-nagio

Step by step procedures to Install Nagios agent in Linux

Step by step procedures to Install Nagios agent in Linux > cd /tmp > mkdir software > cd software > yum install wget > wget https://assets.nagios.com/downloads/nagiosxi/agents/linux-nrpe-agent.tar.gz > tar -zxvf linux-nrpe-agent.tar.gz…

Read more »
step-by-step-procedures-to-install-nagios-xi-server-in-centos-7

Step by step procedures to Install Nagios XI Server in Centos 7

Step by step procedures to Install Nagios XI Server in Centos 7 #Update your centos os > yum install update > yum install wget # to install network utility e.g….

Read more »
how-devops-can-play-important-role-in-system-administrator-s-career

How DevOps can play important role in System Administrator’s career ?

DevOps is merging the path between Developers and Operations teams. It’s all about the agility and automation. Servers, in DevOps easily can be replaced instead of keeping it and nurture…

Read more »
git-interview-questions-and-answer

Git Interview Questions and Answers

Git Interview Questions and Answer Part – 1 Git Interview Questions and Answer Part – 2 Git Interview Questions and Answer Part – 3 Git Interview Questions and Answer Part…

Read more »

List of Top 10 Bugs and Issue Tracking Tools for Managing Project

Introduction In the Software Development Life Cycle tracking and finding bugs is one of the most important step. Without this step a software is not complete. It is a big…

Read more »
devops-role-for-operations-team

DevOps Role for Operations Team

First of all, we should know what Operations Team does. So, I will start with responsibilities of operations team and will move forward to see DevOps role in Operations at…

Read more »
top-application-performance-management-tools

Top 7 Application Performance Management Tools

Introduction With the use of technology the applications are becoming more and more complex and distributed nowadays therefore every business is highly dependent on software these days. Ensuring that all…

Read more »
top-5-hypervisor-tools

Top 5 Hypervisor tools | List of best Virtual machine tools | DevOpsSchool

Introduction Server virtualization currently is a trending topic in the IT world. Its popularity and adoption keeps growing, especially in enterprise environments. Hypervisors are part of the broad area of…

Read more »

Top 5 Virtualization tools for Developers | List of Virtualization tools |DevOpsSchool

Introduction Virtual machines (VM) come in all shapes and sizes and luckily many of them are free and open-source. A VM could come in the form of virtual desktop infrastructure…

Read more »

Top 7 Log Monitoring Tools | List of Log Monitoring Tools | scmGalaxy

Introduction Logs are an important aspect of any production system regardless of the fact that they are not easy to deal with. In modern digital environments, logs are present everywhere….

Read more »
top-10-continuous-integration-tool

Top 10 Continuous Integration Tools | List of Best CI Tools | scmGalaxy

Introduction Your product ideas may be the greatest of all time, but without delivering well and delivering often, it may be extremely hard to keep up with the competition. So…

Read more »
top-5-code-editors

Top 6 Code Editors for the Software Programmers | Best Code Editor | scmGalaxy

Introduction Be it a new web developer or a veteran coder, you need a code editor competent enough to tackle everything you can throw at it. In fact, that might…

Read more »
top-10-devops-tools

Top 10 DevOps Tools which is mostly used by DevOps Engineers | DevOpsSchool

Introduction “DevOps” is an emerging model that allows effective collaboration of development and Operations team so that they can build, test, and release software faster and more reliably. Traditionally in…

Read more »
why-devops-skill-is-very-important-to-have/

Why DevOps skill is very important to have?

In the event that association has worked with a spry web advancement philosophy, then they are accustomed to seeing the advantages of composed cooperation, speedier turnarounds, and checkpoints and changes…

Read more »

Common Problems in DevOps | DevOps Adoption Challenges

As 2017 has started, this the time everyone has tied up there shoes for the New Challenges that already has been knocked the door in 2016. Back last year, we…

Read more »
devops-is-enhancing-the-capability-of-software-development

How DevOps is enhancing the capability of software development?

We all know that DevOps is an established relationship stage between development phase and IT Operations. It is vital that collaboration and communication between the two units are promoted from…

Read more »
devops-certification-myths

DevOps Certification Myths | Go for Tools Certification | scmGalaxy

The First thing is that devopsinstitute is only focusing on to do business anyhow. When you will explore their site you can find that they are the sole authorized provider…

Read more »
top-5-code-coverage-tool

Top 5 Code Coverage Tools | Best Test Coverage Tools

Today we will talk about code coverage tools which are used by developers for measuring the quality of the software testing. There are so many different types of code coverage…

Read more »
chef-cookbooks

Chef Lab and Excercise – Cookbooks – Part 6

Write a cookbook using you can install apache http server in CentOs and Ubuntu, enable the services and start the service. Write a recipe using template resources to create a…

Read more »
10-chef-cookbooks-to-test-y

Chef Lab and Excercise – Cookbooks – Part 5

Write a cookbook using you can install apache http server in CentOs and Ubuntu, enable the services and start the service. Write a recipe using template resources to create a…

Read more »
jenkins-remote-access-api-example

Jenkins Remote access API Example | Jenkins Tutorial

Jenkins Remote access API Example Jenkins provides machine-consumable remote access API to its functionalities. Currently it comes in three flavors: XML JSON with JSONP support Python Remote access API is…

Read more »