随笔分类 -  云计算

摘要:此生必看的科学实验-水知道答案 http://v.youku.com/v_show/id_XMjgzMzcwNDk4OA 为什么观看这部记录片 http://v.youku.com/v_show/id_XMjg0MjQzNTczMg 精神病为什么治不好 https://v.qq.com/x/page 阅读全文
posted @ 2017-06-22 23:56 妙音 阅读(2261) 评论(0) 推荐(0)
摘要:w32tm /register 注册为系统服务w32tm /unregister 取消系统服务net start w32time 启动服务w32tm /config /manualpeerlist:192.168.70.23 /syncfromflags:manual... 阅读全文
posted @ 2017-06-22 23:55 妙音 阅读(255) 评论(0) 推荐(0)
摘要:在powershell中运行Get-VolumePS C:\Users\Administrator> Get-VolumeDriveLetter FileSystemLabel FileSystem DriveType HealthStatus Operational... 阅读全文
posted @ 2017-04-17 22:56 妙音 阅读(1128) 评论(0) 推荐(0)
摘要:介绍vagrant封装linux开发环境,可以统一团队成员的开发环境。封装后,可以linux/windows/mac上运行.环境以win8安装vagrant为例子。vagrant需要virtualbox提供虚拟化支持,因此先安装virtualbox。安装https:/... 阅读全文
posted @ 2015-11-13 20:47 妙音 阅读(332) 评论(0) 推荐(0)
摘要:salt使用主从结构配置、管理、监控远程机器。配置简单,功能强大,是很好的运维管理工具。准备环境使用vmware,准备两台虚拟机192.168.8.10和192.168.8.20,192.168.8.10作为master,192.168.820作为minion.mas... 阅读全文
posted @ 2015-11-13 20:39 妙音 阅读(176) 评论(0) 推荐(0)