Install the OpenSSL on Debian based systems
sudo apt-get install openssl| easterEgg.BadWorder.list={ | |
| "4r5e":1, | |
| "5h1t":1, | |
| "5hit":1, | |
| a55:1, | |
| anal:1, | |
| anus:1, | |
| ar5e:1, | |
| arrse:1, | |
| arse:1, |
| MongoDB upstart scripts for Ubuntu. | |
| Run following commands after installing upstart scripts: | |
| ln -s /lib/init/upstart-job /etc/init.d/mongoconf | |
| ln -s /lib/init/upstart-job /etc/init.d/mongodb | |
| ln -s /lib/init/upstart-job /etc/init.d/mongos | |
| To start services use: |
| #Modified and simplified version of https://www.windowsazure.com/en-us/develop/net/common-tasks/continuous-delivery/ | |
| $subscription = "[Your Subscription Name]" | |
| $service = "[Your Azure Service Name]" | |
| $slot = "staging" #staging or production | |
| $package = "[ProjectName]\bin\[BuildConfigName]\app.publish\[ProjectName].cspkg" | |
| $configuration = "[ProjectName]\bin\[BuildConfigName]\app.publish\ServiceConfiguration.Cloud.cscfg" | |
| $timeStampFormat = "g" | |
| $deploymentLabel = "ContinuousDeploy to $service v%build.number%" | |
| Write-Output "Running Azure Imports" |
| #!/bin/bash | |
| # Set up acng client | |
| echo "Acquire::http { Proxy \"http://acng-yyc.cloud.cybera.ca:3142\"; };" > /etc/apt/apt.conf.d/01-acng | |
| # Set up proper hostname | |
| echo 127.0.1.1 $(hostname).example.com $(hostname) >> /etc/hosts | |
| # Installing curl and wget | |
| apt-get update |
| <# | |
| .SYNOPSIS | |
| Migrates a Azure Virtual Machine to another subscription or data centre | |
| .DESCRIPTION | |
| Shutsdown the source VM | |
| Exports the VM config to a temporary file | |
| Loops through all Azure disks attached to the source VM | |
| Schedules an async copy of the underlying VHD to the destination storage account | |
| - optionally overwrites existing VHD in destination if it exists |
| { | |
| "name": "polymer-globals-behavior", | |
| "dependencies": { | |
| "polymer": "Polymer/polymer#~1.0.5" | |
| } | |
| } |
| param | |
| ( | |
| [Parameter(Mandatory=$true, HelpMessage="Enter Azure Subscription name. You need to be Subscription Admin to execute the script")] | |
| [string] $subscriptionName, | |
| [Parameter(Mandatory=$true, HelpMessage="Provide a password for SPN application that you would create")] | |
| [string] $password, | |
| [Parameter(Mandatory=$false, HelpMessage="Provide a SPN role assignment")] | |
| [string] $spnRole = "owner" |
| /* This gets Google to fall into place */ | |
| .social { | |
| font-size: 1px; | |
| } | |
| /* This gets Facebook to fall into place */ | |
| .social iframe { | |
| vertical-align: bottom; | |
| } |