
This chart is currently released as an alpha quality version. We encourage you to test it but please, do not put it in production. Please No.
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
| #!/bin/bash | |
| # | |
| # Create and spawn a new virtual machine with Debian Squeeze | |
| # | |
| # | |
| # Configuration: | |
| DEFAULT_STORAGE="storage" | |
| DEFAULT_BRIDGE="internet" |
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
| ### Keybase proof | |
| I hereby claim: | |
| * I am naps on github. | |
| * I am naps (https://keybase.io/naps) on keybase. | |
| * I have a public key ASC0Nw6T6dwaa59iL6zg5lAv4IK63NFGmispSYuW3xT2lgo | |
| To claim this, I am signing this object: |
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
| # -*- coding: utf-8 -*- | |
| # Located in ~/.FreeCAD/Macro/export.FCMacro | |
| import os | |
| import FreeCAD | |
| import Mesh | |
| import MeshPart | |
| import PartDesign |
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
| configuration: | |
| provider: aws | |
| backupStorageLocation: | |
| name: default | |
| bucket: kubernetes-backup | |
| config: | |
| region: de | |
| s3ForcePathStyle: true | |
| s3Url: https://s3.de.cloud.ovh.net | |
| volumeSnapshotLocation: |
OlderNewer