Forgot Root Password in Linux, How to Reset Root Password through GRUB?
Hi, It is a major problem when we forgot our root password in linux. But don’t know how to recover it. First thought that came to mind reinstall machine. But I found a way that might help you without...
View ArticleSet-up SSL Communication between two Linux servers Using Keytool Command
In one of my project, My front end application runs on one server and back end application runs on another. Both application have to communicate with each other through SSL(Secure Sockets Layer). SSL...
View ArticleHow to Set-up SSL certificates on your Linux server
In one of my project, I have to set-up SSL certificates for my website to make it secure, so that it could also be access via https protocol. SSL is a way to secure internet communication from your...
View ArticleAuto Completion for Grails Scripts with Dynamic Version Determination
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...
View ArticleSending email through command line with Mutt
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...
View ArticleInstall RhoSync on ubuntu 11.10 (with fix)
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...
View ArticleGradle installation in Ubuntu
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...
View ArticleAuditing Your Ubuntu Servers
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...
View ArticleCgroups and Namespaces On Ubuntu
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...
View ArticleInstalling latest Puppet master and agent setup on ubuntu14.04
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...
View ArticleIs your Drupal 8 Ready for Writing Codes?
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...
View ArticleHow to Install and Setup Drupal Code Sniffer?
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...
View Article