RHEL 6.5 launched with enhancements by Redhat
Redhat recently launched the latest version of its famous Operating System's enterprise series : RHEL 6.5 . Redhat is the world's leading provider of open source solutions, using a community-powered approach to provide reliable and high-performing
How to: Change SSH Port Number
SSH stands for Secure Shell , It is a virtual terminal used to access linux shell on a network . By default it listens...
Shell Script : A Brief Insight
Whoever uses Linux and works with many interactive commands, possibly should have already heard about Shell Script. Shell Script is a good way to...
Wiki: Linux
Linux was named after its creator Linus Torvald who released its 1st version in 1991 .It posed a big challenge to other paid unix...
How To : Mount Amazon S3 Bucket using S3FS
S3FS is a FUSE file system that allows you to mount an Amazon S3 bucket as a local file system. It stores files natively...
Nginx reverse proxy with authentication how to
Reverse proxy is used to take the load of the server by caching the request , Sometimes can be the case where we require...
Linode delivers a power punch ; Adds SSD and more RAM to its armour
Recent 45 Million $ worth of financial injection has made Linode more powerful . Linode has moved its storage to Data Center grade SSD...
Recover Forgotten Root Password in CentOS/Redhat
Sometimes users forget root password. In Linux password can be recovered by booting Linux under single user mode and creating new password by entering...
How to configure Network Bonding or Network teaming in Redhat/Fedora/CentOS
Network Bonding is creation of a single bonded interface by combining 2 or more Ethernet interfaces. Network bonding in linux helps in high availability...
Generate PPK key to access Linux/Unix Instance on Amazon
To connect to Linux/Unix Instance we need to use puTTY with ppk key as authorisation which can be created from Private Key (.pem) corresponds...
How to do a 301 url redirect in Nginx
In Nginx it can be done with a simple rewrite statement within the configuration file. Lets assume we have a domain abc.com and we want every request to get redirected towards www.abc.com.
Mysql in Linux : Tutorial for impatient geeks
Mysql is a Relational Database Management system (RDBMS) , In RDBMS data is stored in the form of rows and columns which is in...
How to compile Nginx with Nginx Cache Purge Module on Ubuntu 12.04 (Precise Pangolin)
Nginx Cache Purge module is one of the Nginx's very useful module , which helps in clearing/purging the fastcgi cache in case fastcgi caching is enabled. Let us check out on how can we recompile Nginx with cache purge module on Ubuntu platform
News: Red Hat Announces Beta Availability of Red Hat Developer Toolset 2.0
Red Hat is pleased to announce the Beta availability of Red Hat Developer Toolset 2.0. This latest version bridges development agility with production stability...