Dec 16, 2010

Filezilla Server 425 Can't open data connection


1. Download and install filezilla SERVER here. Demo version is 0.9.37.
2. Default FTP port is 21. Now we set it on port 22 as example. ( you can choose any port )



3. If default setting not going to work with you and you got error at filezilla client

    425 Can't open data connection or can't listing folder files


4. You may follow setting as below


5. Remember allow Filezilla.exe pass through your firewall
6. If you still facing listing files issue. You may try for Vista or 7
    goto Control Panel\All Control Panel Items\Network and Sharing Center\Advanced sharing settings
    Turn On Public Folder Sharing
    Turn Off Password Protected Sharing

Hope this help.

Bookmark and Share

Mar 19, 2010

Simple Method Invoker Thread Safe Code

                string ip = string.Empty;
                MethodInvoker method = delegate
                {
                    ip = txtOutgoingIP.Text;
                };

                if (InvokeRequired)
                    BeginInvoke(method);
                else
                   method.Invoke(); 


Bookmark and Share

Feb 3, 2010

Search Own Twitter History Item

Hmmm... been long time using Twitter, yet not found any convenient method to find history of my own Twitter item.

Finally found a way:

Just key in this URL:
http://search.twitter.com/search?q=ethanliew+flash
( where ethanliew is my own Twitter ID + flash my search keyword )

Now I am using Plurk.com + Twitter.com + facebook.com + Blog with Plurk Widget.
Once I start Plurk-ing, my items will be added to Twitter, Facebook and Blogroll.
Make my life easier =)

And now I would please to Plurk and Tweet all favorite links instead of bookmarking it =)
since it is easier for me to search the url back and at the same time can share the goods to public







Bookmark and Share

Jan 26, 2010

How to make notebook battery longer life span

Method:

Remove your battery from notebook after battery finish charged and support your notebook with AC power.

Usually notebook user having AC power while they work at desk. It is recommended to remove the battery and just let the AC power supplier the power to your notebook.



Bookmark and Share

Download Google Chrome 4.0 with Extension

Google Chrome 4.0 with Extension support !

Download from here
http://www.google.com/chrome
or here
http://www.filehippo.com/download_google_chrome/

Bookmark and Share

Jan 2, 2010

free aNobii books share and management portal

aNobii  
Free account to share books with friends and manage your books read!

www.aNobii.com

Try it out today.



Bookmark and Share