About Drupal Coder Coder checks Drupal code against Drupal coding standards and other best practices. It can also fix coding standard violations for you with the phpcs and phpcbf command from PHP_CodeSniffer Installing and setup Drupal coder Here’s a step-by-step guide: Follow the steps below to install coder Open a Terminal window Go to home directory […]
Are you excited to write your own code in Drupal 8? But wait a second, Drupal‘s cache may kill all your development hours. This blog is for you, if you are facing any of the following challenges. Are you struggling to see your changes on web pages? Every time, you change a piece of code, it […]
This blog post focuses on installation and configuration of two node Puppet setup, i.e. a Puppetmaster (or master) and an agent. Puppet is an open source configuration management tool used for automation of administration jobs across big server farms. It is written in ruby and uses DSL (Domain specific language) to write codes known as […]
Hello folks. Before diving into the concepts of cgroups and namespaces on ubuntu, there are a few things one must be clear with. 1) Virtualization : Its a method or technique used to run an operating system on top of another operating system. The hardware resources are fully utilized and will be shared by each […]
You might be wondering how to audit your Ubuntu server / your Ubuntu local machine. Well, In this blog I will show you how easy it is do so. Auditing can be done by many ways of which few we shall discuss here. There are 3 following scenarios which we will be discussing :- 1.Finding […]
In this post we are going to learn about Gradle installation in Ubuntu 14.04. 1. Open terminal and execute this command to install Gradle $ sudo apt-get install gradle This command will set the path variables automatically. And, you are ready to work with Gradle. code 2. Download Gradle from the official website and extract it […]
Recently, I was trying to install RhoMobile suite on my ubuntu11.10 machine. And faced some issues for installing ‘rhosync’ package. This blog tells how to fix these issues (as they worked for me). I am assuming ruby and gem are already installed on your machine. Note: if you are on older version of ruby […]
In one of the shell scripts I was reading I saw a usage of mutt text-based command line email client. Mutt can be used to send out the emails from the production machines or any other servers where you do not have access to the browsers or UI based email clients. Sometimes it is essential […]
We are constantly striving to be more productive by minimizing key-strokes for a lot of commonly used shell commands. Alias is one way of achieving it, but it isn’t always the answer. Bash auto completion is one feature that I use a lot. To avoid the hassles of working with multiple grails projects, I use […]