SonarQube Upgrade, Backup and Restore Process | SonarQube Tutorial
SonarQube Upgrade, Backup and Restore Process
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…
Read more »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 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 »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 ?
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 »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 »How Can You Find An Experienced & Qualified DevOps Trainer?
DevOps is a new trending word in IT industry these days and every IT professionals must heard about it for sure. But for those who heard it for the first…
Read more »How Can You Find An Experienced & Qualified DevOps Trainer?
DevOps is a new trending word in IT industry these days and every IT professionals must heard about it for sure. But for those who heard it for the first…
Read more »How can you become a successful DevOps Engineer ?
These days in software industry one word is high in trend and that is “DevOps”. Industry experts define DevOps either as a “culture” or “methodology”. But when organizations and companies…
Read more »Tips to find qualified DevOps Trainers, Instructors and Coach?
Bangalore is a silicon vallery of the India. There are many software organization and companies, currently working towards the implementing the automation thoughtout the software development life cycle. DevOps has…
Read more »How DevOps course is enhancing the capability of software development?
How DevOps course is enhancing the capability of software development? Software Industry in these days adopting a new practice called “DevOps”. This word change the process of software development in…
Read more »How to Configure Web Proxy on CentOS | Tutorials | scmGalaxy
If your internet connection is behind a web proxy, you need to configure the following on your CentOS server: System-wide proxy settings – add the following lines to your /etc/environment…
Read more »How to Install Team Foundation Server 2015 | TFS Installation Guide
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…
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 »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 »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 »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 »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 »How to create a package in Nuget? | Nuget Tutorial
Hosting your own Repository in Nuget How to create a package in Nuget? Mehtod 1 – From An Assembly If you have an assembly, you can easily generate a nuspec…
Read more »How to Setup AWS Credentials using AWS Command Line Interface?
Setup AWS Credentails using AWS Command Line Interface Install the AWS CLI Using Pip Please click here complete installation guide. Test the AWS CLI Installation [code] $ aws help[/code] Environment…
Read more »Provision a AWS ec2 vm using chef | Step by Step Guide | AWS ec2 vm Tutorial
Provision a AWS ec2 vm using chef Step 1: Install chefdk Step 2: Setup AWS Credentails Step X: Setup your knife config Step X: Make sure following is set and…
Read more »How to Install and Configure Jira in Linux | Jira Tutorial
Download JIRA package from https://www.atlassian.com/software/jira/download?b=j Linux Installation: wget https://www.atlassian.com/software/jira/downloads/binary/atlassian-jira-6.4.12-x64.bin chmod atlassian-jira-6.4.12-x64.bin Execute the ‘.bin’ file to start the console wizard stop iptables service jira start/stop http://uvo1kievugg76unbcj9.vm.cld.sr:8080/ & follow the instructions Reference https://confluence.atlassian.com/jira/installing-jira-on-linux-191501165.html
Read more »Steps to Perform SSH Login Without Password Using ssh-keygen and ssh-copy-id
Steps to Perform SSH Login Without Password Using ssh-keygen and ssh-copy-id Step 1: Generate the keys > ssh-keygen or > ssh-keygen -t rsa Step 2: Copy the public key to…
Read more »