User account menu

  • Log in
BXTra.net

Finally, CentOS 6.0 is now available.

By BXTra | 1:32 AM PDT, Mon July 11, 2011
The CentOS team is pleased to announce the immediate availability of CentOS-6.0 for i386 and x86_64 Architectures. CentOS-6.0 is based on the upstream release EL 6.0 and includes packages from all variants.
  • Read more about Finally, CentOS 6.0 is now available.
  • Add new comment

Drupal 7.4 released

By BXTra | 7:32 PM PDT, Wed June 29, 2011
Drupal 7.3, a maintenance release which fixes security vulnerabilities is now available for download. Drupal 7.4 also fixes other issues reported through the bug tracking system Upgrading your existing Drupal 7 sites is strongly recommended. There are no new features in these releases. For more information about the Drupal 7.x release series, consult the Drupal 7.0 release announcement. Changelog Drupal 7.3 only includes fixes for security issues. Drupal 7.4 also includes bugfixes.
  • Read more about Drupal 7.4 released
  • Add new comment

Drupal 7.2 and 6.22 released

By BXTra | 7:11 PM PDT, Wed May 25, 2011
Drupal 7.1 and 6.21, maintenance releases which fix security vulnerabilities are now available for download. Drupal 7.2 and 6.22 also fix other issues reported through the bug tracking system. Changelog Drupal 7.1 only includes fixes for security issues. Drupal 7.2 also includes bugfixes. The full list of changes between the 7.0 and 7.2 releases can be found by reading the 7.2 release notes. A complete list of all bug fixes in the stable 7.x branch can be found in the git commit log. Drupal 6.21 only includes fixes for security issues. Drupal 6.22 also includes bugfixes.
  • Read more about Drupal 7.2 and 6.22 released
  • Add new comment

wget replacement in MAC OS X Server

By BXTra | 10:27 AM PDT, Mon May 02, 2011
OS X

I have a MAC OS X Server and would like to be able to use "wget" command to download some file using Terminal. However, wget doesn't come with it. So, I checked on Google and found an article about using Curl as a replacement for wget. What you have to do is run command below in Terminal :

echo 'alias wget="curl -O"' >> ~/.bash_profile

Then, log out and login again. Now, you can use "wget" command to download file as you normally do. For example, I ran

wget http://pecl.php.net/get/APC-3.1.7.tgz

It will looks like this :

  • Read more about wget replacement in MAC OS X Server
  • Add new comment

Drupal 6 + Ubercart 2.4 : Display all orders in Order History

By BXTra | 11:29 PM PDT, Sun April 24, 2011
Drupal
Ubercart

Our online store doesn't have real time stock online due to integrated software with POS doesn't finish yet. So, we allow customer to place an order, then, contact them back if we really have those items in stock. We also keep those items waiting for them to pay. The problem is that, many times, customer that placed an order with us just don't want to pay at that time. They ignore it until we cancel that order. Then, they place another order a week later or so. That would be ok if it happens a couple times.

  • Read more about Drupal 6 + Ubercart 2.4 : Display all orders in Order History
  • Add new comment

How to install Memcached on CentOS + Memcached PECL (Update : 2011.03.22)

By BXTra | 1:04 AM PDT, Tue March 22, 2011
Memcached

From previous HOW TO - http://www.bxtra.net/Articles/2010-04-27/How-install-Memcached-CentOS-DirectAdmin-installed-Memcached-PECL   I just think that I should note an update how to install Memcached so that I, myself, can follow the steps here and get the latest version. The steps are almost exactly to my previous Memcached PECL installed. Only a few changes to install an updated version.

Get Libevent which is require to install Memcached. Their homepage is here -> http://www.monkey.org/~provos/libevent/

  • Read more about How to install Memcached on CentOS + Memcached PECL (Update : 2011.03.22)
  • 9 comments
  • Add new comment

Install Apache Solr on Drupal + CentOS

By BXTra | 8:43 PM PST, Thu March 03, 2011
Drupal
CentOS

1. Install Java SDK using below command :

yum install java-1.6*

2. Download Apache Solr module from Drupal server. (Do it as you normally do with Drupal)

3. Then, get "SolrPhpClient" and put it under Apache Solr module directory. The directory name must be "SolrPhpClient".

  • Read more about Install Apache Solr on Drupal + CentOS
  • 7 comments
  • Add new comment

[HOW-TO] Prevent Hotlink in Drupal 6 + Nginx - 2nd Method

By BXTra | 12:45 AM PST, Tue February 22, 2011
Nginx

After tried [HOW-TO] Prevent Hotlink in Drupal 6 + Nginx for a few days. I found a second method which is very similar to the first method but the different is in valid_referers.

Nginx Vhost configuration file - Protect hotlink (regexp)

  • Read more about [HOW-TO] Prevent Hotlink in Drupal 6 + Nginx - 2nd Method
  • Add new comment

Replace Drupal Search Box with Google Adsense Custom Search Module in Drupal 6 + Zen Theme

By BXTra | 7:56 PM PST, Fri February 18, 2011
Drupal

Drupal search doesn't work well with International language and after a couple years of using it, I decided to try Google Adsense Custom Search Engine. Well, at first, I would like to try just Google Custom Search Engine (CSE) but after reading from a few webpages, they said that both of them are the same. Google CSE will generate regular advertising while Google Adsense CSE will generate advertising that will share some revenue with the website owner. So, why use Google CSE if Google Adsense CSE can do the same while you may get some revenue. (Even it's just a little)

  • Read more about Replace Drupal Search Box with Google Adsense Custom Search Module in Drupal 6 + Zen Theme
  • 1 comment
  • Add new comment

[HOW-TO] Fix problem with Drupal + ImageCache when use Nginx as a reverse proxy

By BXTra | 7:12 PM PST, Tue February 15, 2011
Drupal
Nginx

I have set Nginx as a reverse proxy according to this tutorial -> [HOW-TO] Use Nginx as a reverse proxy for DirectAdmin which work fine. Then, I started to use Nginx to serve static files for one vhost which is running Drupal. PHP scripts still send to Apache to process through PHP-FPM. Everything seems to work fine until I found that there is one problem. The problem of images which is process by ImageCache. When I upload image, it doesn't shows as it should be.

  • Read more about [HOW-TO] Fix problem with Drupal + ImageCache when use Nginx as a reverse proxy
  • Add new comment
Pagination
  • First page « First
  • Previous page ‹ Previous
  • …
  • Page 6
  • Page 7
  • Page 8
  • Page 9
  • Current page 10
  • Page 11
  • Page 12
  • Page 13
  • Page 14
  • …
  • Next page Next ›
  • Last page Last »

  • Will the router get the Openvpn as a client option?
    6 years ago
  • cancellation
    6 years 1 month ago
  • Router ASUS RT-N12 D1 tomatoes passwort falsch
    7 years 8 months ago
  • WPS button = 30/30/30 hard reset button
    7 years 9 months ago
  • Save my day!
    8 years 3 months ago
  • How to
    8 years 6 months ago
  • Can i still access my modem (the one with the ISP provided)?
    8 years 6 months ago
  • A saving step!
    8 years 10 months ago
  • Problem with Asus n12e-c1
    8 years 11 months ago
  • don't use Hostgator
    9 years 2 months ago

© 2007 - 2023 BXTra.net. All Rights Reserved. 
Certain other content, photos and artwork displayed on BXTra.net are protected by copyright and are the property of their respective owners.

Privacy Policy