寻找android爱好者.
据说要拿G2手机作为开发手机,不知道什么时候能够拿到G2手机,期待。
对于SDK 1.5中加入的SHELL,很赞,尤其安装busybox后,通过修改了init.rc,添加busybox PATH,
busybox中的很多命令都可以直接用。…
寻找android爱好者.
据说要拿G2手机作为开发手机,不知道什么时候能够拿到G2手机,期待。
对于SDK 1.5中加入的SHELL,很赞,尤其安装busybox后,通过修改了init.rc,添加busybox PATH,
busybox中的很多命令都可以直接用。…
详见:http://gentoo-pjq.vicp.net/bbs/viewtopic.php?f=6&t=55&sid=58ac702483a8c38a5e527b35f2ed97f0
http://www.linuxsir.org/bbs/thread348367.html
http://www.gentoo-wiki.info/RT73
驱动下载地址,下载最新的,不然编译会有问题:
http://www.ralinktech.com.tw/Home/Support/Linux.html
http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT73STA-v1102.txt
http://www.ralinktech.com.tw/data/drivers/2009_0206_RT73_Linux_STA_Drv1.1.0.2.tar.bz2
安装过程参照了wiki上过程:http://www.gentoo-wiki.info/RT73
[code]#cp RT73_Linux_STA_Drv1.0.4.0.tar.gz /tmp/
#cd /tmp/
#tar zxvf RT73_Linux_STA_Drv1.0.4.0.tar.gz
#cd /tmp/RT73_Linux_STA_Drv1.0.4.0/Module/
#cp Makefile.6 ./Makefile
Note: you need to modify the Makefile to make the DEVICE(rausb0) to wlan0
# sudo -i
# chmod 755 …
tail -f /var/log/apache2/error_log
发现里面都是相同的内容:
[Tue Feb 10 22:52:51 2009] [notice] child pid 7887 exit signal Segmentation fault (11)
[Tue Feb 10 22:52:51 2009] [notice] child pid 7888 exit signal Segmentation fault (11)
[Tue Feb 10 22:52:51 2009]
http://www.linuxsir.org/bbs/thread342035.html
每次清理world file都要去找那一堆命令,之前找到英文版的在这里。
现在我将主要过程写在一个脚本里了,下次只要执行一下这个脚本就行了。
用wgetpaste贴在了这里。
主要会执行如下步骤:
echo "***********************************************" echo "The system will do the follow steps automaticly:" echo "1.cp /var/lib/portage/world ~ && >/var/lib/portage/world" echo "2.regenworld" echo "3.emerge --depclean -p" echo "4.emerge --depclean" echo "5.emerge
Welcome to Blog.ubuntu.org.cn. This is your first post. Edit or delete it, then start blogging!…
快速设置指南/GutsyGibbon
出自Ubuntu中文
http://wiki.ubuntu.org.cn/%E5%BF%AB%E9%80%9F%E8%AE%BE%E7%BD%AE%E6%8C%87%E5%8D%97/GutsyGibbon
当你刚刚安装完毕之後,我们来花10分钟设置一下系统,让其有一个更加舒适的中文环境。──本文的作用
目录
[隐藏]
* 1 前言
* 2 修改源并更新你的(k/x/ed)ubuntu
* 3 设置系统中文环境支持
o 3.1 安装语言包
o 3.2 scim输入法安装及设置
o 3.3 fcitx输入法安装及设置(Kubuntu下推荐使用)
o 3.4 安装文泉驿字体(可选)
o 3.5 解决PDF电子文档的中文乱码
* 4 安装JAVA环境支持
* 5 安装QQ软件(可选)
o 5.1 安装EVA,Kubuntu推荐使用
o …