Tools

Tutorials and how-to articles related to SCM tools and plugins.

How to Unzip and Untar the tar.xz file

Sometimes you get the “tar.xz” files and you are unsure how to unzip and untar this kind of file. xz is a lossless compression program and file format. This compression formats used by the 7-Zip program, etc You need to use “unxz” command to unzip this kind of file [rv@scmquest]~/python$ unxz Python-3.5.0b3.tar.xz [rv@scmquest]~/python$ ls -lrt total 75100 -rw-r–r– …

How to Unzip and Untar the tar.xz file Read More »

Puppet Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse template .erb

When you are creating and defining new template, Puppet use it to parse the file in the agent server but sometimes you might misspelled/right wrong config which leads to throwing error on puppet agent. One of the error which i received is “Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to …

Puppet Error: Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to parse template .erb Read More »

Jenkins Master-Slave setup and configuration with screenshots

Howdy friends …. As promised in our Jenkins Installation & Configuration article, here we are with the configuration of Jenkins Master-Slave setup. We have already learnt about Jenkins Installation and basic Configuration along with setting up our first project and running a build for the same. Jenkins supports the master-slaves architecture, i.e. many slaves works for a master. …

Jenkins Master-Slave setup and configuration with screenshots Read More »

Jenkins – Installation and Configuration on RedHat Distributions (inc. Screenshots)

Jenkins : One of the leading and most popular CI/CD tool which is currently used in most of the organisations because of its simplicity, flexibility and lot many features like ease-of-use, extensibility, cross-platforms-working, etc The best thing about Jenkins is that its an Open-Source tool, that means you don’t have to worry about managing licenses, arranging …

Jenkins – Installation and Configuration on RedHat Distributions (inc. Screenshots) Read More »

Scroll to Top
Scroll to Top