Categories
- Android (3)
- Cloud Computing (4)
- Development (13)
- Linux (31)
- Uncategorized (31)
- WordPress (5)
Tags
Archives
-
Random Posts
Delicious Bookmarks
- Sending/receiving a Large size of message 2010/08/30
- Linux: How To Clear The Cache From Memory 2010/08/26
- Ejabberd-Cluster Database Configuration 2010/08/21
- How to: Find the inode size of an ext2 / ext3 filesystem 2010/08/21
- Ubuntu Router 2010/08/21
- HOWTO: Wireless Security - WPA1, WPA2, LEAP, etc. 2010/08/21
Google Reader Shares
Richard's GR ShareLinks
Meta
Monthly Archives: August 2008
Post-installation Configuration for Ubuntu 8.04
书接前回,这篇 post 写一下安装 Ubuntu 8.04 后的几项必要的常规配置。 1. 使用更快的软件源 从我自己的使用经验来看(俺是铁通/网通用户),不论是 Ubuntu 主服务器,还是其中国镜像服务器,访问速度都很慢,表现最好的是 cn99 镜像。因此,打开软件源管理器,清空第一个标签页“Ubuntu软件”中的原有选定,在第二个标签页“第三方软件”逐条添加以下项: deb http://ubuntu.cn99.com/ubuntu/ hardy main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ hardy-security main restricted universe multiverse deb http://ubuntu.cn99.com/ubuntu/ hardy-updates main restricted universe multiverse 如果你想使用提前释出的软件/更新,需要添加: deb http://ubuntu.cn99.com/ubuntu/ hardy-proposed main restricted … Continue reading
Install Ubuntu 8.04 from Hard Disk
刻光盘太浪费了,现在不是总在强调绿色嘛,好吧,让我们直接用 ISO 光盘镜像文件来安装 Ubuntu 吧。 我用的是一台 T61p,当前的系统是 Windows XP,硬盘分区状况为: C(/dev/sda1),主分区,使用 NTFS 文件系统; D(/dev/sda5),位于扩展分区上的第一个逻辑盘,使用 FAT32 文件系统。 Ubuntu 将使用位于扩展分区上的剩余空间,在安装过程中将被分成两个分区: /dev/sda6 加载为根区,使用 ext3 文件系统; /dev/sda7 加载为交换区。 下载 通过硬盘安装需要使用 Alternate CD 介质,我用的是 Hardy Heron 8.04.1 版本。 还需要下载两个文件以支持从硬盘安装:vmlinuz, initrd.gz. 注意,前面下载到的 ISO 文件也包含这两个文件,但 ISO 中的这两个文件不支持从硬盘上寻找安装介质,所以从 ISO … Continue reading