- 浏览: 301867 次
- 性别:
- 来自: 南京
最新评论
-
ggwang:
谢谢分享!
如何释放Ubuntu多余的空间?如何给Ubuntu扩容(install inside windows)? -
allenshao:
只有放枪咯~~~~~
Google Group Android Developers 无法打开的问题 -
malong26:
也打不开~~~
Google Group Android Developers 无法打开的问题 -
songshuang:
一直喂它会一直吃是不?
用你的鼠标逗逗它 -
allenshao:
现在基本上用免费的VPN,缺点是限流量。
如何访问appspot网站?
文章列表
Sometimes compiling certain things from source I've received a "virtual memory exhausted: Cannot allocate memory" error. The following is a quick tip to maybe allow gcc/libtool/make/whatever to finish their duty.
Change the user’s limits.
ulimit -n
and it is current showing as 1024.
I ...
-- Boot partition stores the Android kernel. If this partition is empty, the LK bootloader will enter the fastboot mode.
-- System partition contains the Android user interface and all the pre-installed system applications.
-- Data partition contains the user's data- contacts, messages, user instal ...
There are some common mistakes that people make when learning English. If you can correct a few simple things you can sound a lot more fluent. These are some of the tricks or pieces of advice our English teachers have come up with to make you sound more fluent as a speaker. Obviously there is no su ...
原因是在火狐快捷方式里面,重定向到hao123
"C:\Program Files\Mozilla Firefox\firefox.exe" http://www.hao601.com/?tn=3130716_10
把hao123网址去掉即可,屡试不爽
Getting bored with Amazon association when you search in Ubuntu dash, just follow the below tips.
1. Remove unity shopping packages
sudo apt-get remove unity-lens-shopping
2. Disable online search results
Go to "Security & Privacy", hit off in "search" tab.
1) Understand that there is no “magic bullet.”
That means there is NO secret and super-effective way to guarantee fluency very fast. There are different methods, and some are better than others (for example, practicing with real conversations and using the language frequently, not just memorizing gr ...
Remove Ubuntu One
- 博客分类:
- Ubuntu
To start, we need to make sure that Ubuntu One isn’t running. Open the System Monitor, in System > Administration > System Monitor.
In the Processes tab, look for anything that starts with “ubuntone”. Select them, and click End Process.
Next, we’ll get rid of the stored authentication token fo ...
Remove old crash-reports - recommended
Remove all old crash-reports that might exist in the crash-report directory:
sudo rm /var/crash/*
After a reboot, the popups should be gone.
Disabling error-reporting
It's not a desirable solution.
sudo vim /etc/default/apport
Change enabled=1 to enabled=0
What's ART?
ART is Google's 2-year-long ongoing secret project, which aims to boost the performance of our Android devices. It's based on the premise that modern devices are pretty powerful in terms of CPU speed and memory capacity, especially in comparison with the first generation of Android devic ...
gnutls package is broken, workaround is compile git with openssl.
sudo apt-get install build-essential fakeroot dpkg-dev
mkdir ~/git-openssl
cd ~/git-openssl
sudo apt-get source git
sudo apt-get build-dep git
sudo apt-get install libcurl4-openssl-dev
sudo dpkg-source -x git_1.8.3.2-1.dsc
cd ...
sudo aptitude install tofrodos
运行这两行
ln -s /usr/bin/fromdos /usr/bin/dos2unix
ln -s /usr/bin/todos /usr/bin/unix2dos
或者加入脚本
1) add the new id to your xml
2) run "make -j4 2>&1 | sed -n -f frameworks/base/core/res/MakeJavaSymbols.sed | sort -u"
will generate a output like this:
<java-symbol type="id" name="new_id_1" />
<java-symbol type="id" name="new_id_2&quo ...
按照网上的方法apt-get并不成功,我这里采用的方法是手工安装,步骤如下:
1. java.sun.com下载jdk-6u37-linux-i586.bin
2. sudo chmod u+x /home/allen/jdk-6u37-linux-i586.bin
3. JDK配置,vim ~/.bashrc
export JAVA_HOME=/home/allen/jdk1.6.0_37
export JRE_HOME=${JAVA_HOME}/jre
export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/li ...
1. [repo init] fetch address issue: change to fetch="git://Android.git.linaro.org/"
2. something like "remote end hung up unexpectedly"
go to the folder where you made “repo init” some days ago
open .repo/repo/subcmds/sync.py
correct _Fetch function (program will try to ...
Unless you have been using your Android phone just for calls, SMS, browsing and basic apps, you should know that Android uses several partitions to organize files and folders on the device. Each of these partitions has a distinct role in the functionality of the device, but not many Android users kno ...