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 : Configure Nginx Reverse proxy with caching
Nginx is an open source high performace web server which can be effectively configured as Nginx Reverse proxy server. Nginx has an asynchronous event...
How to : Reset root user password in Mysql
While using Mysql sometimes System Administrators or Integrator might forget the password of mysql's root user and is required to reset to reset the password for root user
How to : Installing Mongodb on Linux
Mongodb is a open source database which is document oriented and is a part of Nosql database family . Its structure is a similar...
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...
Ubuntu Forums Hacked
One of the most famous linux and open source based forums "Ubuntu Forums" has recently been compromised. It is offline for nearly past two...
Load testing Apache Web Server using ab
Apache Bench ( Popularly known as ab ) is used to test the performance of webserver running Apache , It is a famous light...
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...
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...
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...
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...
Recursively check ownership of all files
There are different ways to recursively check the ownership of files for users specified in commands or except users mentioned in commands.
a) To find...
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...
How to: Install Roundcube Webmail on Ubuntu 10.04 Lucid Lynx
Roundcube is a browser-based multilingual IMAP client with an application-like user interface. It provides full functionality you expect from an e-mail client, including MIME...