Solutionist's Blog

Tech | Health | Life | Travel

Install yum-skip-broken

Install yum-skip-broken Type the following command as root user: # yum -y install yum-skip-broken     How to handle skiping packages with dependency problems Now type the command as follows: # yum -y upgrade –skip-broken OR # yum -y update –skip-broken

php53-common conflicts with php-common

php53-common-5.3.3-13.el5_8.x86_64 from installed has depsolving problems –> php53-common conflicts with php-common Error: php53-common conflicts with php-common   This issue normally happens when you have upgraded your PHP to new version 5.3 and try to install a old extension Solution:  find the extension which in the same version or install extension from source file  

MySQL – Master slave replication setup

to setup master – slave ON MASTER SERVER STEP #1 – set server ID edit my.cnf and add server-id=1 STEP #2 – Create slave user mysql grant replication slave on *.* to ‘slave_username’@192.168.16.5 \  identified by ‘slave-password’;   STEP #3 – restart Mysql service mysqld restart   ON SLAVE SERVER STEP #4- Edit my.cnf file and […]

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 […]

Secured By miniOrange