Authentication (Linux) through htaccess: Authentication through Htaccess #Shell> vi .htaccess AuthUserFile /public_html/private/.htpasswd AuthName "Secret Stuff" AuthType Basic require valid-user Authentication for Single File access on Apache (Linux) through htaccess Edit httpd.conf file and add … Continue Reading →
Linux Dash: Monitoring
If you are looking for a low resource, speedy server statistics monitoring script, look no further than linux-dash. Linux Dash’s claim to popular is its slick and responsive web dashboard that … Continue Reading →
How to mount AWS S3 Bucket on AWS EC2 Instances
Few days before I was trying to mount AWS S3 buckets on EC2 Instances which is running amazon linux operating system (RPM based linux). This quick and dirty guide explains … Continue Reading →
Creating New PEM Certificate on Centos
How to act as your own certificate authority (CA) By Jamie Nguyen — Aug 25, 2013 This tutorial is part of a series on being your own certificate authority, which was written for Fedora … Continue Reading →
Installation of CiviCRM on Drupal
1. Server Requirements CiviCRM for Drupal has been developed and tested by our team on the following ‘recommended’ platforms: Linux Apache 2.1 PHP 5.3.x MySQL 5.x with INNODB enabled Drupal … Continue Reading →
Upgrade MySQL
To list Old MySql yum list installed | grep -i mysql To remove Old MySql yum remove mysql mysql-* Remi Dependency on CentOS 6 and Red Hat (RHEL) 6 rpm … Continue Reading →