2 USB drives > 2GB
- Grab the latest Ubuntu Desktop iso image
| [ req ] | |
| distinguished_name = req_distinguished_name | |
| req_extensions = server_req_extensions | |
| prompt = no | |
| [ req_distinguished_name ] | |
| C = <Your country> # Only 2 characters | |
| ST = <Your state> # Only 2 characters | |
| L = <Your city> | |
| O = <Your org> |
Use these rapid keyboard shortcuts to control the GitHub Atom text editor on macOS.
| require 'rubygems' | |
| require 'yaml' | |
| # A demonstration of YAML anchors, references and handling of nested values | |
| # For more info, see: | |
| # http://atechie.net/2009/07/merging-hashes-in-yaml-conf-files/ | |
| stooges = YAML::load( File.read('stooges.yml') ) | |
| # => { | |
| # "default" => { |