Yesterday, we did upgrade Ubuntu 14.04 to Ubuntu 16.04 LTS Desktop. If you are newbie in Linux world so let me tell you first LTS means is “Long Term Support” . Personally as a professional guy, I always prefer LTS version rather than other Ubuntu versions. Reason is very simple they are long time supported […]
Linux
Ansible /bin/sh: 1: /usr/bin/python: not found
Ansible which is now a days become very popular among DevOps folks. Ansible is a very simple automation tool widely use for managing the infrastructure and continuous delivery. You can install ansible in Linux system and it is agentless. Recently after installing Ansible 2.2.1 first I encountered with this error that is “module_stdout”: “/bin/sh: 1: […]
Access Control by host and ip address in Apache 2.4
In this post we will learn about access control by host and ip address in Apache 2.4. The Apache 2.4 released with lots of new feature. While working on Apache 2.4 you will surely get attention on new format of access control. The method of using allow,deny or vice-versa is deprecated, it was old styled […]
Install Google Fonts on Ubuntu System
What is Google Fonts Google Fonts are free and open source fonts. It is huge repository of awesome fonts contributed by many designers.According to Google Fonts Team: All of the fonts are Open Source. This means that you are free to share your favorites with friends and colleagues. You can even customize them for your […]
How to configure vim for puppet
Summary This is quick post about how to configure the vim for puppet. As we all know puppet is one of the widely used automation tool in IT industry. While working on puppet manifests, module etc. Automation engineer has to be very careful with syntax,indentation and spaces. We will configure vim as puppet ide. Kindly […]
/usr/bin/env: node: No such file or directory
Just after upgrading the npm on my Ubuntu system, npm command stopped working. Suddenly it started showing the error, “/usr/bin/env: node: No such file or directory”. To do the quick solution, I run the following command and it works for me. sudo ln -s /usr/bin/nodejs /usr/bin/node Hope it works for you also.
Recent Comments