Archive - Aug 2008
August 25th
Download Drupal 5.10 and Drupal 6.4
Submitted by k4tz on Mon, 08/25/2008 - 07:57Drupal 6.4 and Drupal 5.10, maintenance releases fixing problems reported using the bug tracking system, as well as critical security vulnerabilities, are now available for download.
Drupal 6.4 and 5.10 were released in response to the discovery of security vulnerabilities.
Upgrading your existing Drupal 5 and 6 sites is strongly recommended.
August 21st
Disable OpenOffice Splash Screen in Ubuntu
Submitted by k4tz on Thu, 08/21/2008 - 09:17 For Ubuntu user:
$ sudo vi /etc/openoffice/sofficerc
< password >
Other Linux distribution
Login as root
$ su
< password >
# vi /usr/lib/openoffice/program/sofficerc
Change "Logo" value from 1 to 0 then save
Drupal -- Install CAPTCHA Module
Submitted by k4tz on Thu, 08/21/2008 - 09:00Tired to delete spam comments in your drupal site? Why don't you install CAPTCHA module for
your site. It will help you prevent from spambots.
What is CAPTCHA
A CAPTCHA is a challenge-response test most often placed within web forms to determine whether the user is human. The purpose of CAPTCHA is to block form submissions from spambots – automated scripts that harvest email address from publicly available web forms. The CAPTCHA module provides this feature to virtually any user facing web form on a Drupal site.
August 18th
GPCode Virus Removal Instruction
Submitted by k4tz on Mon, 08/18/2008 - 05:42New variants of GPcode virus are back in action again and until now there are no methods to decrypt the infected file. But if you had infected you might try this trick, its from viruslist and hopefully it will be useful:
August 12th
Live Traffic with Feedjit for Drupal 6 Site
Submitted by k4tz on Tue, 08/12/2008 - 10:19 Feedjit's live traffic feed shows statistics on your website in real-time. It shows:
- Which city and country your visitors are in
- Which website they arrived from, if any
- Which page they visited on your website
- Which external link they clicked to leave your site, if any
Feedjit widgets are updated in real-time. Your traffic feed is updated as each visitor arrives on your site. The update occurs before the widget loads which means that each of your visitors can see their own location displayed.
August 11th
Create and Extract .bz2 Files in Ubuntu
Submitted by k4tz on Mon, 08/11/2008 - 09:27A file with an extension of bz2 has been compressed with the bzip2 program. A bzip2 file can be 10-20% smaller than a gzip version of the same file. How can you extract it in Ubuntu?
First, install bzip2 in Ubuntu:
$ sudo apt-get install bzip2
How to Create .bz2 files in Ubuntu:
$ bzip2 test.txt (where test.txt is the name of the file you wish to compress)






