During learn and experience

۳ مطلب در مهر ۱۳۸۹ ثبت شده است

GWT 2.1 Release Candidate 1

Finally GWT 2.1 release candidate come:

http://code.google.com/webtoolkit/doc/latest/ReleaseNotes.html

That is great , i want to learn more about its new feature as soon as possible. I like MVP Framework and Cell Widget features.

MVP Framework feature can standard views in large scale GWT application s and we can share views in different projects.

have a nice time.

۲۸ مهر ۸۹ ، ۱۰:۰۰ ۰ نظر موافقین ۰ مخالفین ۰
سعید زرین فام

Finally i migrate to Linux

After about 2 years and try 3 different distribution of Linux (Ubuntu , Fedora , open Suse) finally i migrate completely into Linux operating system.
I am very happy now because i think i use my hardware efficiently compare to past that i was on Windows. At last i select Ubuntu from different Linux distribution.
Almost all my software need are exist in Ubuntu (Office , IDE , Web Browser , Media Player , ...) but my major problem in this migration was (already is) hardware driver , some of my hardware device installed hardly (very hard) and some other did not install yet or did not work in good performance (e.g. WIFI).
But in overall i am glad , Linux world is very nice , stable and fast (compare to Windows).

have a nice time.
۱۹ مهر ۸۹ ، ۰۰:۰۹ ۱ نظر موافقین ۰ مخالفین ۰
سعید زرین فام

How to run a bin file in Linux ?

bin is executable extension for files in linux. some program distribute in this format. for executing a bin file from command line you can use following command:

first change the permission of file with this command:

$ chmod +x yourfile.bin
e.g
# chmod +x jdk-6u14-linux-i586.bin

then run file with this command:

$ ./yourfile.bin

have a nice time.
۰۶ مهر ۸۹ ، ۲۳:۵۸ ۰ نظر موافقین ۰ مخالفین ۰
سعید زرین فام