Drupal 6.17 released

By BXTra |
Drupal 6.17 released, fixing security issues Drupal 6.17, a maintenance release fixing issues reported through the bug tracking system, is now available for download. There are no security fixes in this release. Upgrading your existing Drupal 6 sites is recommended. For more information about the Drupal 6.x release series, consult the Drupal 6.0 release announcement.

How to install Memcached on CentOS (with DirectAdmin installed) + Memcached PECL

By BXTra |

After I was done with install Memcached on CentOS a while ago, I just know today that there are 2 different PECL modules. One is "Memcache PECL" while another is "Memcached PECL". The one I did before is "Memcache PECL", so, now, I try to install "Memcached PECL" which is newer and require libmemcached library. The content below is almost exactly to my previous Memcache PECL installed. Only a few changes to install Memcached PECL instead.

How to install Memcached on CentOS (with DirectAdmin installed) + Memcache PECL

By BXTra |

I just want to try if Memcached can really help my server load or not. So, I look around to find the way how to do it. There are a couple ways but to me, below are what I did to installed it. Get Libevent which is require to install Memcached. Their homepage is here -> http://www.monkey.org/~provos/libevent/ wget http://www.monkey.org/~provos/libevent-1.4.13-stable.tar.gz tar -xvf libevent-1.4.13-stable.tar.gz cd libevent-1.4.13-stable ./configure;make;make install; Then, get Memcached from http://memcached.org

Display IP Address for all comments in Drupal 6.16 - 6.20

By BXTra |

I have searched many places how to display user IP for each comment. There is no complete answer in any topics that I found. Therefore, I just tried each part of each information until I know how to do it. Below is what I did to make it work: 1. Search file "comment.module" here - > "modules/comment/comment.module" 1.1. Add c.hostname into query line number 939

FROM

Drupal 6.16 and 5.22 released

By BXTra |
Drupal 6.16 and 5.22 released, fixing security issues More information can be found -> HERE Drupal 6.16 and 5.22, maintenance releases which fix issues reported through the bug tracking system, as well as security vulnerabilities, are now available for download. Drupal 6.16 also fixes other smaller issues. Upgrading your existing Drupal 5 and 6 sites is strongly recommended. There are no new features in these releases. Important update notes

Drupal 6.15 and 5.21 released

By BXTra |
Drupal 6.15 and 5.21 released, fixing security issues More information can be found -> HERE Drupal 6.15 and 5.21, maintenance releases fixing problems reported using the bug tracking system, as well as critical security vulnerabilities, are now available for download. Both releases fix some other smaller issues as well. Upgrading your existing Drupal 5 and 6 sites is strongly recommended. There are no new features in these releases. Important update notes

Drupal 6.14 and 5.20 released

By BXTra |
Drupal 6.14 and 5.20 released, fixing security issues More information can be found -> HERE Drupal 6.14 and 5.20, maintenance releases fixing problems reported using the bug tracking system, as well as critical security vulnerabilities, are now available for download. Both releases fix some other smaller issues as well. Upgrading your existing Drupal 5 and 6 sites is strongly recommended. There are no new features in these releases. Important update notes

Parallels Desktop 4.0.3844 VS VMWare Fusion 2.0.5 on MAC OS X

By BXTra |

I just switched to OS X (Leopard) a few weeks ago and I still need to run a few Windows applications that I still couldn’t find anything comparable in MAC OS. Many choices are available for me starting from Bootcamp that I need to reboot every time I want to run Windows applications. Or try either VMWare Fusion or Parallels Desktop to run a virtual machine so that I don’t need to restart computer every time I need to run Windows Application.

Drupal 6.13 and 5.19 released

By BXTra |
Drupal 6.13 and 5.19 released, fixing security issues More information can be found -> HERE Drupal 6.13 and 5.19, maintenance releases fixing problems reported using the bug tracking system, as well as critical security vulnerabilities, are now available for download. Both releases fix some other smaller issues as well. Upgrading your existing Drupal 5 and 6 sites is strongly recommended. There are no new features in these releases. Important update notes

Cacti, DirectAdmin : Install Spine 0.8.7d as a poller instead of a default one.

By BXTra |
I would like to use Spine instead of default Cacti's poller. At first, I'm thinking about to use Dag repository. It should work easily if I don't have DirectAdmin installed. However, I do have DirectAdmin installed and that caused dependencies problem when I tried to yum install it. So, I need to compile Spine by myself. I checked at Cacti website and found "Compiling Spine for Redhat/Fedora Linux" The steps seem to be easy but it's not. I got and error :