Ubuntu8.0.4+常用软件+VMwarePlayer安装配置实录
5.12四川大地震,同胞受难,举国同悲,先请默哀一分钟,再阅读下文. 经过一个多星期的摸索和 网上查询资料,终于把 Ubuntu8的完整环境搭建起来了 ,为了方便自己也为了方便其他的人,特将此安装配置全过程记录如下:
1。 下载安装 ubuntu8 , http://www.ubuntu.org.cn/getubuntu2。 添加完整的中文支持
3。 删除默认输入法 ,安装目前linux下 最好用的小企鹅输入法(fcitx)
sudo apt-get autoremove scim
sudo apt-get autoremove im-switch fcitx
sudo apt-get install im-switch fcitx im-switch -c 选择 fcitx 对应的数字
4。 3D设置:
sudo apt-get install compizconfig-settings-manager 相关详细介绍见: http://forum.ubuntu.org.cn/viewtopic.php?t=104839
5. 我推荐的常用软件 : (从 应用程序 -> 添加删除 ,选择所有可安装程序,然后搜索如下软件)
Eva (QQ )
KMess(MSN)
Pidgin(我只用他作为Gtalk,我不喜欢多个IM 混到一起)
OpenOffice
7Zip 我个人极为推荐的压缩解压软件,支持所有的压缩格式,ubuntu上这个版本是 命令行的程序
FileZilla FTP client
Gnome-RDP 支持 登录windows远程桌面 和 linux vnc
CHM阅读器
GStreamer extra plugins 多媒体插件, 下同
GStreamer ffmpeg video plugin GStreamer plugins for mms, wavpack, quicktime, musepack GStreamer plugins for aac, xvid, mpeg2, faad
GStreamer fluendo MPEG2 demuxing plugin
GStreamer Dirac video plug
Macromedia Flash plugin
Flash插件 Rhythmbox音乐播放器
Movie Player (Gstreamer)
影音播放器
6. rpm -> deb 转换工具 (ubuntu不支持 rpm安装模式)
sudo apt-get install alien
sudo alien xxxx.rpm
sudo dpkg -i xxxx.deb
8 安装 WMware Player
sudo apt-get install build-essential
uname -r
sudo apt-get install linux-headers-`uname -r | awk 'BEGIN { FS="-" } ; { print $3 }'`
sudo apt-get install gcc g++
下载: VMware-player-2.0.4-93057.i386.tar.gz
tar xvzf VMware-player-2.0.4-93057.i386.tar.gz
cd vmware-player-distrib
sudo ./vmware-install.pl
如果正常安装成功,恭喜你,如果遇上下面的错误,看下文
CC [M] /tmp/vmware-config1/vmmon-only/common/cpuid.o 在包含自 include/asm/bitops.h:2 的文件中,
从 /tmp/vmware-config1/vmmon-only/./include/vcpuset.h:74,
从 /tmp/vmware-config1/vmmon-only/./include/modulecall.h:23,
从 /tmp/vmware-config1/vmmon-only/common/vmx86.h:18,
从 /tmp/vmware-config1/vmmon-only/common/hostif.h:18,
从 /tmp/vmware-config1/vmmon-only/common/cpuid.c:14:
include/asm/bitops_32.h:9:2:
错误: #error only <linux/bitops.h> can be included directly make[2]: *** [/tmp/vmware-config1/vmmon-only/common/cpuid.o]
错误 1 make[1]: *** [_module_/tmp/vmware-config1/vmmon-only]
错误 2 make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-16-generic' make: *** [vmmon.ko]
错误 2 make: Leaving directory `/tmp/vmware-config1/vmmon-only' Unable to build the vmmon module. For more information on how to troubleshoot module-related problems, please visit our Web site at "http://www.vmware.com/download/modules/modules.html" and "http://www.vmware.com/support/reference/linux/prebuilt_modules_linux.html". Execution aborted.
下载: vmware-any-any-update116.tar.gz
tar zxf vmware-any-any-update116.tar.gz
cd vmware-any-any-update115
./runme.pl
如果正常,就算安装成功 ,如果还是出现上面的错误,那么继续
cd /usr/lib/vmware/modules/source
cp vmmon.tar vmmon.tar.orig
sudo tar xvf vmmon.tar
cd vmmon-only/include/
sudo vi vcpuset.h
修改第 74 行:
#include “asm/bitops.h” 为: #include “linux/bitops.h”
cd ../../ rm vmmon.tar
sudo tar cvf vmmon.tar vmmon-only/
sudo rm -rf vmmon-only/
sudo /usr/bin/vmware-config.pl
这样应该可以编译成功.
安装XP : 下载: WindowsXPVirtualMachine.tar.gz
tar zxf WindowsXPVirtualMachine.tar.gz
如果你使用物理光驱,直接启动WMPlayer可以开始安装,
如果你使用ISO 映像文件 ,请 编辑WindowsXPVirtualMachine.vmx ,
把 # Settings for physical CDROM drive相关配置注释掉,
打开 # Settings for Virtual CDROM drive相关注释 ,
复制你的 XP ISO映像到同一级目录下 ,
修改 ide1:0.fileName 为对应名字
启动 WMPlayer , Open an existing Virtual Machine
选择 WindowsXPVirtualMachine 中的 WindowsXPVirtualMachine.vmx
然后就可以开始安装 XP 系统了。
转载请注明:来自無處不在
本文地址:http://blog.chaoskey.com/2008/05/11/120

119 条评论
我要留言