I'm writing this up from memory, so errors may appear.
This has been updated to use SHA256 certificates.
- Go to http://www.startssl.com/
- Click on 'Control Panel'
| /* | |
| This will expand all of the posts and comments that is in the view. It will take a lot of time! | |
| To use just paste this in your console (F12). | |
| */ | |
| var previousScrollheight = 0 | |
| scrollDown = function() { | |
| var currentScrollheight = document.body.scrollHeight | |
| var canScroll = currentScrollheight - previousScrollheight | |
| previousScrollheight = document.body.scrollHeight |
| - Get OpenBSD from http://www.openbsd.org/ ;) | |
| - Find an Ubuntu cloud image on https://cloud-images.ubuntu.com/ | |
| - Get https://github.com/reyk/meta-data and configure it for cloud-init | |
| - Run the VM ... | |
| Script started on Thu Mar 30 01:53:50 2017 | |
| # qemu-img convert ubuntu-16.10-server-cloudimg-amd64.img ubuntu-16.10-server-cloudimg-amd64.raw | |
| # vmctl start ubuntu -d ubuntu-16.10-server-cloudimg-amd64.raw -n nat -c | |
| Connected to /dev/ttyp6 (speed 9600) | |
| Changing serial settings was 0/0 now 3/0 |
| install: | |
| cp de.kuron-germany.flash-update.plist /Library/LaunchDaemons/ | |
| mkdir -p /usr/local/bin | |
| cp flash_check.sh /usr/local/bin/ | |
| launchctl load /Library/LaunchDaemons/de.kuron-germany.flash-update.plist | |
I'm writing this up from memory, so errors may appear.
This has been updated to use SHA256 certificates.