摘要: $mySubscriptionName=“订阅名称"Select-AzureSubscription -SubscriptionName $mySubscriptionNameGet-AzureVNetConfig -ExportToFile c:\NetworkConfig.xmlSet-AzureVNetConfig -ConfigurationPath c:\NetworkConfi... 阅读全文
posted @ 2016-09-08 16:33 wuzhenzhou 阅读(142) 评论(0) 推荐(0)
摘要: [Azure Service Manager]Add-AzureAccount -Environment AzureChinaCloudGet-AzureAccountRemove-AzureAccount -NameSelect-AzureSubscription -SubscriptionName "订阅名称"Get-AzurePublishSettingsFileImport-Azu... 阅读全文
posted @ 2016-09-08 09:41 wuzhenzhou 阅读(640) 评论(0) 推荐(0)
摘要: VERSION=3.2.9wget -P /tmp http://download.redis.io/releases/redis-$VERSION.tar.gztar -C /tmp -xf /tmp/redis-$VERSION.tar.gzcd /tmp/redis-$VERSION#make MALLOC=jemallocmakemake install# 创建组和用户groupad... 阅读全文
posted @ 2016-09-08 00:19 wuzhenzhou 阅读(347) 评论(0) 推荐(0)