`
lingzantia
  • 浏览: 147513 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论

Ubuntu硬盘安装

阅读更多
ubuntu安裝流程
1.把ubuntu-7.10-alternate-i386.iso、initrd.gz、vmlinuz放到硬盤分區上(比如:e盤)。
2.解壓grub4dos到c盤,修改boot.ini,添加一行c:\grldr=Grub,重啟。
3.操作系統選擇菜單選擇Grub,按c進入命令模式。
4.輸入 find ubuntu-7.10-alternate-i386.iso查找鏡像所在盤(比如(hda0,5))。
5.輸入 vmlinuz (hda0,5)/vmlinuz
initrd  (hda0,5)/initrd.gz
boot
6.安裝,拔網線,手動設置網卡。
7.按提示裝完基本系統。
8.挂載你准備的源文件sourcesl.list所在的盤。比如(sudo mount //172.24.74.20/e$ ~/netshare/20/e -o username=xx,password=xxxx,iocharset=utf8)。
9.sudo cp ~/netshare/20/e/sources.list /etc/apt/
10.下面可以做成脚本
#!/bin/bash
apt-get update
apt-get upgrade
apt-get install x-window-system-core language-pack-zh language-pack-zh-base thunderbird thunderbird-locale-zh-cn openoffice.org tsclient sun-java6-jdk fcitx im-switch xfce4-terminal  htop mousepad fish rar unrar zip unzip
im-switch -s fcitx -z default
chsh -s /usr/bin/fish

常见问题:
1.startx显示器显示超出范围:sudo vi /etc/X11/xorg.conf 把 Section "Device" 中的 Driver 换成显卡型号(比如nv)
2.没有声音:alsamixer看声卡型号,cat /proc/asound/modules 也是查看当前声卡型号,修改 /etc/modprobe.d/alsa-base ,再最后修改你的声卡的顺序,如
   options snd-C index=0
   options snd-A index=1
   options snd-B index=2

常用軟件:
1.chm瀏覽 chmsee
2.圖片瀏覽 gimmage
3.翻譯 stardict
4.郵件 thunderbird
5.瀏覽器 swiftfox
6.文本編輯器 gedit mousepad
7.音樂 exaile
8.電影 mplayer+kmplayer
9.終端 xfce4-terminal
10.文件管理器 pcmanfm
11.窗口管理器 fluxbox 或 enlightenment
12.QQ eva
13.eclipse+sqldeveloper
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics