Foreword When we do some test that need several VMs, we can use PowerShell script or CmdLets to implement what we want. Keywords PowerShell, New-AzureVMConfig, New-AzureProvisioningConfig, New-AzureVM, Get-AzureVM, Add-AzureDataDisk, Update-AzureVM S…
Foreword Need to remove a batch of VMs, which named with same prefix or belong to same Cloud Service. After remove VMs, should automatically remove related disk (OS disk & Data Disk) and related VHD file . Keywords PowerShell Get-AzureVM Remove-Azure…
adb shell as root after device rooted once device rooted, we must perform "su" before we get root permission in adb shell,this is not convenient in some situations,so there have a method to get permission without perform "su". adb shel…
Conditional Flow in Spring Batch I just announced the new Learn Spring course, focused on the fundamentals of Spring 5 and Spring Boot 2: CHECK OUT THE COURSE 1. Introduction We use Spring Batch to compose jobs from multiple steps that read, transfor…
From the previous posts, I have analysed 4 different Docker multi-host network solutions - Calico, Flannel, Weave and Docker Overlay Network. You can see more details on how to install, config and tune features of them from previous posts: Calico: A…
Alternative Forms of Provider Access Three alternative forms of provider access are important in application development: Batch access: You can create a batch of access calls with methods in the ContentProviderOperation class, and then apply them wit…
http://forum.unity3d.com/threads/148078-Reducing-script-compile-time-or-a-better-workflow-to-reduce-excessive-recompiling SOLUTIONS: Each of these solutions reduce compile time. Use one or all of them together to get the biggest speed increase. #1 -…
A content provider manages access to a central repository of data. A provider is part of an Android application, which often provides its own UI for working with the data. However, content providers are primarily intended to be used by other applicat…
Now that Visual Studio 2010 SP1 has been released, administrators and developers may wish to install both RTM and SP1 together for a seamless experience. With the release of VS2010 RTM we already published the Visual Studio Administrator Guide that d…
Prerequisites Install Docker version 1.13 or higher. Get Docker Compose as described in Part 3 prerequisites.(.yaml) Get Docker Machine, which is pre-installed with Docker for Mac and Docker for Windows, but on Linux systems you need to install it di…
Make sure you have published the friendlyhello image you created by pushing it to a registry. We’ll be using that shared image here. Be sure your image works as a deployed container. Run this command, slotting in your info for username, repo, and tag…
Database Sharding is considered to be the horizontal partitioning of a database or the search engine where each partition is called as a Shard. This is a process of compressing the data collections by splitting the database instances across multiple…
创建虚机: First, quickly create a virtual switch for your virtual machines (VMs) to share, so they will be able to connect to each other. Launch Hyper-V Manager Click Virtual Switch Manager in the right-hand menu Click Create Virtual Switch of type Exter…
https://www.simple-talk.com/sysadmin/virtualization/vmware-lab-setup---a-virtualized-lab-for-testing-ha-and-drs/ VMware vSphere offers some extremely powerful virtualization technology for businesses and enterprises to use. If you are still new to th…
In this post I will introduce a way how to run a script for backing up SharePoint data which could be scheduled to run automatically. Step 1:Create a PowerShell Script for Backing up a site collection param([string] $site,[string] $dir,[string] $type…
http://msdn.microsoft.com/en-us/library/azure/dn249504.aspx Tutorial: AlwaysOn Availability Groups in Azure (GUI) 28 out of 55 rated this helpful - Rate this topic Updated: October 23, 2013 Note For the PowerShell-based tutorial of the same scenario,…
How to use the Table Storage Service version 1.7 version 2.0 This guide will show you how to perform common scenarios using the Windows Azure Table Storage Service. The samples are written in C# code and use the Windows Azure Storage Client Library f…
http://www.windowsazure.com/en-us/develop/net/fundamentals/cloud-storage/ Managing and analyzing data in the cloud is just as important as it is anywhere else. To let you do this, Windows Azure provides a range of technologies for working with relati…
打算使用MarkDown了,群友推荐使用ReText,基于Python的,同时依赖了Python的几个包,通过easystall可以方便地安装,同时制作了快捷启动方式,网上找了篇文章以备忘. Installation Download and install the latest version of Python (3.3.0: x86 or amd64). Download and install PyQt for your Python version from riverbankcomp…
What it does: if set to "true", any cached data used by the OSGi framework and eclipse runtime will be wiped clean. This will clean the caches used to store bundle dependency resolution and eclipse extension registry data. Using this option will…