码迷,mamicode.com
首页 >  
搜索关键字:azure vm    ( 6733个结果
手动释放linux的缓存
To free pagecache: echo 1 > /proc/sys/vm/drop_caches;to free dentries and inodes: echo 2 > /proc/sys/vm/drop_caches;to free pagecache, dentries and in...
分类:系统相关   时间:2014-06-28 10:41:39    阅读次数:222
foreach -begin -process -end
gc d:\vm.txt|foreach -begin {write-host "It's beginning."} -process {$_ +"aa"} -end {write-host "The end"}
分类:其他好文   时间:2014-06-25 22:50:17    阅读次数:243
Windows Azure上的Odoo(OpenERP)
OpenERP 改名为 Odoo 了,感觉名字怪怪的。Windows Azure也进入国内了,学习了一段时间的Azure,把它门结合在一起搞搞吧!本系列文章不涉及开发,纯属环境搭建及Odoo 系统功能测试!不喜者勿喷!只是为了记录自己练手的过程! 总体架构设计: 一台数据库服务器(Ubuntu, P...
分类:Windows程序   时间:2014-06-25 15:07:23    阅读次数:468
Parallax Mapping Shader 凸凹感【转】
原文 http://www.azure.com.cn/default.asp?cat=11&page=2Parallax Mapping 就是通过高度图中的高度,对纹理坐标进行偏移,来视觉上欺骗观察者,产生很有凸凹感个幻觉。uniform vec3 fvLightPosition;uniform v...
分类:移动开发   时间:2014-06-25 13:40:31    阅读次数:242
Linux VM环境配置
1. 直接打 ifconfig ,显示 bash: ifconfig: command not found      打入全路径,查看IP     /sbin/ifconfig  2. 主机ping不通虚拟机, 配置NAT 到适配器设置中,开启网卡 再次 ping 虚拟机IP 测试 3.  接下来设置 SecureCRTPortable, 这样的话,就能从...
分类:系统相关   时间:2014-06-25 00:10:08    阅读次数:338
netback中kthread遇到的cpu affinity问题
最近在升级netback, 进行测试过程中,发现vm全双工压力下,rx的pps波动很厉害,看到rx kthread虽然cpu affinity是0-7 (dom0 8vcpu), 但是经常跑到物理中断的那个cpu上。 手动把rx kthread的cpu绑定到其他cpu上,rx pps上去了,并且稳定了,显然rx 的pps波动就是因为cpu scheduling,被调度到不同的cpu导致。...
分类:Web程序   时间:2014-06-24 21:28:08    阅读次数:271
ubuntu12 下如何上网
1,host 就是WIN7 使用WIFI上网 2,打开设置你的VM 8 edit--Virutal network editor--VMnet0--Bridged (connect VMs to directly to the external network)--下拉菜单--选择Bridged to 你的无线上网卡型号或者是AutoMatic...
分类:其他好文   时间:2014-06-22 22:07:50    阅读次数:243
libvrit:ERROR:internal error Unable to locate libvirtd daemon in $PATH
转载请注明出处:http://www.openext.org/2014/06/libvirt-error1在编译配置libvirt12.2时如果prefix不是usr目录,在使用libvirt创建VM则会出现ERROR:internal error Unable to locate libvirtd daemon in $PATH即便libvirtd所在目录已经加入了PATH。本人认为这是libv...
分类:其他好文   时间:2014-06-22 11:18:08    阅读次数:260
virt-install:ERROR internal error process exited while connecting to monitor
转载请注明出处:http://www.openext.org/2014/06/virt-install-erro1使用virt-install安装vm的时候出现了一下错误,解决方法如下:$sudo ./create-vm-demo.shStarting install…ERROR internal error process exited while connecting to monitor: ...
分类:其他好文   时间:2014-06-22 06:34:56    阅读次数:271
[转]Request Flow for Provisioning Instance in Openstack
One of the most important use-case in any cloud is provisioning a VM . In this article we shall do a walk through about an instance(VM) being provisio...
分类:其他好文   时间:2014-06-21 16:59:43    阅读次数:376
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!