摘要: 第一、Bridged如上图,通常,选择第一个“桥接”就可以了。这时如果机器在局域网内,虚拟机中的IP可以设得和宿主机相同。例如:IP地址: 192.168.0.2子网掩码: 255.255.255.0如若要上网,请设置:网关: 192.168.0.1DNS:设置为宿主机上网的DNS备用DNS:设置为宿主机上网的备用DNS第二、NAT 安装虚拟机时,会在宿主机上装上两个虚拟网... 阅读全文
posted @ 2009-12-03 09:14 拂云漂海龙 阅读(723) 评论(0) 推荐(0) 编辑
摘要: 如果你使用 Ubuntu 9.04 ,源里就有 Prism (将 WebQQ 转换成本地应用程序),为了获得最好的聊天体验,我建议你安装最新版本。为了安装方便,请添加 PPA for Ubuntu Mozilla Daily Build Team 的第三方源,编辑 /etc/apt/sources.list 文件,并加入下列两行:## PPA for Ubuntu Mozilla Daily Bu... 阅读全文
posted @ 2009-12-03 09:00 拂云漂海龙 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 方法一:1.在网站http://get.adobe.com/flashplayer/下载install_flash_player_10_linux.tar.gz。2.解压:tar -vzxf ./install_flash_player_10_linux.tar.gz -C /tmp3.将动态库移至相应目录下:sudo mv /tmp/libflashplayer.so /usr/lib/fire... 阅读全文
posted @ 2009-12-03 08:37 拂云漂海龙 阅读(325) 评论(0) 推荐(0) 编辑
摘要: (以下操作在ubuntu 9.04中)一、ubuntu安装图形界面1.安装xwindow核心sudo apt-get install x-window-system-core2.安装gnome核心sudo apt-get install gnome-core3.安装ubuntu窗口管理器sudo apt-get install ubuntu-artwork ubuntu-sounds human-... 阅读全文
posted @ 2009-12-03 08:14 拂云漂海龙 阅读(1160) 评论(0) 推荐(0) 编辑
摘要: 一、使用命令设置ubuntu的ip地址1.修改配置文件blacklist.conf禁用IPV6:sudo vi /etc/modprobe.d/blacklist.conf2.在文档最后添加 blacklist ipv6,然后查看修改结果:cat /etc/modprobe.d/blacklist.conf3.设置IP(设置网卡eth0的IP地址和子网掩码)sudo ifconfig eth0 1... 阅读全文
posted @ 2009-12-02 20:39 拂云漂海龙 阅读(2853) 评论(0) 推荐(0) 编辑
摘要: 方法一:To install VMware Tools on Ubuntu 9.04, you can download and run a script from Chrysaor.info that installs the VMware Tools automatically. Below is described how to do this.Open a terminal window ... 阅读全文
posted @ 2009-12-02 20:25 拂云漂海龙 阅读(346) 评论(0) 推荐(0) 编辑