Top of page
Hello, guest
dmoz.org - Open Directory Project

FreeBSD for performance/stability in service Ubuntu for super-fast client OS
  1. Do you use lighttpd web server ?

      Last Updated: 2010-09-02 15:00
Active Directory Replication - 2
Author: M. Bora Teoman
read more
Link to ipsure.com home page Link to ipsure.com home page Link to ipsure.com Services page Link to ipsure.com Hands-On blog Link to ipsure.com Life and Business blog Link to ipsure.com Contact page Link to Turkish version of ipsure.com Top right header image Link to About page Link to References page Link to Terms Of Use page Link to RSS Feed

06/06/2010

php5-extensions-1.4 Upgrade Failure, php5-filter-5.3.2, php5-imap-5.3.2 and pcre issues: Stop in /usr/ports/security/php5-filter

Filed under: *NIX — Tags: , , , , , , — Sezgin Bayrak @ 18:25

There were several vital changes and updates related to PHP, php-extensions and php5-* dependency packages thus I couldn’t expect the upgrades to be a piece of cake. In fact, famous *** Error code 1 showed up without much delay even this time I checked /usr/ports/UPDATING (along with the lessons I took from apache22 upgrade) before doing anything and followed the instructions in “20100409″ before running the portupgrade utility on my FreeBSD 8.0 box;

Read More

5

05/06/2010

Apache 2.2.15 Upgrade Failure: “checking for APR… configure: error: the –with-apr parameter is incorrect.”

Filed under: *NIX — Tags: , , , , , , — Sezgin Bayrak @ 14:32

There was an upgrade for apache22 (Apache/2.2.15) that added apr-ipv6-devrandom-gdbm-db42-1.4.2.1.3.9_1 Apache Portability Library package to the system by the straight attempt of portupgrade utility I executed without reading /usr/ports/UPDATING (20100518). Bad habit of not reading /usr/ports/UPDATING before performing the upgrade on my FreeBSD box ended up in;

Read More

17/03/2010

PHP Acceleration with eAccelerator and Shared Memory Tweaking

accelerationPHP acceleration is a performance boosting method based on caching PHP scripts in a compiled state to avoid parsing and compiling the source code on every request. Caching inside the shared memory is the essential part of total acceleration concept which is also the leading fact for an optimum result. A well-built acceleration shall reduce server load while increasing the speed from 1 to 10 times.

 

Read More

1

08/01/2010

Backing Up MySQL Databases

Filed under: *NIX, backup — Tags: , , , , , — Sezgin Bayrak @ 18:41

You can edit the script below in accordance with the needs in your infrastructure for having any of the databases nested in your MySQL server to be backuped and copied to a preferred location. You may define this script inside the crontab and install it to make these backup operations performed periodically. If you’re in a search of a central backup solution to store, manage and have these backups reported regularly in same or in a different server at remote locations, I recommend you to read the article about my project named Automatic Backup And Synchronization Solution with Rsync On FreeBSD.

Read More