Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
darkn3rd committed Sep 10, 2018
1 parent dbe923e commit f3222d5
Show file tree
Hide file tree
Showing 6 changed files with 724 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.kitchen
.vagrant
674 changes: 674 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# blog_tutorials
These are code related to tutorials created
# Blog Tutorials

These are code related to tutorials created.

* Virtualbox family of tools: Vagrant, Kitchen, Docker-Machine, MiniKube
* Vagrant with Salt, Ansible, Puppet, Chef
* Kitchen with Ansible, Chef, ServerSpec, InSpec, TestInfra

## License
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
12 changes: 12 additions & 0 deletions vbox_fedora/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Virutalbox on Linux: Fedora 28

## Tutorial

https://medium.com/@Joachim8675309/vagrant-and-friends-on-fedora-28-37b8cbc47e47

## Notes

This was driven using Fedora 28, but should work for Fedora 26 and above. The concepts in this should work for any Linux, but need to adapt to native package system.

## License
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
12 changes: 12 additions & 0 deletions vbox_macos/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Virutalbox on Windows

## Tutorial

https://medium.com/@Joachim8675309/virtualbox-and-friends-on-windows-8-1-3c691460698f

## Notes

This was driven using Windows 8.1, but similar experience on Windows 7/10/2012r2/2016.

## License
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.
14 changes: 14 additions & 0 deletions vbox_windows/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Virutalbox on Windows

## Tutorial

https://medium.com/@Joachim8675309/virtualbox-and-friends-on-macos-fd0b78c71a32

## Notes

This was driven using macOS 10.13, but should work earlier Mac OS X 10.11 and 10.12.

Note in Mac OS X 10.13, you need to run `sudo spctl –master-disable` beforehand. You can change it back after Virtualbox is installed.

## License
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>.

0 comments on commit f3222d5

Please sign in to comment.