Recent Posts

RPM Command Cheat Sheet

2 minute read

RPM (Redhat Package Manager) is the most popular package utility and is used mostly on RHEL, Centos and Fedora. RPM helps user/admins to build, install, que...

Chef Workstation Setup on Windows Machine.

15 minute read

The Chef Development Kit (ChefDK) brings the best-of-breed development tools built by the awesome Chef community to your workstation with just a few clicks. ...

Check Port on Remote Server CentOS 6.6/RHEL 6

less than 1 minute read

Checking port available on a remote machine using nc command instead of telnet. Same command can be used to check on a remote server as well, change the 127....

LUKS Disk encryption for CentOS 6.6/RHEL 6

16 minute read

Linux Unified Key Setup-on-disk-format (or LUKS) allows you to encrypt partitions on your Linux computer. This is particularly important when it comes to mo...

Mysql Database Disk Usage.

6 minute read

We were running out of disk space on one of the databases server, we need to get information on what the current table/database usage was. Below are few comm...

Installing python 2.7.x on Centos 6.5/6.6

1 minute read

By default centos comes with python 2.6. In most of the cases we might need python 2.7 or later to be installed. Below are few ways to install python 2.7 on ...