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 »
gerrit-to-enhance-your-git/

How to use Gerrit to enhance your Code Analysis?

Check the video at the bottom of the page. Click here

Read more »
execute-external-commands-from-perl

How to Execute external commands by using perl?

There are many ways to execute external commands from Perl. The most commons are: system function exec function backticks (“) operator open function All of these methods have different behaviour,…

Read more »
trigger-in-perforce

How to Write Trigger in Perforce? – Perforce Triggers Guide

1 Introduction Perforce introduced the first server-side trigger in release 99.1 with the pre-submit trigger. This trigger satisfied a long-standing desire in the user community, but demand continued for more…

Read more »