-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
724 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
.kitchen | ||
.vagrant |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
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>. |
This file contains 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
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>. |
This file contains 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
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>. |
This file contains 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
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>. |