Thursday, August 31, 2017

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, here 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

Our Training Reviews



NOTE:- THIS OFFER IS VALID FOR NEXT 24 HRS. ONLY! ENROLL NOW!! HURRY UP!!
Contact Info
Email - info@scmGalaxy.com
Phone -  +91 7004835930 | 8105843520
Skype - scmGalaxy

Monday, August 28, 2017

Know About SonarJava! Is it replacement for Checkstyle, PMD, FindBugs?

Know About SonarJava! Is it replacement for Checkstyle, PMD, FindBugs?
SonarJava has a great coverage of well-established quality standards. The SonarJava capability is available in Eclipse and IntelliJ for developers (SonarLint) as well as throughout the development chain for automated code review with on-premise SonarQube or on-line SonarCloud.
SonarJava is a code analyzer for Java projects. Information about the SonarJava features is available below;
Why SonarJava?
SonarQube is currently on the way to deprecate PMD, Checkstyle and Findbugs and use their own technology to analyze Java code (called SonarJava). Read more click here

Reference:- This article was originally posted on scmGalaxy.com

Virus-free. www.avast.com

Friday, August 25, 2017

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

Saturday, August 12, 2017

The benefits of intelligent DNS in DevOps projects


The DevOps model continues to gain traction because it's an efficient and cost-effective development approach. It yields fewer errors, shorter development cycles and reduced need for expensive code fixes after deployment. One goal of DevOps is continuous development and deployment, which necessitates the automatic creation or removal of networks, as well as automated deployment to production.

Automation is important because the fewer the number of manual steps involved, the less likely that human error will disrupt the process. Intelligent DNS improves DevOps project life-cycles by integrating with your software Read more click here

Reference:- This article was posted on BestDevOps.com

Friday, August 11, 2017

How can we do the Security Analysis using SonarQube?


For Security Analysy purposes, a source code security analyzer
- examines source code to
- detect and report weaknesses that can lead to security vulnerabilities.
They are one of the last lines of defense to eliminate software vulnerabilities during development or after deployment. A Source Code Security Analysis Tool Functional Specification is available.
 
The SonarQube Quality Model has three different types of rules: Reliability (bug), Vulnerability (security), and Maintainability (code smell) rules. But divided another way, there are only two types: security rules, and all the rest. Read more click here

Reference:- This article was originally posted on scmGalaxy.com

Virus-free. www.avast.com

Tuesday, August 8, 2017

Chef Internal - How Chef maintain the state of each resources internally?

Chef Client

A chef-client is an agent that runs locally on every node that is under management by Chef. The chef-client executable can be run as a daemon. When a chef-client is run, it will perform all of the steps that are required to bring the node into the expected state, including:
  • Registering and authenticating the node with the Chef server
  • Building the node object Read more click here 

Reference:- This article was originally posted on scmGalaxy.com

Saturday, August 5, 2017

Build when a change is pushed to Bitbucket



Bitbucket plugin is designed to offer integration between Bitbucket and Jenkins.

It exposes a single URI endpoint that you can add as a WebHook within each Bitbucket project you wish to integrate with. This single endpoint receives a full data payload from Bitbucket upon push (see their documentation), triggering compatible jobs to build based on changed repository/branch.
 
 
Step 1 - Install "Bitbucket Plugin" at your Jenkins Read more click here

Reference:- This article was originally posted on scmGalaxy.com

Virus-free. www.avast.com