3 after install ubuntu, need sudo apt-get update, get update from /etc/apt/sources.list
need set this :
/etc/apt/apt.conf
Acquire::http::Proxy "http://proxy:prot"; then , success update.
4 安装搜狗输入法
从官网下载 deb,安装之后:
im-config Click through and select fcitx. Click through.
Restart your computer. Click the keyboard in the top
right corner. Press Configure Current Input Method. Press + to add a newlanguage. De-select “Only show current language”. Type in
sogou. Press OK. To switch between keyboards press Ctrl+Space
6 通过android stuido下载 emulator update时,总是失败。报出error:
Not enough space on /tmp
解决方案:tmp所提供的空间可能不够系统使用,需要增大空间。
To do 1:
open a terminal and run
sudo umount -l /tmp
sudo mount -t tmpfs -o size=1048576,mode=1777 overflow /tmp
This should give you an 1MB partition (just like the one you had =P).
Now, to increase the size, you increase the size in that line, so that, with size=10485760, you'd get 10 MB.
Your goal is to find a number that is enough for the job, but leaves enough ram too related link: https://askubuntu.com/questions/199565/not-enough-space-on-tmp