Posts

A good solution to the ubuntu problem "Not enough free disk space when upgrading"

A good solution to the ubuntu problem "Not enough free disk space when upgrading" Reference: http://askubuntu.com/questions/298487/not-enough-free-disk-space-when-upgrading

replacing ThinkPad HDD with an SSD

My netbook computer Lenovo Thinkpad E10 is very slow. So I replace the HDD by an 60G SSD. The steps are as follows: 1.Backup you files to other mobile hard disks. 2.Use the Lenovo's "recovburncd.exe" to backup the original windows 7 system to DVD. It uses 3 DVDs. 3.Replace the HDD by the new SSD. 4.Connect the DVD-ROM to Computer, then, Start the system by DVD-ROM. and use the burned system DVD. 5.Continue install the system, the SSD with a new windows 7 will be installed.

Best Jin Yong Drama (Top 10)

1.1995 神雕侠侣(TVB,古天乐) 2.1998 鹿鼎记(TVB,陈小春) 3.1997 天龙八部(TVB,黄日华) 4.2001 倚天屠龙记(TVB,吴启华) 5.2013 笑傲江湖(于正,霍建华) 6.1992 鹿鼎记(周星驰) 7.1994 射雕英雄传(TVB,张智霖) 8.1996 笑傲江湖(TVB,吕颂贤) 9.1993 倚天屠龙记(李连杰) 10.2003 倚天屠龙记(赖水清,苏有朋)

Bye 2014, Hello 2015!

2014 is a very disappointed year? I think so. There were not too many goals and expectations. But I did not achieve them all. The best gain maybe is graduation. the second gain is Internship. But the things I missed are also very important. In 2015 I hope all the dreams can come true. Everything can be better. The things I must do: Jan: Study Japanese, and pass the JTEST with the score over 750. Finish the paper. Feb-Mar: Finish the patent. Study Java/Android, and prepare for the Company's entrance test. Improve English and Japanese speaking ability. Apr-Dec: Prepare to the company's tasks. Prepare to CFA L2. Develop some Android Apps. Find the house in August. Everyone becomes better. But I stopped for a long time. I want to improve and change in 2015.

Install Android Studio in Ubuntu 14

I have installed eclipse for C++ development and Java development in Ubuntu 14.04. But these days, I prefer to install the android development environment。 Compared to Eclipse, Android Studio offers official development environment. So I install this software. I have already installed Java 1.8. Reference: 1.http://karuppuswamy.com/wordpress/2013/10/23/how-to-install-android-studio-in-ubuntu-linux-13-10/ 2.http://simpledeveloper.com/adb-not-responding-android-solution/ 3.http://blog.csdn.net/niuls/article/details/37868079 The steps to install Android Studio. Step 1: Download Android Studio from Android Developer Portal(developer.android.com/sdk/index.html). Step 2: Install Android Studio. Extracting the the downloaded package to /opt/. Because of the China Gov's firewall, the google's host address should be added. For example, You can find google's host address in this site(http://ping.chinaz.com/) and add an effective one to /etc/hosts $ sudo vi /etc/hosts. and add the addr...

Ubuntu Error Solution: Not enough free disk space when upgrading

Reference: http://askubuntu.com/questions/298487/not-enough-free-disk-space-when-upgrading

Install Android Studio in Ubuntu 14

1. Download the android-studio-ide-135.1641136-linux.zip from the "http://developer.android.com/sdk/index.html" 2.Extract the zip file. 3.Move the file to the /opt/ by using "sudo mv android-studio /opt/" 4.Enter the /opt file start installation by using "./android-studio/bin/studio.sh" 5.Then the installation will start.