1.前提是:必须安装了vm tools
2.vm中设置桥接上网
3.setup命令设置linux操作系统的ip地址和windows的本地连接ip地址在同一个网段。(可以设置成 自动获取ip地址)
ps:system tool->network controls-》重启一下etho 设置完ip后
可以用命令:ifconfig eth0 up 和 ifconfig eth0 down
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Wed May 28 10:01:50 2003
(==) Using config file: "/etc/X11/XF86Config"
(EE) NV(0): No Display subsection in Screen section "Screen0" for depth/fbbpp 16/16
(EE) Screen(s) found, but none have a usable configuration.
Fatal server error:
no screens found
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to .
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.、
"Z1@4d#?9S3x)m c![tech.techweb.com.cn']4n3|0b7D/H
解决方法如下:编辑 /etc/X11/XF86Config,在“Section ‘Files’”里的“FontPath”段加入以下字体路径定义:
'M/]&\:s"]%t/M$v0}程序开发,操作系统,服务器,源码下载,Linux,Unix,BSD,PHP,Apach,asp,下载,源码,黑客,安全,技术社区,技术论坛*t#?-T/k4z8U/A
FontPath "/usr/X11R6/lib/X11/fonts/misc"
/i7f L3w E(n)q1{(Q*I+a+A7i)p1_:e$r
保存后,重新启动X-Window(startx)即可。
硬盘分配: C盘后面200M挂在/boot,F盘后面1.2G的swap,再后面33G挂在/
安装UltraISO,打开要装的iso,点启动-写入硬盘镜像-选择U盘(有个下拉菜单选USB-HDD+)-格式化-写入。
有的U盘启动不了,换一个试试就OK
二安装
不要选“卸载已存在的ubuntu并重新安装”,否则可能引起启动异常
不要选择“安装过程中下载更新”,慢死……
三 安装后的配置
1.配置软件源
先在Ubuntu软件中心-编辑-软件源中搜索最快的服务器做为校外服务器
再在/etc/apt/sources.list 开头加入:
#----------------------- xidian -------------------------
deb http://ftp.xdlinux.info/ubuntu/ precise main multiverse restricted universe
deb http://ftp.xdlinux.info/ubuntu/ precise-backports main multiverse restricted universe
deb http://ftp.xdlinux.info/ubuntu/ precise-proposed main multiverse restricted universe
deb http://ftp.xdlinux.info/ubuntu/ precise-security main multiverse restricted universe
deb http://ftp.xdlinux.info/ubuntu/ precise-updates main multiverse restricted universe
deb-src http://ftp.xdlinux.info/ubuntu/ precise main multiverse restricted universe
deb-src http://ftp.xdlinux.info/ubuntu/ precise-backports main multiverse restricted universe
deb-src http://ftp.xdlinux.info/ubuntu/ precise-proposed main multiverse restricted universe
deb-src http://ftp.xdlinux.info/ubuntu/ precise-security main multiverse restricted universe
deb-src http://ftp.xdlinux.info/ubuntu/ precise-updates main multiverse restricted universe
注意:precise是12.04的代号,更具版本不同做相应修改:
quantal (12.10) precise (12.04) oneiric (11.10) natty (11.04) maverick (10.10) lucid (10.04)
使用 sudo apt-get update 同步本地包数据库。
使用 sudo apt-get upgrade 升级所有已安装的软件包。
2.其他安装配置
设置root密码 sudo passwd root
修改别名设定:在 ~/.bashrc 加入alias
ag='sudo apt-get ' 之类
系统设定值: /etc/profile、/etc/bashrc
个人设定值: ~/.bash_profile、~/.bashrc
导入原来的vimrc
装mplayer2, w32codecs, smplayer2
w32codecs 不能直接装 (http://www.deb-multimedia.org/)
需要在/etc/apt/sources.list 添加
deb http://www.deb-multimedia.org squeeze main non-free
或者 deb ftp://ftp.deb-multimedia.org squeeze main non-free
或者 deb http://www.deb-multimedia.org stable main non-free
或者 deb ftp://ftp.deb-multimedia.org stable main non-free
然后 apt-get install w32codecs
sudo add-apt-repository ppa:motumedia/mplayer-daily
sudo apt-get update
sudo apt-get install mplayer2
如果你不想使用这个新版本,而是想返回以前旧版本,可输入下面的命令:
sudo apt-get install mplayer
新版本就会被移除,安装旧版本。
SMPlayer2 PPA源安装,打开终端,输入命令:
sudo add-apt-repository ppa:smplayer2/daily
sudo apt-get update
sudo apt-get install smplayer2