Posts

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.

The Great Torrents Net

YYETS had been closed. It is a good website to get free video. The other overseas torrent net: KPT:http://kickass.so/ addic7ed:: http://www.addic7ed.com/ yayaxz:http://www.torrentreactor.net/ eztv:http://eztv.it/ Universe:http://yzys.tv/ Rarbg:http://www.rarbg.com/ opensubtitles:http://www.opensubtitles.org seriessub:http://www.seriessub.com/ bitmetv:http://www.bitmetv.org/ extratorrent:http://extratorrent.cc/ yts:http://yts.re/ monovahttp://www.monova.org/ torrentreactor:http://www.torrentreactor.net/ movie4k:http://www.movie4k.to/

How to increase the speed of the WordPress in China

China banned Google's product. Therefore lots of the Google's product is very slow. WordPress use the googleapis.com to load the font. If we not banned this style, the website will be very slow. So I installed the plugin "Disable Google Fonts". It works in many themes. Reference: http://jingyan.baidu.com/article/17bd8e5213b6ff85ab2bb8bf.html

Install cdt 8.4.0 in eclipse luna

If you installed eclipse, you can install cdt to develop C program. You have to finish the installment of Eclipse. (Reference: http://hi.baidu.com/sf_chipan/item/e38ed5db1378666bdcf9be3f) Go into the website: http://www.eclipse.org/cdt/downloads.php Find the software repository url of related eclipse, such as: http://download.eclipse.org/tools/cdt/releases/8.4 Then open eclipse luna, select "help", and "install new software". then select "Add", the "Name" is "cdt", the location is the "repository url" Then you can add the cdt. What's more, you should install g++ For example: “sudo apt-get install g++”