notes_01
 

 
**Q: my motherboard's bug
If the drivers doesn't work, just turn off the machine, unplug the power, boot after 10 seconds. (COLD BOOT)

[REFS]
gerick said:
One trick I learned with dual-boot is that something gets loaded the onboard NIC (firmware?) by the windows drivers that prevents Linux from using the NIC. The trick is after shutting down Window XP, turn off the machine, and UNPLUG it (ATX still powers the board with 5vdc even when turned off). Leave the machine unplugged for about 10 seconds, plug back in, then see if forcedeth works.

%%%%
**Q: installation history
[Installation on Apr. 14, 2006]
[Reinstalled  on Apr. 17, 2006]

Ubuntu 6.06 amd64 (Dapper)


%%
**Q: Do NOT install:
    zhcon            doesn't work at all
    realplayer    works but bad; cause firefox crash


%%
**Q: a useful url
http://wiki.ubuntu.org.cn/快速设置指南  


%%
**Q: Chinese characters cannot be displayed properly in Gnome
A: at logon screen
    Options - Select language - ZH(UTF-8)

%%
I modified /etc/fstab, then rebooted the machine.

%%
**Q: Chinese file names are displayed as "????".
A: 下列步骤马上解决:
    root@Spring:/media# umount sda6
    root@Spring:/media# mount -t vfat -o iocharset=utf8 /dev/sda6 sda6/
    修改 /etc/fstab 永久解决:

        # /etc/fstab: static file system information.
        #
        # <file system> <mount point>   <type>  <options>       <dump>  <pass>
        proc            /proc           proc    defaults        0       0
        /dev/sda3       /               ext3    defaults,errors=remount-ro 0       1
        /dev/sda10      /home           ext3    defaults        0       2
        /dev/sda1       /media/sda1     ntfs    defaults,iocharset=utf8        0       0
        /dev/sda5       /media/sda5     vfat    defaults,iocharset=utf8        0       0
        /dev/sda6       /media/sda6     vfat    defaults,iocharset=utf8        0       0
        /dev/sda7       /media/sda7     vfat    defaults,iocharset=utf8        0       0
        /dev/sda8       /media/sda8     vfat    defaults,iocharset=utf8        0       0
        /dev/hda1       /media/hda1     ntfs    defaults,iocharset=utf8        0       0
        /dev/hda5       /media/hda5     vfat    defaults,iocharset=utf8        0       0
        /dev/hda6       /media/hda6     vfat    defaults,iocharset=utf8        0       0
        /dev/sda9       none            swap    sw              0       0
        /dev/hdd        /media/cdrom0   udf,iso9660 user,noauto     0       0
        /dev/fd0        /media/floppy0  auto    rw,user,noauto  0       0

%%
**Q: 各目录名称以及意义
A:
    目录     内容
    bin     基础命令执行文件
    boot     启动引导器的静态链结文件
    dev     设备文件
    etc     主机特定的系统配置
    home     用户活动目录
    lib     基本共享库以及内核模块
    media     包含移动介质的挂载点
    mnt     用于临时挂接一个文件系统
    proc     系统信息的虚拟目录(2.4 和 2.6 内核)
    root     根用户的活动目录
    sbin     基本的系统级程序
    sys     系统信息的虚拟目录(2.6 内核)
    tmp     临时文件
    usr     第二层次
    var     活动数据
    opt     附加的应用程序软件包