服务器端spice配置详解
摘要:1. 安装必要的工具sudo apt-get install build-essential autoconf git-core intltool2. 安装必要的依赖包sudo apt-get install libtool liblog4cpp5-dev libavcodec-dev libssl...
阅读全文
posted @
2014-04-17 21:11
fuleying
阅读(5676)
推荐(0)
spicy及remote-viewer登录方法
摘要:spicy登录: $sudo spicyremote-viewer登录:$sudo /usr/local/bin/remote-viewer$ spice://192.168.70.158:4000
阅读全文
posted @
2014-04-09 11:20
fuleying
阅读(903)
推荐(0)
客户端通过spice-gtk实现USB重定向
摘要:1.安装必要的工具:sudo apt-get install build-essential autoconf git-core intltool2.安装必要的依赖包:sudo apt-get install libtool liblog4cpp5-dev libavcodec-dev libssl...
阅读全文
posted @
2014-03-26 20:28
fuleying
阅读(3056)
推荐(0)
KVM通过qemu实现USB重定向
摘要:KVM是通过qemu来支持USB设备的,可以在启动的时候就指定需要连接的USB设备,也可以系统启动后动态的添加删除.通过qemu的help可知,使用qemu的usb_add host:xxx:xxx来添加usb设备,那么如何知道对应的host:xxx:xxx呢,有2种方法:1)在host主机ubun...
阅读全文
posted @
2014-03-25 13:13
fuleying
阅读(5905)
推荐(0)
openstack安装、卸载与启动
摘要:一、安装:更新:sudo apt-get updatesudo apt-get upgrade安装图形化界面:sudo apt-get install ubuntu-desktop安装gcc和make:sudo apt-get install -y gcc make安装Git(DevStack的代码...
阅读全文
posted @
2013-11-25 13:00
fuleying
阅读(2440)
推荐(0)