We can easily install Jenkins using tradition package managers like Yum /Apt . But it is recommended to use configuration management tools like Salt , Chef or Puppet for better management. In this article, let me get you through steps to install Jenkins on Ubuntu /Debian using Salt . Salt can be used for data-driven orchestration, remote […]
How to install Jenkins on CentOS/RedHat using Salt
We can easily install Jenkins using tradition package managers like Yum /Apt . But it is recommended to use configuration management tools like Salt , Chef or Puppet for better management. In this article, let me get you through steps to install Jenkins on CentOS /RedHat using Salt . Salt can be used for data-driven orchestration, […]
Getting something done in Linux with Python, Bash and Java be like this
Getting something done in Linux with Python, Bash and Java be like this 😛 True, right? For example, you want to write a script which returns IP address of a domain name. Let’s see length of code and time required to write the same in Python, Bash and Java. In Bash, /usr/bin/bash host www.easyaslinux.com In […]