- Encrypt everthing including /boot and /root
- Enter password once
- Support UEFI
Download NixOS minimal iso and copy to USB stick. For example on Mac OSX
$ diskutil list
$ diskutil unmountDisk /dev/disk1 # Make sure you got right device| from zope.testbrowser.browser import Browser | |
| def _zope_testbrowser_pyquery(self): | |
| from pyquery import PyQuery | |
| return PyQuery(self.contents) | |
| Browser.pyquery = property(_zope_testbrowser_pyquery) | |
| # This will allow you to do in your tests: | |
| # >>> "Home" in browser.pyquery('#navigation').text() |
| /*! | |
| * jQuery TextChange Plugin | |
| * http://www.zurb.com/playground/jquery-text-change-custom-event | |
| * | |
| * Copyright 2010, ZURB | |
| * Released under the MIT License | |
| */ | |
| (function ($) { | |
| $.event.special.textchange = { |