`
dazuiba
  • 浏览: 132362 次
  • 性别: 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

相关推荐

    ubuntu U盘自动安装autoinstall.seed

    ubuntu U盘自动安装autoinstall.seed

    Ubuntu使用apt-get install安装程序下载速度慢?apt-fast加速下载。

    受到各种因素影响,有时ubuntu使用sudo apt-get install xx安装程序,在下载软件的时候会出现下载速度过慢的问题。 解决办法:通过安装apt-fast代替apt-get,可以使下载的速度有显著的提升。 解释:apt-fast采用aria...

    Ubuntu source insight install

    在ubuntu下安装source insight工具的方法

    Ubuntu install OpenWRT.docx

    Ubuntu安装OpenWRT OpenWRT是基于Linux的开源路由器操作系统,提供了丰富的功能和插件,允许用户自定义路由器的配置和行为。下面是关于如何在Ubuntu系统中安装OpenWRT的详细指南。 虚拟机安装Ubuntu 首先,我们...

    ubuntu install post process

    每次装完ubuntu后都需要配置和下载很多开发相关的软件例如maven,VIM CTAGS,JAVA,里面含下载脚本和source list等方便对ubuntu配置。

    ubuntu详细安装过程

    1. 安装到硬盘 (Install Ubuntu Server) - 安装 Ubuntu 服务器系统到硬盘中。 2. 检查 CD 是否有缺损 (Check CD for defects) - 检查安装光盘是否有任何缺损。 3. 救援已损坏的系统 (Rescue a broken system) 4. ...

    ubuntu_20.04_自动安装5.15.49稳定版实时补丁_linux-ubuntu-kernel-RT.zip

    ubuntu_20.04_自动安装5.15.49稳定版实时补丁_linux-ubuntu-kernel-RT.zip ubuntu_20.04_自动安装5.15.49稳定版实时补丁_linux-ubuntu-kernel-RT.zip ubuntu_20.04_自动安装5.15.49稳定版实时补丁_linux-ubuntu-...

    Ubuntu18 安装Autoware教程

    **Ubuntu18安装Autoware教程** Autoware是一款开源的自动驾驶软件,它基于Robot Operating System (ROS) 构建,提供了从感知到规划、控制的一整套解决方案。本教程将指导您在Ubuntu 18.04操作系统上安装Autoware。 ...

    ubuntu rtl8821cu驱动,适配rtl8811cu,tenda u9

    ubuntu tenda u9驱动,自测ubuntu20.04可使用wifi及热点功能 只需解压后进入目录执行 make -j12 sudo make install 检测驱动 ls /lib/modules/$(uname -r)/kernel/drivers/net/wireless/realtek/rtl8821cu 检测会...

    在Ubuntu 18.04(AGX板)部署ros2_foxy

    在Ubuntu 18.04系统上部署ROS2 Foxy是一个重要的任务,特别是在AGX板上,这通常用于自动驾驶和机器人应用。以下是一步步指导如何在JetPack 4.6.2环境下完成此过程。 首先,为了提高软件包下载速度,我们需要替换...

    ubuntu下mingw32交叉编译环境搭建

    ### Ubuntu 下 Mingw32 交叉编译环境搭建详尽指南 #### 一、引言 在 Linux 平台上进行 Windows 程序的开发时,通常会采用交叉编译的方式来构建目标平台的应用程序。Mingw32(Minimalist GNU for Windows 32-bit)是...

    How2Install_Ubuntu

    The experience of the install of next softwares Ubuntu Hudson Tomcat FTP Twiki

    Ubuntu 18.04_ Install Gerrit for Git code review.pdf

    Ubuntu 18.04_ Install Gerrit for Git code review ubuntu 上部署 gerrit 服务器 , 使用 apache2 作为web端, 可手动设置用户名密码.

    ubuntu 下安装JLINK驱动

    ubuntu下安装JLINK详细过程及安装过程遇到问题的解决方法。软件包括:Install_AT91-ISP_v1.13 、 JLink_Linux_V422a 、 Setup_JLinkARM_V422a 、 JLinkV8固件

    ubuntu20.04 PXE 网络自动化部署

    linux /vmlinuz ip=dhcp url=http://10.0.0.4/tftp/ubuntu-20.04.2-live-server-amd64.iso autoinstall ds=nocloud-net;s=http://10.0.0.4/tftp/ echo "Loading RamDisk" initrd /initrd } menuentry "Focal ...

    netron-4.6.3-ubuntu.zip

    netron-4.6.3-ubuntu是ubunutu上查看深度学习模型的可执行程序,安装以后,就是只需双击打开,添加模型文件的位置就可以了。 Netron 支持的框架和对应文件如下: 框架 对应文件 ONNX .onnx, .pb Keras .h5, .keras ...

    EOS链Ubuntu环境Install Prebuilt Binaries(安装预构建的二进制文件)的安装 的文件

    1.eosio_2.1.0-1-ubuntu-20.04_amd64.deb 2.libicu66_66.1-2ubuntu2.1_amd64.deb 3.libssl1.1_1.1.1f-1ubuntu2_amd64.deb

    Ubuntu22.04安装教程以及Ubuntu下C++环境配置

    "Ubuntu22.04安装教程以及Ubuntu下C++环境配置" 本教程旨在指导读者如何安装 Ubuntu 22.04 操作系统,并配置 C++ 编程环境。下面将详细介绍安装和配置过程中的每一步骤。 一、安装 VMware 在开始安装 Ubuntu 之前...

    alfresco-ubuntu-install:基于Ubuntu的Alfresco脚本安装

    这个"alfresco-ubuntu-install"项目显然提供了一个在Ubuntu操作系统上自动化安装Alfresco的脚本。以下是对这个话题的详细解释: 1. **Ubuntu操作系统**:Ubuntu是一款基于Debian的Linux发行版,广泛用于服务器环境...

    Ubuntu 18.04 Install PHP 5.6.md

    linux上安装php

Global site tag (gtag.js) - Google Analytics