This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| REM choco install vagrant -y | |
| REM choco install virtualbox -y | |
| REM md debian | |
| REM cd debian | |
| REM vagrant init neuromobilemarketing/debian-jessie-debops-amd64 | |
| REM vagrant up --provider virtualbox | |
| REM vagrant ssh | |
| REM Installing controlling container | |
| docker pull generik/ansible |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>Title</title> | |
| <meta charset="utf-8"> | |
| <style> | |
| @import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz); | |
| @import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic); | |
| @import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Collections.Generic; | |
| using FluentTc; | |
| using FluentTc.Domain; | |
| public static void Main() | |
| { | |
| IConnectedTc connectedTc = new RemoteTc() | |
| .Connect(to => to.ToHost("tc") | |
| .AsGuest()); |
OlderNewer