`
dazuiba
  • 浏览: 130648 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论
阅读更多
1 For get a Fast Speed , I choose 163 as my apt-get mirror site.
  u can edit /etc/source.list, and replace it's content with following codes:
deb http://mirrors.163.com/ubuntu/ jaunty main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-security main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-updates main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-proposed main restricted universe multiverse
deb http://mirrors.163.com/ubuntu/ jaunty-backports main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-security main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-updates main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-proposed main restricted universe multiverse
deb-src http://mirrors.163.com/ubuntu/ jaunty-backports main restricted universe multiverse



then type following command:(so that ubuntu can update source repos)

sudo apt-get update


When this update is closing to the end , I caught an error( didn't encounter this error on my work station PC),when on my laptop:

     
获取:4 http://mirrors.163.com jaunty/universe Packages [4757kB]                                                                                                           
下载 6366kB,耗时 1min 41s (62.6kB/s)                                                                                                                                      
正在读取软件包列表... 完成
W: GPG error: http://mirrors.163.com jaunty-updates Release: 下列签名无效: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key <ftpmaster@ubuntu.com>
W: 您可能需要运行 apt-get update 来解决这些问题





So I baidu this message ,then I searched this page, which said:
引用

如果仅仅你一个人用的话

大可以不必要去考虑这个问题


一般 还行 不错 很好 非常好



So I ignored this error message(But still want to know why)



分享到:
评论
4 楼 dazuiba 2009-05-10  
my /etc/fstab

including fat32 and ntfs filesytems.
u can see, I mount all my win partition to /mnt, sub dir named c,d,e,f

and all unmask give the user the rwx right.

then I make soft link to my windows working dir(/mnt/d/dev) to ~/dev/

thus i can share working dir on the tow OS.

/dev/sda1 /mnt/c               vfat    loop,rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush         0       1
/dev/sda5 /mnt/d    ntfs-3g    uid=1000,gid=100,umask=0022    0 0
/dev/sda6 /mnt/e               vfat    loop,rw,nosuid,nodev,uhelper=hal,shortname=mixed,uid=1000,utf8,umask=077,flush         0       1

/dev/sda7 /mnt/f    ntfs-3g    uid=1000,gid=100,umask=0022    0 0
3 楼 dazuiba 2009-05-10  
sudo apt-get install ruby1.8-dev
2 楼 dazuiba 2009-05-10  
Gems to install:

sudo gem install hpricot  heroku cucumber mysql memcache-client RedCloth will_paginate mongrel thin daemons uuidtools
1 楼 dazuiba 2009-05-10  
sudo apt-get install openjdk-6-jdk subversion mysql-server mysql-query-browser mysql-client scim-chinese virtualbox-ose lighttpd imagemagick

相关推荐

Global site tag (gtag.js) - Google Analytics