
ubuntu
文章平均质量分 81
雷古拉斯
专注近场通信
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu下谷歌浏览器安装java tm插件
一、32位机 sudo -s mkdir -p /opt/google/chrome/plugins cd /opt/google/chrome/plugins ln -s 因为我的是64位机,32位的可以通过vi /etc/environment找到java的安装路径。 二、64位机 sudo -s mkdir -p /opt/google/chrome/plugins cd原创 2013-07-05 17:19:16 · 3110 阅读 · 0 评论 -
ubuntu10.10可用sourcelist
一、ubuntu10.10可用源 sudo su vi /etc/apt/source.list ## Major bug fix updates produced after the final release of the ## distribution. deb http://old-releases.ubuntu.com/ubuntu/ maverick main restricte原创 2014-02-10 09:13:25 · 3892 阅读 · 0 评论 -
ubuntu将U盘分区表从4改为1
一、卸载设备 1.查看 root@tankai-G41T-R3:/home/tankai# mount /dev/sda5 on / type ext3 (rw,errors=remount-ro,commit=0) proc on /proc type proc (rw,noexec,nosuid,nodev) sysfs on /sys type sysfs (rw,noexec,nos原创 2014-02-09 14:46:15 · 2405 阅读 · 0 评论