Posts

Showing posts with the label CentOS

install suhosin patch on centos

credit to : http://www.cyberciti.biz/faq/centos-rhel-6-install-suhosin-php-advanced-protection-system/ # yum install php-suhosin edit config /etc/php.d/suhosin.ini

installing ioncube on 2.6.32-358.18.1.el6.i686 #1 SMP Wed Aug 28 14:27:42 UTC 2013 i686 i686 i386 GNU/Linux

wget http://downloads3.ioncube.com/loader_downloads/ioncube_loaders_lin_x86.zip unzip the file. create a directory on /usr/local/ioncube copy all extracted files on /usr/local/ioncube edit php.ini and insert this line zend_extension = /usr/local/ioncube/ioncube_loader_lin_5.3.so restart apache and check if loaded. php -v if an error occurs try 5.4, 5.2, 5.1 and so on creadit to : http://blog.hostonnet.com/installing-ioncube-loader-on-centos

Can't use proxy because no authentication schemes are fully configured.

So you are having problems on webmin + squid authentication ? My current setup is below. I was eating my finger nails asking why before it was working and now it doesnt. System hostname localhost.localdomain (127.0.0.1) Operating system CentOS Linux 6.3 Webmin version 1.620 Virtualmin version 3.98.gpl GPL Earn  money  register free! [root@122 ~]# service squid start Starting squid:                                            [FAILED] 2013/02/23 00:17:00| Processing Configuration File: /etc/squid/squid.conf (depth 0) 2013/02/23 00:17:00| ERROR: '0.0.0.0/0.0.0.0' needs to be replaced by the term 'all'. 2013/02/23 00:17:00| SECURITY NOTICE: Overriding config setting. Using 'all' instead. 2013/02/23 00:17:00| WARNING: (B) '::/0' is a subnetwork ...

error: Failed dependencies: /bin/systemctl is needed by courier-imap-4.10.0-1.i386

error: Failed dependencies:     /bin/systemctl is needed by courier-imap-4.10.0-1.i386 Dont use 4.10.0-1 on Centos use only this on fedora

CentOS, Postfix, Dovecot, Spamassassin, Postfixadmin, and Squirrelmail

 This is not my howto this is by karlkatzke all credits to him CentOS, Postfix, Dovecot, Spamassassin, Postfixadmin, and Squirrelmail by karlkatzke on May 27th, 2008 What a mouthful. Like most other americans who live on a budget, I’m taking a “staycation” this weekend. What better thing to do than to get my mail server migrated to my new VPS? Well, first, I suppose, I should get the mail server all working on the new VPS… In CentOS, the default Postfix package doesn’t have MySQL support built in. If you’ve got the priorities plugin installed, you’re either going to need to disable it or otherwise work around it so that you get the one from the centosplus repo. Other than that, it’s been made about as easy as it can be… just keep in mind as you’re reading this tutorial that I really loathe administering mail servers and consider it to be a quite onerous chore that’s been made even more onerous by spammers and hackers and script kiddies and what have you. You’ll need to ...