Archive - Aug 2008

Date
  • All
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31

August 25th

Download Drupal 5.10 and Drupal 6.4

Tagged:

Drupal 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.

 

DOWNLOAD DRUPAL 5.10

August 21st

Disable OpenOffice Splash Screen in Ubuntu

Tagged:

 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

Tired 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

Tagged:

New 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

Tagged:

 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

Tagged:

A 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)