Setup a Linux with Ubuntu 26.04 with two normal SSD disks which are mirrored with ZFS.
There are two physical disks.
Each disk has:
- its own EFI System Partition (ESP)
- a member of the mirrored
bpool
| Koala Extension | |
| Logged On? | |
| yes -> Active | |
| no -> Welcome State | |
| Welcome State | |
| logon -> Logon | |
| signup -> Signup |
| GotoKoala& | |
| Login State | |
| Anonymous | |
| login -> Logged In | |
| Logged In | |
| logout -> Anonymous | |
| Content | |
| home -> Home |
| GotoKoala | |
| Anonymous State | |
| login -> Logged In State | |
| sessions -> Sessions | |
| Logged In State | |
| logout -> Anonymous State | |
| sessions -> Sessions | |
| kan -> Kan Dit Ook | |
| Sessions | |
| My Awesome Sketch | |
| First State | |
| some event -> Second State | |
| Second State |
| <html> | |
| <head> | |
| <title>Web Worker Test</title> | |
| </head> | |
| <body> | |
| <script id="rocket-launcher" type="javascript/worker"> | |
| var COUNTER_MAX = 10; |
| <?xml version="1.0"?> | |
| <root> | |
| <item> | |
| <name>Half Querty</name> | |
| <appendix>Port of Matias's half-QUERTY keyboard for OS X</appendix> | |
| <appendix>For one-handed or two-handed typing.</appendix> | |
| <appendix></appendix> | |
| <appendix>Use Seil to map your CAPS key to PC_APPLICATION. That will map CAPS | |
| to RETURN and with the spacebar pressed to QUOTE. | |
| </appendix> |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| Vagrant::Config.run do |config| | |
| # Every Vagrant virtual environment requires a box to build off of. | |
| config.vm.box = "precise32" | |
| config.vm.box_url = "http://files.vagrantup.com/precise32.box" | |
| # config.vm.boot_mode = :gui | |
| config.vm.host_name = "zotonic-r15" |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| Vagrant::Config.run do |config| | |
| # Every Vagrant virtual environment requires a box to build off of. | |
| config.vm.box = "precise32" | |
| config.vm.box_url = "http://files.vagrantup.com/precise32.box" | |
| # config.vm.boot_mode = :gui | |
| config.vm.host_name = "zotonic-dev" |
| # -*- mode: ruby -*- | |
| # vi: set ft=ruby : | |
| Vagrant::Config.run do |config| | |
| # Every Vagrant virtual environment requires a box to build off of. | |
| config.vm.box = "precise32" | |
| config.vm.box_url = "http://files.vagrantup.com/precise32.box" | |
| # config.vm.boot_mode = :gui | |
| config.vm.host_name = "zotonic-dev" |