script
-
Reserved IP | Microsoft Azure
If you need to reserve static ip address for your VM, follow the commands below: 1. Set static ip: New-AzureReservedIP -ReservedIPName "postgresql" -Location "West US" …
-
Error, some other host already uses address. Workaround
If you receive such message on your virtual machine, you have workaround to fix this problem.
-
Execute bash script by puppet
We need to execute bash script on several servers. To do it manually – bad idea. But we have puppet. Lets make it by puppet.…