Solutionist's Blog

Tech | Health | Life | Travel

Install PHP Suhosin as extension – CENTOS

Install PHP Suhosin as extension Download latest version of Suhosin, enter: # cd /opt # wget http://download.suhosin.org/suhosin-0.9.27.tgz Make sure you have php-devel installed: # yum install php-devel Compile Suhosin under PHP 5 and RHEL / CentOS Linux Type the following commands: # cd suhosin-0.9.27 # phpize #./configure # make # make install Configure Suhosin Type […]

Setup a Basic iptables Configuration on Centos

Decide which ports and services to open To start with, we want to know what services we want to open to public. Let’s use the typical web-hosting server: it is a web and email server, and we also need to let ourselves in by SSH server. First, we want to leave SSH port open so […]

create user and grant permission – mysql

How to Create a New User In Part 1 of the MySQL Tutorial, we did all of the editing in MySQL as the root user, with full access to all of the databases. However, in the cases where more restrictions may be required, there are ways to create users with custom permissions. Let’s start by […]

Install Mysql 5.5 in centos 6.3

As MySQL 5.1 is standard in CentOS/RHEL 6.x, it is not included in the Webtatic EL 6 repository. Install Atomic Yum Repository On CentOS Linux: [root@test]# wget -q -O – http://www.atomicorp.com/installers/atomic |sh then install yum install mysql55 mysql55-server

Shared Address Book (LDAP)

Copied from: http://brennan.id.au/20-Shared_Address_Book_LDAP.html Chapter 20 – Shared Address Book (LDAP) Version: – openldap-servers 2.3.19 – phpLDAPadmin 1.0.1 Initial Concepts Basic Configuration Address Book Entries TLS Link Encryption phpLDAPadmin Web Administrator Email Client Settings Many individuals throughout professional organisations will consider their list of personal and professional contacts as one of their most important assets. Similarly at […]

excitement – WWDC 2013 is around the corner

The big discussion surrounding iOS 7 has been regarding a new driven by Jony Ive, who took over control of Apple’s software-focused Human Interface team late last year in addition to his longtime role as head of Industrial Design. rumors says iOS7 , iRadio ,  MAC OS X 10.9 and macbookpro updates  

Commom Exim Settings – from exim -book

This chapter discusses some configuration settings that seem to be fairly common. More examples and discussion can be found in the Exim book. 1. Sending mail to a smart host If you want to send all mail for non-local domains to a “smart host”, you should replace the default dnslookup router with a router which does the […]

MySQL Master Master Repliction Tutorial

    This tutorial describes how to set up MySQL master-master replication. We need to replicate MySQL servers to achieve high-availability (HA). In my case I need two masters that are synchronized with each other so that if one of them drops down, other could take over and no data is lost. Similarly when the […]

Secured By miniOrange