linux-build-server

Linux Tutorials: How to troubleshoot Linux Server?

If a linux-build-server suddenly starts getting slow, I would divide my approach / troubleshooting into 3 section as follows; System Level troubleshooting Application Level troubleshooting Dependent Services troubleshooting Understand Logs Level…

Read more »
install-docker-in-linux

Docker Tutorials: How to Install Docker in Ubuntu?

Install Docker Engine in Ubuntu NOTE – All commands you must run as root user or add a current user into a linux group name called “docker” How to beocme…

Read more »
implement-chef-roles-using-chef-server

Chef Tutorials: Chef roles Tutorials and Example

What is Role? A role is a way to define certain patterns and processes that exist across nodes in an organization as belonging to a single job function. Each role…

Read more »
configure-the-knife-command

Chef Tutorials: Configure Workstation with knife

Install Chef Workstation Configure Chef Workstation with Chef Infra Server using Knife

Read more »
gitlab-setup

GitLab Tutorials: How to setup Gitlab in local machine ?

Port Specification System Requirements Centos 7 Docker

Read more »
gitlab-password-less-in-windows

GitLab Tutorials: Access gitlab Password Less in Windows

Step 1- Generate a public/private key using puttygen Download a puttygen from  and generate a public key and private key by following below image. Click on Conversions à Export OpenSSH…

Read more »
vagrant-installation-in-centos-ubuntu-and-windows

Vagrant Installation & Configuration

Step 1 – Download Vagrant URL – https://www.vagrantup.com/downloads Step 2 – Install Vagarnt in Windows Step 3 – Verify Vagrant Step 4 – Basic Workflow in Vagrant

Read more »
setup-svn-server-with-apache2-in-ubantu

How to Setup SVN Server with Apache2 in Ubuntu

This article will help you for step by step setup of Subversion (svn) server on Ubuntu 18.04 LTS & 16.04 LTS systems. Step 1 – Install Apache First of all,…

Read more »

What is Perl and How it works? An Overview and Its Use Cases

Hey, this is Ashwani, and in this article I’m going to share some important things about Perl. As you see in the heading everything is clear to your mind that…

Read more »

Best & Most Popular Code Editor for Delphi programming Language

Understanding the Delphi IDE The idea of combining the editing, compiling, and managing of project files within one integrated programming application started way back in the 1970s, but didn’t really…

Read more »

Best & Most Popular 5 Code Editors for Python programming

History of Python Python is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable. Python consistently ranks as one of the most popular programming…

Read more »

What is Ajax and How it works? An Overview and Its Use Cases

What is Ajax? AJAX stands for Asynchronous JavaScript and XML.It is the use of the  XMLHttpRequest object to communicate with servers. The Ajax was publicly used on 18 February 2005 by Jesse James Garrett.  Mainly we are…

Read more »

Best & Most Popular 5 Code Editors for HTML/CSS programming

What is Code Editor ? Code Editor is one of the essential tools for programmers, designers, and even writers. Integrated Development Environments (IDEs) are often cumbersome for small tasks, such…

Read more »

What is YAML and How it works? An Overview and Its Use Cases

What is YAML? YAML means  another markup language. It is a data serialization language that works well with the modern programming language, and it is human-friendly. It is used to…

Read more »

What is Powershell and How it works?

What is PowerShell? Windows PowerShell is an automated task-based command-line shell and associated scripting language created by Microsoft. It is the new shell of Microsoft which combines the old command prompt (CMD) functionality…

Read more »

Best & Most Popular 5 Code Editors for JavaScript programming

JavaScript is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. JavaScript’s syntax is heavily inspired by C++ and Java. If you…

Read more »

What is Composer and How to Install Composer?

In my previous article I have explained about the best concept about Laravel in which I mentions what is Laravel and many things about its feature. if you want to…

Read more »

What is Laravel? and Its Features.

In this Tutorial we are going to learn about Laravel. But most importantly you have to know about PHP first. If you don’t know about PHP and what is PHP…

Read more »
configure-sonatype-nexus-repository-with-maven

How to configure Sonatype Nexus repository to download maven dependency?

How to configure Sonatype Nexus repository with Maven? Automatic dependencies is one of the powerful feature of Apache maven and its one of the reason Maven is very popular in…

Read more »
artifacts-in-sonatype-nexus

How to upload the artifacts in Sonatype Nexus using Maven

Step 1 – Install and Configure Nexus Server Step 2 – [Nexus Server] Create a nexus role containing all required access of Nexus. Step 3 – [Nexus Server] Create a…

Read more »

How to build jobs in jenkins 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…

Read more »

How to trigger a jenkins job when code is pushed to github using “GitHub hook trigger for GITScm polling”

  The GitHub plugin for Jenkins is the most basic plugin for integrating Jenkins with GitHub projects. If you are a GitHub user, this plugin enables you to:   Schedule…

Read more »
trigger-builds-remotely-in-jenkins

How to Trigger builds remotely in Jenkins? | Jenkins Tutorials

  How to Trigger builds remotely in Jenkins?   1. Create a user – You need to create a user in jenkins using you would like to trigger a jenkins…

Read more »
cron-jobs-in-jenkins

Trigger Jenkins Job using “Build periodically” and “Poll SCM”

Method 1 – AT CERTAIN TIME AKA Build periodically Method 2 – AT CERTAIN TIME BUT Build only when there is Code changes AKA Poll SCM Setting up the cron…

Read more »
ansible-install-centos-rhel

How to install Ansible in Centos 7/RHEL 7?

How to install Ansible in Centos 7/RHEL 7? Install Ansible via Pip in RHEL/CENTOS

Read more »
sample-data-elastic-search

How to create sample data to perform searches using elastic search?

Step 1 – Go to: http://www.json-generator.com/ Step 2 – Download and save as customers_full.json Step 3 – Open customers_full.json in sublimetext Remove the array brackets Find-Replace },{ with }\n{ in…

Read more »

23 Ways To Speed WinXP, Not only Defrag

Since defragging the disk won’t do much to improve Windows XP performance, here are 23 suggestions that will. Each can enhance the performance and reliability of your customers’ PCs. Best…

Read more »
create-a-subscribe-form-for

How to create a subscribe form for your rss feed

  Create a subscribe form for your rss feed   Joomla Website with K2 Content https://www.templatemonster.com/help/joomla-2-5-x-how-to-set-up-rss-feeds.html   RSS To email using mailchimp https://mailchimp.com/features/rss-to-email/   RSS To email using hubspot https://knowledge.hubspot.com/blog-user-guide-v2/how-to-set-up-an-rss-to-email-blog-subscription-for-an-external-blog…

Read more »
security-analysis-using-sonarqube

How can we do the security analysis using SonarQube?

How can we do the Security Analysys 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.