Thursday, March 31, 2011

HOWTO : Upgrade to Firefox 4 on Ubuntu 10.10

Firefox 4 is released recently. It also works on Ubuntu 10.10. You can upgrade it from PPA. Be keep in mind that some of the add-ons are not compatible with Firefox 4 at the moment.

sudo add-apt-repository ppa:mozillateam/firefox-stable
sudo apt-get update
sudo apt-get upgrade


That's all! See you!

Saturday, March 26, 2011

HOWTO : LibreOffice 3.3 on Ubuntu 10.10

OpenOffice is now owned by Oracle. The development team of previous OpenOffice reformed and developed LibreOffice for the replacement. You can use LibreOffice as the alternative. LibreOffice is faster and more powerful.

Be keep in mind that OpenOffice will be uninstalled automatically when you install LibreOffice.

Step 1 :

sudo add-apt-repository ppa:libreoffice/ppa

sudo apt-get update

Step 2 :

sudo apt-get install libreoffice-gtk libreoffice-gnome libreoffice-pdfimport libreoffice-officebean libreoffice-ogltrans libreoffice-wiki-publisher libreoffice-core libreoffice-mysql-connector libreoffice-base-core libreoffice-style-andromeda libreoffice-calc libreoffice-draw libreoffice-impress libreoffice-writer libreoffice-math libreoffice-common libreoffice-emailmerge libreoffice-l10n-common libreoffice-dtd-officedocument1.0 libreoffice-report-builder-bin libreoffice-style-hicontrast libreoffice-base libreoffice-java-common libreoffice-style-galaxy libreoffice-report-builder ttf-opensymbol libreoffice-presentation-minimizer libreoffice-style-crystal libreoffice-style-oxygen libreoffice-filter-mobiledev mozilla-libreoffice libreoffice-style-human libreoffice-style-tango python-uno ure uno-libs3 libreoffice-help-en-us

Step 3 : (Optional)

The following will install Traditional Chinese and Simplified Chinese.

sudo apt-get install libreoffice-l10n-zh-cn libreoffice-l10n-zh-tw libreoffice-help-zh-cn libreoffice-help-zh-tw

Step 4 : (Optional)

If you are using Kubuntu, install the following instead of libreoffice-gnome and libreoffice-gtk.

sudo apt-get install libreoffice-kde

That's all! See you.

Thursday, March 24, 2011

HOWTO : Third Party Modules for Drupal 6

The following list is my currently using third party modules of Drupal 6.2. I would like to share with you all.

Download the following modules with the following url and put them at sites/all/modules/contribute/.

http://www.drupal.org/project/????

Where ???? is the following titles

e.g. http://www.drupal.org/project/acl


acl

# The following are for Google Adsense
adsense
adsense_injector

advanced_forum
advanced_forum_more_styles
advanced_help
advuser
author_pane
backup_migrate
bookmark_us
browscap
cck
composite
content_access
ctools
date
db_maintenance
emfield
fb
fckeditor
filefield
formblock
getid3
google_analytics
htmlmail
i18n
imageapi
imagecache
imagefield
jquery_ui
lang_dropdown
languageicons
lightbox2
login_security
media_youtube
mimemail
mobile_tools
mollom
mp3player

# The following are for online shop
nap
node_access_rebuild_bonus

options_element
panels
pathauto
phone
phpmailer
print
private
privatemsg
rules
security_review
select_or_other
signup
simpletest
sina_open
sitedoc
skinr
tablefield
theme_editor
token

# The following are for online shop
ubercart
uberpos
uc_addresses
uc_alipay
uc_coupon
uc_node_access
uc_node_checkout
uc_product_triggers
uc_views

user_delete
user_register_notify
views
views_bulk_operations
webform
webform_validation
wurfl

# The following are themes for mobile_tools
fusion
fusion_mobile


By the way, if you want to tune the Drupal 6, MySQL and PHP5 as well as Hiawatha, please refer to Performance tuning and Installation of Hiawatha and Drupal.

That's all! See you.