Archive

Archive for the ‘Freeware’ Category

Ubuntu 11.04 64bit flash support

September 9th, 2011 admin No comments

sudo add-apt-repository ppa:sevenmachines/flash

sudo apt-get update

sudo apt-get install flashplugin64-installer

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Sphinn
  • Google Bookmarks
  • Furl
  • Spurl
  • Mixx
  • MySpace
  • Live
Categories: Freeware, Ubuntu, VMware Tags:

GFI Backup 2009 Home Edition

March 7th, 2011 admin No comments

Tested several backup software for my laptop.

1. FBackup 4.2 — not support incremental backup

2. Backup4all.Professional.4.2 — during my test, there is a strange error in inc backup.

3. Cobian Backup V10.0 — GUI isn’t friendly

4. GFI Backup 2009 Home Edition — almost perfect, except log which is too professional.

 

Final, decided to use “GFI Backup 2009 Home Edition”, it’s free for personal user.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Sphinn
  • Google Bookmarks
  • Furl
  • Spurl
  • Mixx
  • MySpace
  • Live
Categories: Freeware Tags: , , , ,

RMVB without sound in KMPlayer, DLL files to be copied

February 12th, 2011 admin No comments

The standard KMplayer does NOT support RMVB, maybe for copyright.

To solve the problem, there are three ways.

1. download a version from KMplayer’s website complied by someone, it isn’t official version.

For example, the official version is 3.0.17, the rmvb version is 3.0.18, you can find it.

2. download rmvb dll files, and copy the to KMplayer’s directory. You can google it, then download it.

or Download it from here, KMplayer_rmvb_dll.zip

It works in my Windows 7.

3. Install a Real Player, and copy the dll files related to KMplayer’s directory, the filenames are,

sipr.dll, pncrt.dll, drvc.dll, cook.dll

Good luck.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Sphinn
  • Google Bookmarks
  • Furl
  • Spurl
  • Mixx
  • MySpace
  • Live
Categories: Freeware Tags: , , , ,

Zotero sync function

February 12th, 2011 admin No comments

I opened sync function of Zotero several days ago, because I use Zotero in Ubuntu 10.10 and Windows 7.

It works.

URL can be saved by Xmark, and web page can be saved by Zotero.

This is why I like Firefox.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Sphinn
  • Google Bookmarks
  • Furl
  • Spurl
  • Mixx
  • MySpace
  • Live

RMVB without sound in KMPlayer, just two command to solve it.

October 6th, 2009 admin No comments

Solution:

ren C:\Program Files\Common Files\Real\Codecs\cook.dll C:\Program Files\Common Files\Real\Codecs\cook.dll.orig

copy C:\Program Files\Real\RealPlayer\producer\Codecs\cook.dll C:\Program Files\Common Files\Real\Codecs\

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Sphinn
  • Google Bookmarks
  • Furl
  • Spurl
  • Mixx
  • MySpace
  • Live
Categories: Freeware Tags: , ,

Remove most plugins of Firefox V3.5.2

August 28th, 2009 admin No comments

Today, remove most plugins in Firefox V3.5.2 in order to improve its startup speed.

It seems having no effect after clearing up.

Firefox V3.5.2 starts up  slower than IE V6.0, and often crashs.

I have reported many times about the crash related with bookmark’s operation since V2, it’s still in this version.

After you create a bookmark or folder in left side bar, move it immediately, this operation will make Firefox crash.

If you tired of Firefox, Mathon will be a good choice to replaceV3.5.2, URL: http://www.maxthon.com/

I still use Firefox because of its powerful plugins, such as Xmarks, Alexa, and Zotera.

Firefox V3.5.2 is still in pre-release version, it’s hurry to publish, and harms its reputation.

Plugins in my Firefox V3.5 now,

1. Alexa Sparky

2. Gmail Manager

3. IE Tab

4. Java Quick Starter

5. Xmarks

6. Zotero

all of them are active.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Sphinn
  • Google Bookmarks
  • Furl
  • Spurl
  • Mixx
  • MySpace
  • Live

Plugin or Addon in my Firefox 3.5

August 8th, 2009 admin No comments

Updated Firefox from 3.0.5 to 3.5.2. It’s a failure update because V3.5 has a long startup and is not compatible with some website. Also it seemed V3.5 want more CPU.

Now, Plugins and Addons in Firefox  V3.5.2,

  • Alexa Sparky(Usally disable)
  • FEBE(can be deleted)
  • IE Tab
  • Java Quick Starter(can be deleted)
  • Xmarks
  • Zotero
Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Sphinn
  • Google Bookmarks
  • Furl
  • Spurl
  • Mixx
  • MySpace
  • Live
Categories: Freeware Tags: , , , , ,

NTFS Junction with USB disk

May 10th, 2009 admin No comments

1. Right click, select “Pick link source”
2. select which directory to be dropped in
3. Right click, drop as Junction

Source: USB disk, NTFS partition, with lots of files in directories names by date.
Target: Application root. NTFS partition, need input lot of files, but has limited free disk space.
Object: temporarily mount another directory in another NTFS partition.
Software: NTFS Junction by “Link Shell Extension

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Sphinn
  • Google Bookmarks
  • Furl
  • Spurl
  • Mixx
  • MySpace
  • Live

Free Flash Chart Tool–FusionCharts

May 3rd, 2009 admin No comments

FusionCharts provides lots of  charts with multi-code method.

URL: http://www.fusioncharts.com/

FusionCharts’ usage is very simple. The distribution package has a good example for each type of chart, and you can draw professional chart within 3 minutes.

It has a free version and a commercial version. Free version is powerful enough to meet most needs.

This is free version URL: http://www.fusioncharts.com/free/

Free version document URL: http://www.fusioncharts.com/free/docs/

Also, they have another tool, PowerCharts. I don’t test and code with this product. From the document, it seems more powerful than the free FusionCharts.

I use PHP code to select data from MySQL, and generate XML for FusionCharts.

More charts can be shown in a single webpage. In your PHP codes, just do as following,

<?php

echo yourchart1

>

<?php

echo yourchart2

>

Notes: table or DIV can be used for layout.

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Sphinn
  • Google Bookmarks
  • Furl
  • Spurl
  • Mixx
  • MySpace
  • Live
Categories: Freeware, PHP Tags: , , , , ,