From ec4776e1fbcbbb582f7368214302883dce909111 Mon Sep 17 00:00:00 2001 From: Stephen Brennan Date: Wed, 17 Apr 2024 11:07:06 -0700 Subject: [PATCH] Automatic documentation update --- .buildinfo | 2 +- _sources/changelog.md.txt | 16 ++++++++++++++++ _sources/guide/configuration.rst.txt | 10 ++++++++++ _static/documentation_options.js | 2 +- changelog.html | 23 +++++++++++++++++++++-- cmds/cmd00.html | 25 ++++++++++++++++++------- cmds/cmd01.html | 4 ++-- cmds/cmd02.html | 4 ++-- cmds/cmd03.html | 4 ++-- cmds/cmd04.html | 4 ++-- cmds/cmd05.html | 4 ++-- cmds/cmd06.html | 4 ++-- cmds/index.html | 4 ++-- development.html | 4 ++-- genindex.html | 4 ++-- guide/block.html | 4 ++-- guide/concepts.html | 4 ++-- guide/configuration.html | 22 ++++++++++++++++++++-- guide/index.html | 4 ++-- guide/tasks.html | 4 ++-- guide/troubleshooting.html | 4 ++-- guide/vnc.html | 4 ++-- index.html | 4 ++-- install.html | 4 ++-- optional_setup.html | 4 ++-- search.html | 4 ++-- searchindex.js | 2 +- 27 files changed, 126 insertions(+), 52 deletions(-) diff --git a/.buildinfo b/.buildinfo index facf878..1ececa6 100644 --- a/.buildinfo +++ b/.buildinfo @@ -1,4 +1,4 @@ # Sphinx build info version 1 # This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. -config: 3d7915a38f22880b7d89fc949a3adb31 +config: 66becb2ff4da6681bc4c7e6a7ceb2ddb tags: 645f666f9bcd5a90fca523b33c5a78b7 diff --git a/_sources/changelog.md.txt b/_sources/changelog.md.txt index 57a53f5..56764c6 100644 --- a/_sources/changelog.md.txt +++ b/_sources/changelog.md.txt @@ -5,6 +5,22 @@ Any changes which are committed, but not yet present in a released version, should appear here. +New Features: + +- The `yo list` command now has a completely configurable table. + - Columns may be specified as a list in the config file (`list_columns`) + - An alternative list may be specified via `yo list -C a,b,c` + - Columns can be added to the end of the table with `yo list -x Column` + +## 1.5.1 - Tue, Apr 9, 2024 + +Another tiny release, which I configure a "bugfix release". + +Fixes: + +- Fixed a crash with `yo nmi` +- Added `--ad` option to `yo launch` which was a bit of an oversight + ## 1.5.0 - Mon, Feb 5, 2024 This is a very tiny release with just three changes. diff --git a/_sources/guide/configuration.rst.txt b/_sources/guide/configuration.rst.txt index eaadd61..85d531a 100644 --- a/_sources/guide/configuration.rst.txt +++ b/_sources/guide/configuration.rst.txt @@ -378,6 +378,16 @@ to this list. You can also use this to include other people's instances in your list, if for example you would like to monitor and help a direct report with their instances. +``list_columns`` +~~~~~~~~~~~~~~~~ + +(String, Optional) A string containing a comma-separated list of columns to +include in the output of :ref:`yo_list`. The list of available columns can be +viewed in the documentation for ``-x`` in :ref:`yo_list`. + +You can override this on the command line with ``yo list -C Col1,Col2`` and you +can extend the list on the command line with ``yo list -x Col1``. + .. _instance profiles: Instance Profiles diff --git a/_static/documentation_options.js b/_static/documentation_options.js index 14eb263..f21886b 100644 --- a/_static/documentation_options.js +++ b/_static/documentation_options.js @@ -1,5 +1,5 @@ const DOCUMENTATION_OPTIONS = { - VERSION: 'v1.5.0', + VERSION: 'v1.5.1', LANGUAGE: 'en', COLLAPSE_INDEX: false, BUILDER: 'html', diff --git a/changelog.html b/changelog.html index f6ce4f9..e43af04 100644 --- a/changelog.html +++ b/changelog.html @@ -5,10 +5,10 @@ - Changelog — yo v1.5.0 documentation + Changelog — yo v1.5.1 documentation - + @@ -37,6 +37,25 @@

Changelog

Any changes which are committed, but not yet present in a released version, should appear here.

+

New Features:

+ + +
+

1.5.1 - Tue, Apr 9, 2024

+

Another tiny release, which I configure a “bugfix release”.

+

Fixes:

+

1.5.0 - Mon, Feb 5, 2024

diff --git a/cmds/cmd00.html b/cmds/cmd00.html index c7c6e94..03178e7 100644 --- a/cmds/cmd00.html +++ b/cmds/cmd00.html @@ -5,10 +5,10 @@ - Basic Commands — yo v1.5.0 documentation + Basic Commands — yo v1.5.1 documentation - + @@ -51,8 +51,8 @@

Basic Commands
usage: yo launch [-h] [--name NAME] [--os OS | --image IMAGE | --volume VOLUME] [--shape SHAPE] [--boot-volume-size-gbs BOOT_VOLUME_SIZE_GBS] [--mem MEM] [--cpu CPU] [--wait] [--wait-ssh] [--ssh] [--exact-name] [--no-exact-name] [--dry-run] [--profile PROFILE] [--task TASKS]
-                 [--load-image {UNIQUE,LATEST}] [--username USERNAME]
+
usage: yo launch [-h] [--name NAME] [--os OS | --image IMAGE | --volume VOLUME] [--shape SHAPE] [--boot-volume-size-gbs BOOT_VOLUME_SIZE_GBS] [--mem MEM] [--cpu CPU] [--ad AD] [--wait] [--wait-ssh] [--ssh] [--exact-name] [--no-exact-name] [--dry-run] [--profile PROFILE]
+                 [--task TASKS] [--load-image {UNIQUE,LATEST}] [--username USERNAME]
 
@@ -82,6 +82,9 @@

Named Arguments
usage: yo list [-h] [--cached] [--ip] [--ad] [--all]
+
usage: yo list [-h] [--cached] [--columns COLUMNS] [--extra-column {Name,Shape,CPU,Mem,State,AD,Created,IP}] [--ip] [--ad] [--all]
 
@@ -147,12 +150,20 @@

Named Arguments - Instance Management — yo v1.5.0 documentation + Instance Management — yo v1.5.1 documentation - + diff --git a/cmds/cmd02.html b/cmds/cmd02.html index b48e6c2..503e730 100644 --- a/cmds/cmd02.html +++ b/cmds/cmd02.html @@ -5,10 +5,10 @@ - Instance Communication & Interaction — yo v1.5.0 documentation + Instance Communication & Interaction — yo v1.5.1 documentation - + diff --git a/cmds/cmd03.html b/cmds/cmd03.html index ee27ebf..44c3dbb 100644 --- a/cmds/cmd03.html +++ b/cmds/cmd03.html @@ -5,10 +5,10 @@ - Task Management Commands — yo v1.5.0 documentation + Task Management Commands — yo v1.5.1 documentation - + diff --git a/cmds/cmd04.html b/cmds/cmd04.html index cdd564d..818d755 100644 --- a/cmds/cmd04.html +++ b/cmds/cmd04.html @@ -5,10 +5,10 @@ - Volume Management Commands — yo v1.5.0 documentation + Volume Management Commands — yo v1.5.1 documentation - + diff --git a/cmds/cmd05.html b/cmds/cmd05.html index 9372031..a14ad10 100644 --- a/cmds/cmd05.html +++ b/cmds/cmd05.html @@ -5,10 +5,10 @@ - Informative Commands — yo v1.5.0 documentation + Informative Commands — yo v1.5.1 documentation - + diff --git a/cmds/cmd06.html b/cmds/cmd06.html index 0c4a49a..0e9cc2e 100644 --- a/cmds/cmd06.html +++ b/cmds/cmd06.html @@ -5,10 +5,10 @@ - Diagnostic Commands — yo v1.5.0 documentation + Diagnostic Commands — yo v1.5.1 documentation - + diff --git a/cmds/index.html b/cmds/index.html index d645dfa..6b3b055 100644 --- a/cmds/index.html +++ b/cmds/index.html @@ -5,10 +5,10 @@ - Commands — yo v1.5.0 documentation + Commands — yo v1.5.1 documentation - + diff --git a/development.html b/development.html index 604407d..f920973 100644 --- a/development.html +++ b/development.html @@ -5,10 +5,10 @@ - Development — yo v1.5.0 documentation + Development — yo v1.5.1 documentation - + diff --git a/genindex.html b/genindex.html index 2de682d..11dce45 100644 --- a/genindex.html +++ b/genindex.html @@ -4,10 +4,10 @@ - Index — yo v1.5.0 documentation + Index — yo v1.5.1 documentation - + diff --git a/guide/block.html b/guide/block.html index d2d5a06..be838a5 100644 --- a/guide/block.html +++ b/guide/block.html @@ -5,10 +5,10 @@ - Block Volume Management — yo v1.5.0 documentation + Block Volume Management — yo v1.5.1 documentation - + diff --git a/guide/concepts.html b/guide/concepts.html index 55e753a..d2295ca 100644 --- a/guide/concepts.html +++ b/guide/concepts.html @@ -5,10 +5,10 @@ - Concepts — yo v1.5.0 documentation + Concepts — yo v1.5.1 documentation - + diff --git a/guide/configuration.html b/guide/configuration.html index 392e912..e66ca0a 100644 --- a/guide/configuration.html +++ b/guide/configuration.html @@ -5,10 +5,10 @@ - Configuration — yo v1.5.0 documentation + Configuration — yo v1.5.1 documentation - + @@ -324,6 +324,14 @@

creator_tagsYou can also use this to include other people’s instances in your list, if for example you would like to monitor and help a direct report with their instances.

+
+

list_columns

+

(String, Optional) A string containing a comma-separated list of columns to +include in the output of yo list. The list of available columns can be +viewed in the documentation for -x in yo list.

+

You can override this on the command line with yo list -C Col1,Col2 and you +can extend the list on the command line with yo list -x Col1.

+

Instance Profiles

@@ -644,6 +652,16 @@

Sample Configuration File# # check_for_update_every = 6 +# OPTIONAL: list_columns +# +# (String, default: Name,Shape,Mem,CPU,State,Created) +# +# A comma-separated list of column names to include in the table for the `yo +# list` command. You can override this on the command line with the `-C` +# argument. You can add to this on the command line with the `-x` argument. +# +# list_columns = Name,Shape,Mem,CPU,State,Created + # Any section prefixed with "instances." declares an instance profile. The # instance profile DEFAULT is required, but you can make additional ones as # well. diff --git a/guide/index.html b/guide/index.html index 361e1ca..b4cc36e 100644 --- a/guide/index.html +++ b/guide/index.html @@ -5,10 +5,10 @@ - User Guide — yo v1.5.0 documentation + User Guide — yo v1.5.1 documentation - + diff --git a/guide/tasks.html b/guide/tasks.html index bb04ed7..d40789d 100644 --- a/guide/tasks.html +++ b/guide/tasks.html @@ -5,10 +5,10 @@ - Tasks — yo v1.5.0 documentation + Tasks — yo v1.5.1 documentation - + diff --git a/guide/troubleshooting.html b/guide/troubleshooting.html index 38dd875..2eccb7c 100644 --- a/guide/troubleshooting.html +++ b/guide/troubleshooting.html @@ -5,10 +5,10 @@ - Troubleshooting — yo v1.5.0 documentation + Troubleshooting — yo v1.5.1 documentation - + diff --git a/guide/vnc.html b/guide/vnc.html index 52f0a91..85b7415 100644 --- a/guide/vnc.html +++ b/guide/vnc.html @@ -5,10 +5,10 @@ - VNC and Remote desktop — yo v1.5.0 documentation + VNC and Remote desktop — yo v1.5.1 documentation - + diff --git a/index.html b/index.html index ff97184..c839afa 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,10 @@ - yo — yo v1.5.0 documentation + yo — yo v1.5.1 documentation - + diff --git a/install.html b/install.html index 132ba9d..131008d 100644 --- a/install.html +++ b/install.html @@ -5,10 +5,10 @@ - Installation Guide — yo v1.5.0 documentation + Installation Guide — yo v1.5.1 documentation - + diff --git a/optional_setup.html b/optional_setup.html index 71f39a3..6927198 100644 --- a/optional_setup.html +++ b/optional_setup.html @@ -5,10 +5,10 @@ - Optional Features — yo v1.5.0 documentation + Optional Features — yo v1.5.1 documentation - + diff --git a/search.html b/search.html index 1774b91..0cee38f 100644 --- a/search.html +++ b/search.html @@ -4,11 +4,11 @@ - Search — yo v1.5.0 documentation + Search — yo v1.5.1 documentation - + diff --git a/searchindex.js b/searchindex.js index cdab656..600e507 100644 --- a/searchindex.js +++ b/searchindex.js @@ -1 +1 @@ -Search.setIndex({"docnames": ["changelog", "cmds/cmd00", "cmds/cmd01", "cmds/cmd02", "cmds/cmd03", "cmds/cmd04", "cmds/cmd05", "cmds/cmd06", "cmds/index", "development", "guide/block", "guide/concepts", "guide/configuration", "guide/index", "guide/tasks", "guide/troubleshooting", "guide/vnc", "index", "install", "optional_setup"], "filenames": ["changelog.md", "cmds/cmd00.rst", "cmds/cmd01.rst", "cmds/cmd02.rst", "cmds/cmd03.rst", "cmds/cmd04.rst", "cmds/cmd05.rst", "cmds/cmd06.rst", "cmds/index.rst", "development.rst", "guide/block.md", "guide/concepts.rst", "guide/configuration.rst", "guide/index.rst", "guide/tasks.rst", "guide/troubleshooting.rst", "guide/vnc.md", "index.rst", "install.rst", "optional_setup.rst"], "titles": ["Changelog", "Basic Commands", "Instance Management", "Instance Communication & Interaction", "Task Management Commands", "Volume Management Commands", "Informative Commands", "Diagnostic Commands", "Commands", "Development", "Block Volume Management", "Concepts", "Configuration", "User Guide", "Tasks", "Troubleshooting", "VNC and Remote desktop", "yo", "Installation Guide", "Optional Features"], "terms": {"ani": [0, 6, 9, 10, 12, 14, 15, 16, 17, 18], "chang": [0, 1, 2, 8, 12, 15, 16, 17, 18], "which": [0, 1, 5, 6, 10, 11, 12, 14, 15, 16, 18, 19], "ar": [0, 1, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "commit": [0, 9], "yet": [0, 12], "present": [0, 8], "releas": [0, 14], "version": [0, 1, 6, 8, 9, 12, 14, 18], "should": [0, 1, 4, 6, 9, 10, 11, 12, 14, 15, 16, 17, 18], "appear": [0, 11], "here": [0, 6, 9, 10, 11, 12, 14, 17], "The": [0, 1, 9, 10, 11, 12, 14, 15, 16, 18, 19], "look": [0, 11, 12, 14], "feel": [0, 11, 12, 16, 17], "yo": [0, 8, 9, 12, 13, 15, 19], "ha": [0, 8, 9, 10, 12, 14, 15, 16], "been": [0, 12], "updat": [0, 6, 7, 8, 12], "bit": [0, 9, 10, 12, 15, 18], "progress": 0, "bar": 0, "have": [0, 1, 6, 9, 10, 11, 12, 14, 16, 18], "remov": [0, 2, 12, 14, 15], "favor": 0, "spinner": 0, "sinc": [0, 10, 12, 14], "we": [0, 1, 4, 9, 10, 12, 15, 18], "can": [0, 1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "t": [0, 1, 3, 9, 10, 11, 12, 14, 15, 16, 17, 18], "accur": 0, "predict": [0, 12], "most": [0, 10, 11, 12, 14, 16], "time": [0, 6, 8, 12, 13, 15], "anywai": 0, "also": [0, 1, 2, 8, 9, 10, 11, 12, 14, 16, 18], "show": [0, 1, 4, 6, 7, 8, 10, 12, 15], "elaps": 0, "even": [0, 2, 9, 10, 11, 12, 14], "after": [0, 5, 9, 10, 14], "complet": [0, 4, 5, 8, 11, 12, 13, 14, 17], "so": [0, 1, 6, 8, 9, 10, 11, 12, 14, 16, 17, 18], "you": [0, 1, 2, 3, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "know": [0, 6, 10, 11, 12, 18], "how": [0, 2, 9, 10, 12, 14, 16, 17, 18], "long": [0, 1, 2, 4, 6, 8, 10, 14], "spent": 0, "wait": [0, 1, 8, 10, 12, 14], "each": [0, 8, 10, 11, 12, 14, 15, 16], "action": [0, 2, 14], "printout": 0, "now": [0, 9, 10, 12, 14, 15], "includ": [0, 1, 9, 10, 11, 12, 14, 15], "timestamp": 0, "catch": 0, "ctrl": 0, "c": [0, 1], "gracefulli": 0, "exit": [0, 14], "without": [0, 2, 10, 11, 12, 14, 15, 16, 18], "traceback": [0, 15], "creator_tag": 0, "configur": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 13, 14, 15, 16, 17, 19], "option": [0, 1, 6, 8, 9, 10, 11, 13, 14, 17, 18], "i": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "ad": [0, 1, 5, 8, 9, 10, 12], "thi": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "relat": [0, 18], "track": [0, 12], "instanc": [0, 1, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17, 18, 19], "ve": [0, 1, 9, 10, 12, 14, 15, 18], "creat": [0, 1, 6, 8, 11, 12, 13, 16, 17, 18], "If": [0, 1, 9, 10, 11, 12, 14, 15, 16, 18, 19], "alreadi": [0, 1, 9, 10, 11, 12, 18], "work": [0, 8, 9, 12, 13, 16, 18], "": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "need": [0, 1, 3, 5, 6, 9, 10, 11, 12, 14, 15, 16, 17, 18], "care": [0, 10, 12], "about": [0, 6, 8, 9, 11, 12, 13, 14, 19], "fix": [0, 9], "some": [0, 1, 3, 9, 10, 11, 12, 14, 15, 17, 18, 19], "bug": [0, 9, 11, 14, 17], "pars": 0, "inform": [0, 1, 4, 8, 9, 11, 12, 14, 15], "instanceprofil": 0, "veri": [0, 11, 14, 15], "rare": 0, "automat": [0, 5, 6, 9, 10, 11, 12, 14, 16], "check": [0, 7, 8, 9, 10, 12, 15], "default": [0, 1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 14, 15, 16, 18], "memori": [0, 1, 12], "flexibl": 0, "cpu": [0, 1, 6], "new": [0, 2, 5, 8, 9, 10, 11, 12], "featur": [0, 6, 9, 11, 12, 14, 17, 18], "add": [0, 9, 10, 12, 14, 19], "launch": [0, 2, 6, 8, 10, 11, 12, 13, 16, 17, 18, 19], "ssh": [0, 2, 3, 5, 8, 11, 12, 14, 15, 16], "come": [0, 9, 12, 16], "up": [0, 1, 2, 7, 8, 9, 11, 12, 14, 18], "doesn": [0, 11, 12, 14, 16, 17], "actual": [0, 1, 2], "connect": [0, 1, 3, 8, 10, 11, 12, 13, 14, 15, 18], "list": [0, 6, 8, 12, 13, 14, 15, 17, 18], "ip": [0, 1, 8, 14, 15, 17], "an": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 16, 17, 18], "address": [0, 1, 3, 8, 12, 14, 15, 17, 18], "column": [0, 1, 6], "improv": [0, 11, 17], "speed": [0, 1, 17], "lookup": [0, 15], "when": [0, 1, 6, 8, 9, 10, 11, 12, 14], "load": [0, 1, 6, 12, 14, 15], "sever": [0, 12, 15], "e": [0, 1, 2, 3, 4, 5, 12, 14], "g": [0, 1, 12, 14], "all": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 17, 18], "print": [0, 1, 3, 6, 8, 12], "info": [0, 6, 8, 12, 14], "compart": [0, 1, 6, 11, 12, 17, 18], "just": [0, 1, 11, 12, 14, 17, 18], "your": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "own": [0, 11, 12, 14, 17], "still": [0, 3, 10, 11, 14], "capabl": 0, "manag": [0, 1, 8, 11, 12, 13, 16, 17, 18], "view": [0, 3, 6, 8, 10, 12, 14, 15], "short": 0, "argument": [0, 8, 10, 12, 14, 18, 19], "usabl": 0, "place": [0, 10, 12, 14], "exact": [0, 1, 2, 3, 4, 5, 10, 11, 12], "name": [0, 8, 13, 14, 17, 18, 19], "block": [0, 2, 5, 6, 8, 11, 12, 13, 14, 17], "volum": [0, 1, 2, 8, 11, 12, 13, 14, 17], "command": [0, 2, 3, 9, 10, 11, 13, 14, 16, 17, 18, 19], "thei": [0, 9, 10, 11, 12, 14, 18], "appli": [0, 11, 12], "both": [0, 10, 12, 15], "A": [0, 1, 11, 12, 13, 14, 18], "exact_nam": [0, 11], "ini": [0, 1, 8, 12, 18], "effect": 0, "impli": [0, 1, 2], "everi": [0, 4, 8, 12, 14], "type": [0, 5, 9, 15, 17, 19], "allow": [0, 1, 6, 8, 10, 11, 12, 14, 16], "overrid": [0, 1, 2, 3, 4, 5, 12, 14], "true": [0, 3, 5, 11, 12], "case": [0, 3, 11, 12, 14], "basi": [0, 11, 12], "resource_filt": [0, 1, 11], "resourc": [0, 12, 13, 18, 19], "ones": [0, 3, 12, 14], "recommend": [0, 10, 12, 18], "pleas": [0, 1, 9, 10, 12, 14, 15, 16, 18], "us": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 17, 18, 19], "dure": [0, 12], "newer": [0, 12, 14], "background": [0, 12], "find": [0, 9, 12, 14, 16, 18], "notic": 0, "As": [0, 12, 18], "minimum": [0, 12], "6": [9, 12, 18], "hour": [0, 12], "apart": 0, "config": [0, 1, 3, 5, 12, 16, 17], "check_for_update_everi": 0, "set": [0, 1, 2, 9, 11, 12, 14, 15, 18, 19], "disabl": [0, 1, 2, 8, 10, 11, 12, 16, 18], "sort": 0, "creation": [0, 11, 12], "rather": [0, 1, 6, 9, 12], "than": [0, 1, 6, 9, 10, 12, 17, 18], "presum": 0, "undefin": 0, "order": [0, 12, 15, 16, 18], "return": [0, 11, 12, 14], "api": [0, 1, 10, 15], "issu": [0, 9, 11, 12, 13, 16, 17], "concurr": 0, "access": [0, 1, 10, 11, 14, 16, 18], "cach": [0, 1, 3, 8, 12, 13, 17, 19], "resolv": [0, 14, 15], "atom": 0, "refresh": [0, 3, 10, 15], "prior": [0, 10], "run": [0, 1, 2, 5, 8, 9, 10, 11, 12, 13, 15, 16, 18], "start": [0, 1, 8, 11, 12, 14, 16], "stop": [0, 8, 11, 12], "reboot": [0, 8, 12, 14], "termin": [0, 1, 8, 10, 11, 12, 19], "ensur": [0, 1, 9, 10, 12, 18], "oper": [0, 1, 6, 9, 10, 11, 12, 15, 17, 18, 19], "correct": [0, 12, 18], "avoid": [0, 1, 3, 10, 11, 12, 18], "import": [0, 12, 15], "error": [0, 9, 12, 14], "messag": [0, 12, 14, 18], "occur": [0, 12], "tri": [0, 1, 3, 9, 17], "search": [0, 6, 12, 14], "impact": [0, 12, 15], "compat": [0, 8, 12, 14], "window": [0, 12, 18], "due": [0, 11], "fchmod": 0, "silli": 0, "clean": [0, 8, 12], "fail": [0, 12, 14], "file": [0, 1, 2, 3, 4, 5, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19], "doe": [0, 12, 18], "exist": [0, 6, 9, 11, 12, 14, 18], "freeform": [0, 12], "tag": [0, 11, 12], "email": [0, 12, 15, 18], "exampl": [0, 3, 8, 10, 11, 12, 14, 15, 17, 19], "com": [0, 9, 12], "In": [0, 1, 2, 6, 11, 12, 15, 16], "where": [0, 6, 11, 12], "tenanc": [0, 6, 8, 11, 12, 14, 18], "oracl": [0, 9, 12, 14, 17, 18], "createdbi": [0, 12], "fall": [0, 12], "back": [0, 12], "abov": [0, 11, 12, 16, 18], "identifi": [0, 12, 14, 18], "current": [0, 5, 8, 9, 10, 12, 14, 15], "user": [0, 6, 9, 11, 12, 14, 16, 17, 18], "loud": 0, "warn": [0, 12], "more": [0, 2, 3, 6, 8, 10, 11, 12, 14, 16, 17, 18], "silenc": [0, 12], "silence_automatic_tag_warn": 0, "handl": [0, 2, 15], "contain": [0, 9, 12, 17, 18], "prefix": [0, 1, 2, 3, 4, 8, 10, 11, 12], "end": [0, 12], "slash": 0, "befor": [0, 9, 12, 14, 18], "bugfix": 0, "extens": [0, 8], "minor": 0, "intern": [0, 14, 15], "wa": [0, 8, 9, 11, 12, 17], "omit": [0, 12, 14], "older": [0, 12, 18], "encount": [0, 12, 15], "follow": [0, 5, 9, 10, 11, 12, 14, 15, 16, 18, 19], "consol": [0, 8, 10, 11, 12, 14, 15, 18, 19], "like": [0, 2, 9, 12, 14, 15, 16, 18, 19], "line": [0, 1, 3, 9, 11, 12, 14, 16, 17, 18, 19], "bad": 0, "pubkeyacceptedalgorithm": 0, "longer": [0, 8, 12, 14], "crash": 0, "multipl": [0, 5, 6, 10, 12, 14], "vnic": [0, 15], "attach": [0, 8, 11, 12, 13], "instead": [0, 8, 9, 10, 11, 12, 18], "blindli": 0, "take": [0, 12, 14, 18, 19], "first": [0, 5, 7, 8, 9, 10, 12, 14, 15, 16, 18], "ll": [0, 9, 11, 12, 18], "feedback": 0, "behavior": [0, 1, 10, 11, 12, 15], "locat": [0, 12, 14], "http": [0, 15], "github": [0, 9, 11, 15, 16], "document": [0, 1, 8, 9, 12, 17, 18], "io": 0, "its": [0, 4, 8, 9, 12, 14, 19], "perman": 0, "home": [0, 9, 12, 18], "bookmark": 0, "make": [0, 3, 9, 11, 12, 14, 15, 16, 17, 18], "openssh": [0, 18], "few": [0, 9, 10, 12, 14, 18, 19], "regard": [0, 11, 12], "initi": [0, 16, 17], "public": [0, 3, 8, 12, 16, 18], "It": [0, 2, 6, 10, 11, 12, 14, 15, 16, 17, 18], "culmin": 0, "26": 0, "over": [0, 1, 3, 5, 8, 10, 12, 16, 18], "year": 0, "re": [0, 2, 9, 11, 12, 14, 18, 19], "sourc": [9, 12], "code": [9, 12, 14, 15, 17], "welcom": 9, "particip": 9, "mani": [9, 11, 12, 14], "wai": [0, 8, 9, 10, 11, 12, 14, 15], "report": [4, 8, 9, 12], "via": [1, 3, 8, 9, 11, 12, 14, 16, 18], "submit": [9, 11, 17], "merg": 9, "request": [9, 11, 12, 14, 15, 17], "d": [2, 5, 9, 11, 12, 14, 15, 18], "get": [1, 3, 6, 8, 9, 10, 11, 12, 14, 15, 18], "do": [0, 1, 2, 3, 4, 5, 9, 10, 11, 12, 14, 15, 16, 18], "main": [9, 14], "process": [9, 12, 14], "There": [0, 9, 12, 18], "prerequisit": 9, "depend": [9, 12, 14, 18], "avail": [1, 5, 6, 8, 9, 10, 11, 12, 14, 16, 18], "system": [1, 2, 3, 4, 6, 9, 11, 12, 14, 18], "my": [2, 9, 12, 15], "ubuntu": [9, 12], "22": 9, "04": 9, "possibl": [0, 1, 2, 6, 9, 12, 14, 16, 17], "suitabl": [9, 12], "recent": [9, 12], "linux": [9, 11, 12, 14, 17, 18], "maco": 9, "appropri": [9, 12, 18], "python": [7, 8, 9, 12, 15, 18, 19], "3": [6, 9, 10, 12, 15, 18], "higher": 9, "local": [3, 9, 16], "bin": 9, "path": [3, 9, 12], "variabl": [9, 14, 15], "want": [0, 1, 9, 10, 11, 12, 14, 18], "doubl": 9, "standard": [0, 1, 2, 3, 4, 5, 9, 11, 12], "unix": 9, "tool": [9, 12, 14, 17, 18], "git": [9, 12], "cut": 9, "sed": 9, "clone": 9, "repositori": [9, 12, 16], "fork": [9, 17], "applic": 9, "cd": 9, "last": [9, 10, 12], "python3": [9, 18], "python_cmd": 9, "directori": [9, 12, 14, 18], "tox": 9, "runner": 9, "framework": 9, "pre": 9, "execut": [1, 4, 9, 12, 14, 18], "formatt": 9, "assum": [2, 9, 15, 18], "had": 9, "comput": [6, 9, 12, 16, 17, 18], "begin": [9, 12, 14], "directli": [9, 12, 19], "from": [0, 1, 2, 3, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18], "checkout": 9, "copi": [0, 8, 9, 12, 18], "To": [9, 10, 11, 12, 15], "root": [0, 2, 9, 10, 12, 18], "m": [9, 14], "see": [1, 8, 9, 11, 12, 14, 15, 16, 18, 19], "packag": [6, 9, 14, 16, 18], "enjoi": 9, "live": 9, "edg": 9, "whenev": [9, 16], "alwai": [1, 9, 10, 11, 12, 14], "whatev": [9, 11, 12], "simpli": [6, 9, 11, 12, 19], "repo": 9, "onli": [1, 3, 5, 6, 9, 10, 11, 12, 14], "those": [1, 9, 11, 12, 14, 15], "who": [9, 11, 12, 14], "pip": [9, 18], "note": [0, 9, 12, 13, 14, 15, 16], "unus": 9, "whole": 9, "prefer": [0, 5, 9, 12, 16], "risk": [2, 9, 14], "don": [0, 1, 3, 9, 10, 11, 12, 14, 15, 18], "method": [9, 10, 12], "contribut": 9, "sure": [9, 12, 16, 18], "origin": [9, 17], "Then": [9, 12, 15], "branch": 9, "date": [1, 9, 12, 19], "upstream": 9, "master": 9, "verifi": 9, "happi": [9, 12], "them": [0, 1, 9, 10, 11, 12, 14, 16, 18, 19], "abl": [1, 9, 12, 14, 16, 18, 19], "written": [0, 9, 14], "would": [0, 1, 9, 12, 15, 16], "excel": 9, "attempt": [9, 10], "10": [9, 12, 14], "ok": 9, "one": [2, 3, 6, 8, 9, 10, 12, 14, 15, 18], "pass": [0, 1, 3, 9, 11, 12, 14], "go": [9, 11, 12, 14, 15], "ahead": 9, "hook": 9, "thing": [9, 10, 12, 15], "annot": 9, "function": [9, 11, 12, 14], "class": 9, "mypi": 9, "checker": 9, "invalid": [9, 12], "base": [9, 12, 14, 19], "declar": [9, 12, 14], "finicki": 9, "point": [9, 14, 18], "reach": 9, "out": [9, 12, 14, 15, 19], "try": [5, 9, 12, 15, 18], "help": [0, 8, 9, 12, 14, 17, 18], "black": 9, "reformat": 9, "meet": 9, "style": [9, 12], "flake8": 9, "static": [9, 14], "low": 9, "hang": 9, "fruit": 9, "leav": [9, 12], "unstag": 9, "review": 9, "satisfi": [6, 9], "other": [0, 9, 10, 11, 12, 14, 15, 16, 17], "output": [0, 1, 9, 10, 12, 14, 15], "number": [9, 10, 12], "two": [0, 9, 10, 11, 12, 15], "too": [1, 9, 14], "much": [9, 11, 14], "troubl": [9, 12], "what": [0, 1, 9, 10, 12, 14, 18], "At": [9, 12, 14, 18], "push": 9, "ui": [9, 11, 18], "checklist": 9, "mai": [1, 3, 8, 9, 10, 11, 12, 14, 16, 18, 19], "doc": 9, "guid": [9, 16, 17, 19], "md": 9, "rst": 9, "face": [9, 16], "unreleas": 9, "section": [8, 9, 11, 12, 18], "changelog": [9, 17], "These": [10, 11, 12, 14, 19], "varieti": 10, "reason": [10, 11, 15], "keep": [0, 1, 10, 12, 18], "term": 10, "data": [1, 2, 10, 12, 14, 15, 17, 19], "around": [10, 12, 14], "larger": [10, 18], "storag": [6, 10], "area": [10, 12], "expand": [10, 12], "devic": [10, 11, 12], "possibli": 10, "filesystem": [10, 12], "test": [10, 11, 12, 14, 16, 17], "oci": [1, 2, 5, 8, 10, 11, 12, 14, 15, 16, 17, 19], "kind": 10, "boot": [0, 1, 2, 5, 8, 10, 11, 12, 14], "imag": [1, 8, 10, 14, 15, 16], "select": [1, 2, 6, 10, 12, 18], "blank": [6, 10, 12, 18], "must": [0, 10, 12, 16], "manual": [0, 10, 12, 14, 16], "onc": [1, 2, 8, 10, 12, 14, 16, 18, 19], "common": [10, 11, 12, 14, 15, 17], "paravirtu": [5, 10], "mean": [10, 12, 14, 15], "hypervisor": 10, "virtual": [10, 12], "disk": [6, 10, 12], "notifi": [2, 10, 12], "o": [1, 2, 8, 10, 14, 18], "simplest": [10, 18], "shouldn": [0, 10], "requir": [1, 2, 5, 10, 11, 12, 14, 18, 19], "setup": [5, 10, 11, 12, 14, 15, 16, 17, 18, 19], "howev": [0, 1, 3, 8, 10, 11, 12, 14, 16, 19], "vm": [0, 6, 10, 11, 12, 17], "becaus": [0, 10, 12, 14], "bm": [6, 10], "iscsi": [5, 10], "made": 10, "protocol": [10, 16], "share": [5, 10, 11, 12, 16], "mode": [2, 5, 10, 12], "cours": [0, 10, 11, 14], "provid": [0, 3, 10, 12, 16, 19], "For": [0, 3, 6, 8, 10, 12, 14, 16, 18, 19], "frequent": [10, 17, 18], "strong": 10, "opinion": [10, 11], "same": [0, 10, 11, 12], "well": [0, 6, 10, 12, 14, 15, 16, 17, 19], "global": [10, 11, 13, 19], "usernam": [0, 1, 2, 3, 4, 10, 11, 16, 18], "isn": [0, 10, 14], "found": 10, "absolut": [10, 12], "necessari": [1, 2, 3, 4, 10, 11, 12, 14, 18], "enforc": [10, 11], "uniqu": [1, 5, 10, 12, 18], "stepbren": [10, 11], "volume1": 10, "second": [2, 10, 12, 14, 15], "prevent": [10, 12], "mainli": 10, "effici": 10, "quit": [6, 10, 12, 14, 15, 16], "slow": [10, 15], "thread": [10, 12], "thu": [10, 11, 12], "duplic": [10, 12], "visit": [10, 12, 18], "web": [10, 11, 12, 18], "remedi": 10, "situat": 10, "least": [10, 12, 18], "three": [0, 10, 12, 16], "refer": [10, 11, 12, 14, 17], "done": [1, 10, 12], "nor": [10, 16], "increment": [10, 11, 12], "trail": [10, 12], "size_gb": [5, 10], "size": [1, 5, 10, 12], "gigabyt": [10, 12], "particular": [1, 6, 8, 10, 12, 14, 18], "domain": [1, 5, 6, 10, 11, 12, 18], "By": [1, 10, 14], "profil": [0, 1, 6, 10, 13, 14], "custom": [0, 1, 6, 10, 12, 14], "availability_domain": [10, 18], "flag": 10, "usefulli": 10, "instance_nam": [5, 10], "tell": [10, 12, 17], "unlik": 10, "becom": [10, 12], "readi": [1, 10, 14, 16], "accept": [10, 12, 16], "given": [4, 5, 8, 10, 12], "volume_nam": [5, 10], "won": [1, 10, 14], "succe": 10, "differ": [10, 12, 15], "until": [1, 4, 10, 12], "ro": [5, 10], "read": [5, 10, 12, 15, 19], "support": [10, 12, 13, 14, 18], "pv": [5, 10], "emul": [5, 10], "servic": [0, 5, 6, 8, 10, 11, 12, 14, 18], "determin": [5, 10, 11, 12, 15], "either": [10, 12], "best": [2, 10, 12], "result": [10, 12, 14], "specif": [0, 10, 11, 12], "specifi": [0, 1, 2, 3, 6, 10, 11, 12, 14, 16], "teardown": [0, 5, 8, 10, 11], "typic": [1, 6, 10, 12], "control": [8, 10], "respect": [0, 10, 14], "give": [1, 2, 4, 8, 10, 12, 14], "overview": [10, 12, 13, 17], "regardless": [0, 1, 10, 12], "whether": [1, 2, 10, 12], "anyth": [10, 11, 12], "slightli": 10, "though": [1, 10, 12], "slower": 10, "gib": [0, 1, 10, 12], "state": [0, 2, 8, 10, 13], "att": 10, "ol8": [10, 12, 14, 16], "1": [1, 10, 11, 12, 15], "drgnutil": 10, "2": [1, 10, 11, 12], "512": 10, "47": 10, "flamescop": 10, "focal": 10, "shortest": [0, 8, 12], "unambigu": 8, "shortcut": [8, 12], "la": [8, 12, 17], "alias": [0, 8, 13], "li": [8, 12], "valid": [12, 14], "v0": [], "23": 8, "0": [8, 12, 14], "full": [8, 16, 18], "were": 0, "me": 12, "hard": [], "futur": [2, 13], "mem": 1, "e2": 12, "16": 12, "2020": [], "14": [], "15": [], "51": [], "28": [], "48": [], "29": [], "07": [], "38": [], "cmd": 1, "58": [], "n": [1, 2, 3, 4, 5, 11], "subnet": [11, 12, 18], "app": [], "ad3": [], "iad": [], "sub": [0, 8, 12, 17], "8": [0, 12, 14, 16], "09": [], "enter": [2, 8, 11, 18], "provis": 11, "100": [12, 19], "00": [], "243": [], "108": [], "opc": [12, 16], "host": [3, 12, 16, 17], "kei": [0, 3, 8, 11, 12, 14], "fingerprint": [], "sha256": [], "j3g4wfj2fdtlvawgmzqihlgq81zedmtcfc": [], "1ub5xng4": [], "ecdsa": [], "256": [], "oo": [], "eo": [], "activ": 14, "systemctl": 16, "enabl": [2, 8, 11, 12, 14, 16, 19], "cockpit": [], "socket": [], "logout": [], "close": [], "arg": 1, "p": [1, 2, 11, 12, 14], "group": [12, 17], "below": [12, 16], "detail": [6, 11, 12, 14, 16, 19], "w": [1, 2, 4], "separ": [1, 6, 12], "colon": [1, 6, 12], "eg": 12, "canon": [], "20": [], "design": [11, 12, 17], "easi": [11, 14], "suit": 14, "resid": [], "insid": [12, 14], "flex": [0, 6, 12], "ocpu": 12, "cannot": [0, 12, 14, 16], "valu": [6, 11, 12, 14, 18], "otherwis": [12, 14], "next": 12, "206": [], "authent": 18, "establish": [], "8nr8sfnqr": [], "48crkkgqulnjlov84zfhnljhy3iqva4pg": [], "oe": [], "continu": [12, 14, 18], "ye": [2, 12], "known": [16, 18], "singl": [6, 8, 12, 14, 18], "might": [0, 12, 15], "interpret": 12, "part": [0, 11, 15, 18], "hyphen": 12, "convention": [], "signal": [], "l": [], "etc": [0, 1, 11, 12, 17], "yum": 18, "242": [], "96": [], "ksplice": [], "mysql": [], "epel": 16, "oraclelinux": [], "develop": [11, 17], "uek": [], "virt": [], "similar": [0, 14, 16], "session": [12, 14], "persist": [], "heavi": [], "packet": [], "loss": [], "disconnect": [], "high": [], "rtt": [], "echo": [], "slew": [], "niceti": [], "downsid": [14, 15], "scrollback": [], "combin": [6, 8, 12], "pager": [], "screen": 14, "tmux": 14, "instal": [14, 16, 17], "On": 14, "sudo": 16, "dnf": 16, "ol9_developer_epel": [], "y": [2, 16], "serial": [3, 8, 18], "replac": [3, 12, 14], "altern": [1, 12], "diagnost": [2, 8], "purpos": 11, "emerg": [], "recoveri": [], "monitor": 12, "kernel": 14, "log": [1, 12], "grub": [], "menu": [], "ed25519": [12, 18], "rsa": [12, 18], "ssh_public_kei": 18, "instanceconsoleconnect": [], "proxycommand": [], "h": [0, 1, 2, 3, 4, 5, 6, 7], "443": [], "ocid1": 12, "oc1": 12, "anuwcljsgj4tlxyc2une5ykyejfyvwgoh3heizszhahyewc6yoh7raypcqrq": [], "u": [1, 12], "anuwcljsgj4tlxycvynmtmopr6kq3jahn6snvlgz7iqbktojcfr6m2tyiepa": [], "serveraliveinterv": [], "60": [], "tcpkeepal": [], "stai": [], "open": [7, 8, 18], "escap": [], "sequenc": [], "nvhnkwgwit": [], "nhsp93xhcb2hxcn2ud3pekgm": [], "ftyhzu": [], "fetch": [3, 8, 12, 15], "didn": [], "simpl": [11, 17], "wrapper": [], "remot": [3, 8, 12, 13, 14, 17], "filenam": 14, "dir": [], "txt": [], "hello": [], "py": 15, "cmd4": [], "42": [], "888": [], "11": [], "4kb": [], "wherev": [], "normal": [5, 8, 12, 14, 19], "rsync_arg": 3, "empti": [3, 12], "desktop": [1, 3, 8, 12, 13, 14, 17, 19], "step": [7, 8, 11, 12, 14, 15, 16], "tunnel": [3, 16], "vnc_prog": 16, "server": 13, "rdp_prog": 16, "non": [0, 1, 12, 18], "destruct": [], "explicitli": [], "further": [11, 12, 18], "confirm": 2, "unless": [1, 12], "5": [], "addit": [11, 12, 14, 16, 19], "forc": [2, 12], "machin": [2, 12], "commun": 8, "acpi": [], "while": [0, 6, 12, 14], "lock": [], "Of": [11, 13], "unfortun": 12, "except": [0, 12, 14, 15], "shut": [2, 8], "down": [2, 5, 8], "alter": [], "ol9": [12, 16], "preciou": [], "signifi": [], "off": [2, 11], "accident": [], "carelessli": [], "But": [8, 12, 19], "move": 11, "through": [11, 12, 15], "interact": [8, 12, 14], "write": [1, 12, 14, 16], "creating_imag": [], "could": [0, 8, 12, 14, 15, 19], "sensibli": [], "235": [], "106": [], "taken": 1, "offici": [6, 8, 16], "publish": 12, "7": 12, "9": 12, "match": [0, 12, 18], "call": [1, 12], "untest": [], "aarch64": [], "2021": [], "06": [], "03": [], "19": [], "01": [], "12": [], "tabl": [6, 12], "gpu": 6, "net": [], "gbp": [], "denseio1": [], "36": [], "29491": [], "ghz": [], "intel": 6, "xeon": [], "e5": [], "2699": [], "v3": [], "haswel": [], "denseio2": [], "52": [], "768": [], "52428": [], "50": 12, "platinum": [], "8167m": [], "skylak": [], "gpu2": [], "gpu3": [], "model": [], "relev": 1, "count": [0, 11, 12], "descript": [], "displai": [1, 6, 8, 12, 16], "region": [6, 8, 15, 18], "total": 12, "amount": [1, 11, 12], "fit": 11, "accord": 12, "choos": [5, 12, 18], "seri": [], "summar": [], "per": 12, "across": 6, "consid": [12, 14], "filter": [1, 2, 3, 4, 6, 12], "understand": [14, 18], "why": 14, "believ": [1, 11], "terribli": [], "gave": [], "our": [], "guess": 12, "Will": [], "row": 6, "indic": [6, 14], "maximum": [], "necessarili": [], "guarante": 12, "space": 12, "third": [], "team": [11, 12, 17], "increas": [], "a1": [], "160": [], "vkeh": 12, "ashburn": 12, "core": [], "53": [], "1160": [], "171": [], "222": [], "646": [], "7704": [], "674": [], "1064": [], "99997158": [], "100000000": [], "99980546": [], "1024": [], "factor": [], "optimized3": [], "topic": [], "processor": [], "ic": [], "lake": [], "bandwidth": [], "gpb": [], "max": [], "nvme": [], "ssd": [], "3840": [], "script": [4, 8, 12, 14, 16], "page": 12, "upgrad": [], "special": [11, 12, 13], "familiar": [], "gut": [], "plai": [], "gener": [0, 11, 12, 14], "client": [11, 12, 13, 17, 18], "lesser": 11, "extent": 11, "built": 11, "organ": [0, 8, 11, 12, 18], "toe": 11, "pretti": 11, "vcn": [11, 12, 14, 18], "realli": [11, 17], "beyond": 11, "better": [11, 15], "idea": [11, 12], "trivial": 11, "think": [11, 14], "cloud": [11, 12], "being": [11, 12, 14, 18], "lazi": [11, 15], "free": [11, 12, 16, 17], "omiss": 11, "Or": 11, "pull": [11, 12, 17], "suppos": 11, "collis": [11, 12], "append": [11, 12], "suffix": [11, 12], "rule": [1, 5, 11, 12, 16], "criteria": 11, "mind": [1, 11, 18], "nice": [11, 12, 14], "easili": [11, 14, 18], "investig": [11, 15], "anybodi": [0, 11, 12], "approach": [11, 12, 14, 15], "quickli": [11, 12, 17], "variou": [11, 12], "subcommand": 11, "shown": 11, "similarli": 11, "did": 11, "peopl": [11, 12, 17], "creator": [6, 11], "explan": [11, 12], "restrict": 11, "fals": [1, 2, 3, 4, 5, 6, 11, 12], "shape": [0, 1, 2, 8, 11, 17], "syntax": [12, 13], "sdk": [12, 15, 18], "store": [3, 12, 17, 18, 19], "string": 12, "ocid": [12, 14], "id": [0, 8, 12, 14, 17, 18], "consult": 12, "popul": [12, 15], "iam": [12, 18], "entri": 12, "json": [12, 15], "field": [6, 12, 18], "paramet": 12, "preced": 12, "network": [12, 14, 16, 18], "One": [12, 16], "within": [6, 12, 14], "weird": [12, 15], "pick": 12, "belong": [1, 12], "login": [1, 12], "id_rsa": [12, 18], "pub": [12, 18], "instruct": [12, 14, 17], "folder": 12, "identitiesonli": 12, "password": [12, 16, 18], "protect": [0, 3, 8, 12, 18], "prompt": [2, 7, 8, 12, 18], "repeatedli": 12, "sometim": [12, 18, 19], "agent": [1, 12, 18], "environ": [12, 14, 15, 16, 17], "secur": [12, 16, 18], "authorized_kei": 12, "detect": [12, 14, 15, 16], "author": 12, "inaccess": 12, "intstanc": [], "4096": [12, 18], "keygen": [12, 18], "b": [12, 18], "f": [5, 6, 12, 18], "id_yo": [12, 18], "desir": [6, 12, 18], "program": [1, 12, 14, 16], "vnc": [8, 12, 13, 17, 18], "shell": [1, 12], "format": [6, 12], "port": [12, 16], "krdc": [12, 16], "kde": [12, 16], "modifi": [12, 14], "rdp": [8, 12, 18], "send": [2, 8, 12], "notif": [1, 12, 14, 17], "unset": 12, "sent": 12, "split": 12, "quot": [12, 14], "occurr": 12, "text": 12, "mac": [12, 18], "osascript": 12, "titl": 12, "stack": 12, "overflow": 12, "post": 12, "turn": [12, 15], "suggest": [12, 19], "homebrew": 12, "anoth": [12, 14], "growl": 12, "drop": 12, "boolean": 12, "delet": [8, 12, 13, 14], "preserv": [0, 2, 12], "recreat": [11, 12], "later": [12, 14], "limit": [0, 8, 12, 13, 14], "pai": 12, "strike": 12, "priorit": 12, "lot": [12, 15], "besid": 12, "thoroughli": 12, "tmp": [12, 14], "ephemer": 12, "rel": 12, "interpol": 12, "perform": [2, 12], "remain": 12, "portion": 12, "liter": 12, "charact": 12, "permiss": 12, "parent": [12, 14], "delimit": 12, "comma": 12, "whitespac": 12, "conveni": [12, 14, 16], "foobarsomelongstringher": 12, "someotherstringgoesher": 12, "latest": [1, 6, 12], "verbos": [6, 12], "haven": 12, "seen": 12, "mention": 12, "touch": 12, "dedic": 12, "individu": [12, 15], "decemb": 12, "17": 12, "2019": 12, "whose": [2, 12], "administr": 12, "lack": 12, "cli": [0, 12, 18], "terraform": 12, "noisi": 12, "resolut": 12, "contact": 12, "ask": [1, 12, 14, 17, 18], "cost": 12, "interest": [12, 14], "reduc": [1, 12], "entail": 12, "fulli": [12, 15], "scheme": 12, "decid": [5, 12], "retain": 12, "els": [2, 12, 14], "owner": 12, "knob": 12, "logic": [0, 12], "account": [12, 18], "visibl": [12, 13], "discuss": 12, "integ": 12, "between": [12, 15, 16], "spawn": 12, "pypi": 12, "almost": 12, "zero": 12, "reli": 12, "someth": [12, 14], "wrong": 12, "inspect": 12, "oracletag": 12, "direct": [12, 14], "overridden": 12, "modest": 12, "bigol8": 12, "exactli": [0, 5, 12], "rais": [0, 12], "startup": [1, 12, 14], "correspond": 12, "vice": 12, "versa": 12, "_clear_": 12, "clear": [0, 7, 8, 12, 14], "less": 12, "equal": 12, "16384": 12, "although": 12, "mismatch": 12, "partit": 12, "daemon": 12, "tune": 12, "aren": [12, 14], "happen": 12, "overwrit": 12, "join": [8, 12, 14], "_additional_": [12, 14], "strategi": [1, 12, 15], "choic": [0, 1, 2, 6, 12], "expect": [12, 18], "alia": [0, 12], "con": 12, "past": 12, "xxxx": 12, "org": 12, "OR": 12, "sustain": 12, "engin": 12, "compartment_id": 12, "event": 12, "lexer": 12, "x": [6, 12, 14], "usag": [1, 2, 3, 4, 5, 6, 7, 12], "final": [11, 12, 14], "good": [7, 8, 12], "enough": 12, "never": [6, 12, 17], "previou": [12, 14], "digit": 12, "task_a": 12, "task_b": 12, "task_c": 12, "resiz": [8, 12, 14], "newli": [11, 12], "experi": 12, "smoother": 12, "loop": 12, "tree": 12, "depth": 12, "arbitrarili": 12, "larg": [6, 12], "ol6": 12, "ol7": 12, "Be": 12, "ambigu": 12, "bewar": 12, "disrupt": 12, "muscl": [0, 12], "concept": [13, 17], "sampl": [13, 18], "task": [1, 8, 13, 16, 17], "builtin": 13, "detach": [0, 8, 13], "troubleshoot": [7, 8, 13, 17], "With": [13, 14], "bash": [13, 14, 17], "statu": [8, 14], "record": 14, "maintain": [14, 17], "librari": [0, 14, 15], "human": 14, "liber": 14, "juggl": 14, "proxi": 14, "internet": 14, "softwar": 14, "drgn": 14, "mosh": [8, 14, 18], "person": [14, 18], "onto": [3, 8, 14], "bashrc": [14, 19], "figur": 14, "reproduc": 14, "perfect": 14, "solut": 14, "trigger": [14, 19], "wherea": 14, "difficult": 14, "easier": 14, "mark": [6, 14], "bookkeep": 14, "depends_on": 14, "success": 14, "failur": 14, "maybe_depends_on": 14, "comment": 14, "implement": [1, 11, 14, 16], "conflicts_with": 14, "run_onc": 14, "again": [1, 14, 17], "anywher": 14, "expans": 14, "essenti": 14, "dump": 14, "content": [4, 8, 14], "stdout": 14, "along": [14, 18], "header": 14, "vm3": 14, "inst": 14, "bird": 14, "ey": 14, "stderr": 14, "pid": 14, "task_dir": 14, "bonu": 14, "notify_prog": [1, 14, 19], "receiv": [1, 12, 14], "focu": 14, "self": [11, 14], "debuginfo": 14, "respond": 14, "sensibl": 14, "pure": 14, "demonstr": [14, 16], "dep": 14, "plan": 14, "abil": 14, "build": 14, "save": [2, 8, 13, 14], "prepar": 14, "reproduct": 14, "timeout": [2, 14], "minut": [14, 18], "hardcod": 14, "particularli": 14, "customiz": 14, "piec": 14, "temporarili": 15, "export": 15, "_arc_debug": 15, "tab": [15, 19], "flood": 15, "properli": 15, "somewhat": 15, "aggress": [15, 17], "mcafe": 15, "laptop": 15, "scan": 15, "massiv": 15, "small": [11, 15], "bound": 15, "sens": 15, "probabl": [15, 18], "4": 15, "ru": 15, "slowli": [15, 17], "imagin": 15, "insert": 15, "delai": 15, "bother": 15, "barrier": 15, "mostli": [6, 15], "transpar": 15, "snappi": 15, "outsid": [15, 17], "mainten": 15, "bore": 15, "basic": [4, 8, 15, 18], "world": 15, "rm": 15, "entir": 15, "harmless": 15, "everyth": 15, "repopul": 15, "item": 15, "equip": 15, "graphic": 16, "helper": 16, "x509": 16, "encrypt": 16, "firewal": 16, "xrdp": 16, "ol8_developer_epel": 16, "groupinstal": 16, "gui": 16, "passwd": 16, "inbound": 16, "upon": [8, 16], "credenti": 16, "chosen": 16, "encourag": 16, "expos": 16, "rude": 17, "Its": 17, "goal": 17, "eas": 17, "simplic": 17, "dispos": 17, "gain": 17, "ol": 17, "browser": 17, "hide": 17, "lazier": 17, "let": [5, 17], "memor": 17, "quick": 17, "site": 17, "question": 17, "illustr": 17, "contributor": 17, "guinea": 18, "pig": 18, "rsync": [8, 18], "trick": 18, "greet": 18, "util": 18, "alongsid": 18, "associ": 18, "thankfulli": 18, "achiev": 18, "bootstrap": 18, "edit": 18, "my_usernam": 18, "my_email": 18, "instance_compartment_id": [1, 6, 18], "explor": 18, "vcn_id": 18, "subnet_id": 18, "under": 18, "major": [0, 18], "correctli": [18, 19], "yourself": 18, "intend": [5, 12, 18], "especi": 18, "passphras": 18, "learn": 18, "hopefulli": 19, "describ": 19, "eval": 19, "regist": 19, "argcomplet": 19, "context": [7, 8, 19], "sensit": 19, "accurr": 19, "previous": [0, 19], "mislead": 19, "fine": 19, "moment": 19, "fileexistserror": 0, "dry": [1, 2], "alloc": 12, "rang": 12, "multipli": 12, "commandlin": 12, "x86": [0, 12], "genar": [], "auto": [], "posit": [], "gb": 1, "boot_volume_size_gb": 1, "v": [1, 2, 6], "unit": 1, "reachabl": 1, "bypass": 1, "opposit": 1, "ag": [], "freshest": 1, "stale": 1, "fast": 1, "beout": 1, "ssh_arg": 1, "quiet": 1, "name_po": [1, 2, 3, 4], "forward": 1, "q": 1, "600": 2, "new_nam": [2, 5], "offer": 2, "safeti": 2, "confid": 2, "save_volume_a": [], "forcibli": 2, "lose": 2, "hung": 2, "interrupt": [2, 8], "danger": [2, 8], "rememb": [0, 3], "useranm": 3, "scp_arg": 3, "destin": 3, "synchron": [3, 8], "raw": 3, "identity_fil": 3, "ident": 3, "metadata": [0, 2, 4, 8, 11], "finish": 4, "inst_nam": 5, "strongli": 5, "theright": 5, "right": 5, "from_inst": 5, "tear": 5, "invok": 8, "shorthand": 8, "renam": 8, "nmi": 8, "scp": 8, "histori": 8, "debug": 8, "index": 17, "rebuild": [0, 8, 11], "toward": [0, 11], "reattach": 0, "asid": 0, "demand": 0, "chose": 0, "wrap": 0, "categori": 0, "summari": 0, "permit": 0, "old": 0, "spell": 0, "break": 0, "map": 0, "rest": 0, "miss": 0, "rich": 0, "forgot": 0, "unnecessari": 0, "explanatori": 11, "caus": 11, "bill": 11, "advantag": 11, "paus": 11, "express": 11, "preexist": 12, "privileg": 12, "safe": 12, "ascii": 12, "letter": 12, "init": 12, "torn": [2, 8], "matrix": [6, 8], "Not": 6, "fact": 6, "relationship": 6, "complex": 6, "curios": 6, "width": 6, "fnmatch": 6, "pattern": 6, "24": 6, "image_compartment_id": 6, "regularli": 6, "easiest": 6, "amd": 6, "arm": 6, "tini": 0, "happili": 0}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"changelog": 0, "unreleas": 0, "1": 0, "2": 0, "0": 0, "wed": 0, "aug": 0, "9": 0, "2023": 0, "tue": 0, "juli": 0, "18": 0, "4": 0, "mon": 0, "june": 0, "5": 0, "3": 0, "fri": 0, "mai": 0, "april": 0, "develop": 9, "environ": 9, "setup": 9, "edit": 9, "instal": [9, 18], "creat": [5, 9, 10, 14], "test": 9, "chang": 9, "block": 10, "volum": [5, 10], "manag": [2, 4, 5, 10, 14], "A": 10, "note": 10, "about": 10, "name": [1, 2, 3, 4, 5, 6, 10, 11, 12], "yo": [1, 2, 3, 4, 5, 6, 7, 10, 11, 14, 16, 17, 18], "attach": [5, 10], "detach": [5, 10], "delet": [5, 10], "list": [1, 4, 5, 10], "command": [1, 4, 5, 6, 7, 8, 12], "instanc": [2, 3, 11, 12], "launch": [1, 14], "ssh": [1, 18], "mosh": 3, "consol": 3, "histori": 3, "scp": 3, "rsync": 3, "vnc": [3, 16], "rdp": [3, 16], "termin": 2, "reboot": 2, "stop": 2, "start": 2, "resiz": 2, "renam": [2, 5], "protect": 2, "wait": [2, 4], "ip": 3, "inform": 6, "o": [6, 12], "imag": [6, 12], "shape": [6, 12], "limit": [6, 11], "task": [4, 12, 14], "run": [4, 14], "statu": 4, "join": 4, "info": 4, "version": 7, "help": 7, "debug": 7, "concept": 11, "resourc": 11, "visibl": 11, "profil": [11, 12], "configur": [12, 18], "global": 12, "option": [12, 19], "instance_compartment_id": 12, "region": 12, "vcn_id": 12, "subnet_id": 12, "subnet_compartment_id": 12, "my_email": 12, "my_usernam": 12, "ssh_public_kei": 12, "vnc_prog": 12, "rdp_prog": 12, "notify_prog": 12, "preserve_volume_on_termin": 12, "oci_profil": 12, "ssh_arg": 12, "ssh_interactive_arg": 12, "task_dir": 12, "image_compartment_id": 12, "silence_automatic_tag_warn": 12, "exact_nam": 12, "resource_filt": 12, "check_for_update_everi": 12, "creator_tag": 12, "availability_domain": 12, "boot_volume_size_gb": 12, "inherit": 12, "load_imag": 12, "alias": 12, "sampl": 12, "file": 12, "user": 13, "guid": [13, 18], "content": [13, 17], "an": 14, "overview": [8, 14], "Of": 14, "special": 14, "syntax": 14, "time": 14, "builtin": 14, "futur": 14, "work": 14, "troubleshoot": 15, "issu": 15, "With": 15, "bash": [15, 19], "complet": [15, 19], "cach": [7, 15], "remot": 16, "desktop": 16, "server": 16, "support": 16, "set": 16, "up": 16, "oracl": 16, "linux": 16, "us": 16, "window": 16, "client": 16, "connect": 16, "contact": 17, "initi": 18, "oci": 18, "kei": 18, "done": 18, "featur": 19, "notif": 19, "sept": 0, "6": 0, "auto": [], "gener": [], "posit": [1, 2, 3, 4, 5, 6], "argument": [1, 2, 3, 4, 5, 6], "mem": 12, "cpu": 12, "ag": [], "basic": 1, "nmi": 2, "commun": 3, "interact": 3, "copi": 3, "id": 3, "diagnost": 7, "clean": 7, "group": 8, "md": [], "index": 8, "state": 11, "save": 11, "usernam": 12, "rebuild": 2, "teardown": 2, "compat": 6, "dec": 0, "15": 0, "feb": 0, "2024": 0}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 60}, "alltitles": {"Basic Commands": [[1, "basic-commands"]], "yo launch": [[1, "yo-launch"]], "Named Arguments": [[1, "named-arguments"], [1, "named-arguments"], [1, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [4, "named-arguments"], [4, "named-arguments"], [4, "named-arguments"], [4, "named-arguments"], [5, "named-arguments"], [5, "named-arguments"], [5, "named-arguments"], [5, "named-arguments"], [5, "named-arguments"], [6, "named-arguments"], [6, "named-arguments"], [6, "named-arguments"], [6, "named-arguments"]], "yo list": [[1, "yo-list"]], "yo ssh": [[1, "yo-ssh"]], "Positional Arguments": [[1, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [4, "positional-arguments"], [4, "positional-arguments"], [4, "positional-arguments"], [4, "positional-arguments"], [4, "positional-arguments"], [5, "positional-arguments"], [5, "positional-arguments"], [5, "positional-arguments"], [5, "positional-arguments"], [5, "positional-arguments"], [6, "positional-arguments"], [6, "positional-arguments"]], "Instance Management": [[2, "instance-management"]], "yo nmi": [[2, "yo-nmi"]], "yo protect": [[2, "yo-protect"]], "yo reboot": [[2, "yo-reboot"]], "yo rebuild": [[2, "yo-rebuild"]], "yo rename": [[2, "yo-rename"]], "yo resize": [[2, "yo-resize"]], "yo start": [[2, "yo-start"]], "yo stop": [[2, "yo-stop"]], "yo teardown": [[2, "yo-teardown"]], "yo terminate": [[2, "yo-terminate"]], "yo wait": [[2, "yo-wait"]], "Instance Communication & Interaction": [[3, "instance-communication-interaction"]], "yo console": [[3, "yo-console"]], "yo console-history": [[3, "yo-console-history"]], "yo copy-id": [[3, "yo-copy-id"]], "yo ip": [[3, "yo-ip"]], "yo mosh": [[3, "yo-mosh"]], "yo rdp": [[3, "yo-rdp"]], "yo rsync": [[3, "yo-rsync"]], "yo scp": [[3, "yo-scp"]], "yo vnc": [[3, "yo-vnc"]], "Task Management Commands": [[4, "task-management-commands"]], "yo task info": [[4, "yo-task-info"]], "yo task join": [[4, "yo-task-join"]], "yo task list": [[4, "yo-task-list"]], "yo task run": [[4, "yo-task-run"]], "yo task status": [[4, "yo-task-status"]], "yo task wait": [[4, "yo-task-wait"]], "Volume Management Commands": [[5, "volume-management-commands"]], "yo volume attach": [[5, "yo-volume-attach"]], "Volume Attachment Arguments": [[5, "volume-attachment-arguments"], [5, "volume-attachment-arguments"]], "yo volume attached": [[5, "yo-volume-attached"]], "yo volume create": [[5, "yo-volume-create"]], "yo volume delete": [[5, "yo-volume-delete"]], "yo volume detach": [[5, "yo-volume-detach"]], "yo volume list": [[5, "yo-volume-list"]], "yo volume rename": [[5, "yo-volume-rename"]], "Informative Commands": [[6, "informative-commands"]], "yo compat": [[6, "yo-compat"]], "yo images": [[6, "yo-images"]], "yo limits": [[6, "yo-limits"]], "yo os": [[6, "yo-os"]], "yo shape": [[6, "yo-shape"]], "yo shapes": [[6, "yo-shapes"]], "Diagnostic Commands": [[7, "diagnostic-commands"]], "yo cache-clean": [[7, "yo-cache-clean"]], "yo debug": [[7, "yo-debug"]], "yo help": [[7, "yo-help"]], "yo version": [[7, "yo-version"]], "Commands": [[8, "commands"]], "Overview": [[8, "overview"]], "Command Group Index": [[8, "command-group-index"]], "Development": [[9, "development"]], "Environment Setup": [[9, "environment-setup"]], "Editable Install": [[9, "editable-install"]], "Creating and Testing Changes": [[9, "creating-and-testing-changes"]], "Block Volume Management": [[10, "block-volume-management"]], "A note about volume names": [[10, "a-note-about-volume-names"]], "yo volume-create": [[10, "yo-volume-create"]], "yo attach": [[10, "yo-attach"]], "yo detach": [[10, "yo-detach"]], "yo volume-delete": [[10, "yo-volume-delete"]], "yo volume-list": [[10, "yo-volume-list"]], "yo attached": [[10, "yo-attached"]], "Concepts": [[11, "concepts"]], "Limitations of yo": [[11, "limitations-of-yo"]], "Instance Naming": [[11, "instance-naming"]], "Resource Visibility": [[11, "resource-visibility"]], "Instance Profile": [[11, "instance-profile"]], "Instance States & Saved Instances": [[11, "instance-states-saved-instances"]], "Configuration": [[12, "configuration"]], "Global Configuration Options": [[12, "global-configuration-options"]], "instance_compartment_id": [[12, "instance-compartment-id"]], "region": [[12, "region"]], "vcn_id": [[12, "vcn-id"]], "subnet_id": [[12, "subnet-id"]], "subnet_compartment_id": [[12, "subnet-compartment-id"]], "my_email": [[12, "my-email"]], "my_username": [[12, "my-username"]], "ssh_public_key": [[12, "ssh-public-key"]], "vnc_prog": [[12, "vnc-prog"]], "rdp_prog": [[12, "rdp-prog"]], "notify_prog": [[12, "notify-prog"]], "preserve_volume_on_terminate": [[12, "preserve-volume-on-terminate"]], "oci_profile": [[12, "oci-profile"]], "ssh_args and ssh_interactive_args": [[12, "ssh-args-and-ssh-interactive-args"]], "task_dir": [[12, "task-dir"]], "image_compartment_ids": [[12, "image-compartment-ids"]], "silence_automatic_tag_warning": [[12, "silence-automatic-tag-warning"]], "exact_name": [[12, "exact-name"]], "resource_filtering": [[12, "resource-filtering"]], "check_for_update_every": [[12, "check-for-update-every"]], "creator_tags": [[12, "creator-tags"]], "Instance Profiles": [[12, "instance-profiles"]], "availability_domain": [[12, "availability-domain"]], "shape": [[12, "shape"]], "mem": [[12, "mem"]], "cpu": [[12, "cpu"]], "os": [[12, "os"]], "image": [[12, "image"]], "boot_volume_size_gbs": [[12, "boot-volume-size-gbs"]], "name": [[12, "name"]], "inherit": [[12, "inherit"]], "tasks": [[12, "tasks"]], "load_image": [[12, "load-image"]], "username": [[12, "username"]], "Command Aliases": [[12, "command-aliases"]], "Sample Configuration File": [[12, "sample-configuration-file"]], "User Guide": [[13, "user-guide"]], "Contents": [[13, null], [17, "contents"]], "Tasks": [[14, "tasks"]], "An Overview Of Yo Tasks": [[14, "an-overview-of-yo-tasks"]], "Creating Tasks": [[14, "creating-tasks"]], "Special Task Syntax": [[14, "special-task-syntax"]], "Managing Tasks": [[14, "managing-tasks"]], "Running Tasks at Launch Time": [[14, "running-tasks-at-launch-time"]], "Builtin Tasks": [[14, "builtin-tasks"]], "Tasks - Future Work": [[14, "tasks-future-work"]], "Troubleshooting": [[15, "troubleshooting"]], "Issues With Bash Completion": [[15, "issues-with-bash-completion"]], "Caching": [[15, "caching"]], "VNC and Remote desktop": [[16, "vnc-and-remote-desktop"]], "Server Support": [[16, "server-support"]], "Setting up VNC and RDP Servers on Oracle Linux": [[16, "setting-up-vnc-and-rdp-servers-on-oracle-linux"]], "Using RDP on Windows Server": [[16, "using-rdp-on-windows-server"]], "Client Support": [[16, "client-support"]], "Connecting with Yo": [[16, "connecting-with-yo"]], "yo": [[17, "yo"]], "Contact": [[17, "contact"]], "Installation Guide": [[18, "installation-guide"]], "Installation": [[18, "installation"]], "Initial Configuration": [[18, "initial-configuration"]], "OCI Configuration": [[18, "oci-configuration"]], "yo Configuration": [[18, "yo-configuration"]], "SSH Key": [[18, "ssh-key"]], "Done!": [[18, "done"]], "Optional Features": [[19, "optional-features"]], "Bash Completion": [[19, "bash-completion"]], "Notifications": [[19, "notifications"]], "Changelog": [[0, "changelog"]], "Unreleased": [[0, "unreleased"]], "1.5.0 - Mon, Feb 5, 2024": [[0, "mon-feb-5-2024"]], "1.4.0 - Fri, Dec 15, 2023": [[0, "fri-dec-15-2023"]], "1.3.1 - Wed, Sept 6, 2023": [[0, "wed-sept-6-2023"]], "1.3.0 - Fri, Sept 1, 2023": [[0, "fri-sept-1-2023"]], "1.2.0 - Wed, Aug 9, 2023": [[0, "wed-aug-9-2023"]], "1.1.0 - Tue, July 18, 2023": [[0, "tue-july-18-2023"]], "1.0.4 - Mon, June 5, 2023": [[0, "mon-june-5-2023"]], "1.0.3 - Fri, June 2, 2023": [[0, "fri-june-2-2023"]], "1.0.2 - Fri, June 2, 2023": [[0, "id1"]], "1.0.1 - Tue, May 9, 2023": [[0, "tue-may-9-2023"]], "1.0.0 - Tue, April 18, 2023": [[0, "tue-april-18-2023"]]}, "indexentries": {}}) \ No newline at end of file +Search.setIndex({"docnames": ["changelog", "cmds/cmd00", "cmds/cmd01", "cmds/cmd02", "cmds/cmd03", "cmds/cmd04", "cmds/cmd05", "cmds/cmd06", "cmds/index", "development", "guide/block", "guide/concepts", "guide/configuration", "guide/index", "guide/tasks", "guide/troubleshooting", "guide/vnc", "index", "install", "optional_setup"], "filenames": ["changelog.md", "cmds/cmd00.rst", "cmds/cmd01.rst", "cmds/cmd02.rst", "cmds/cmd03.rst", "cmds/cmd04.rst", "cmds/cmd05.rst", "cmds/cmd06.rst", "cmds/index.rst", "development.rst", "guide/block.md", "guide/concepts.rst", "guide/configuration.rst", "guide/index.rst", "guide/tasks.rst", "guide/troubleshooting.rst", "guide/vnc.md", "index.rst", "install.rst", "optional_setup.rst"], "titles": ["Changelog", "Basic Commands", "Instance Management", "Instance Communication & Interaction", "Task Management Commands", "Volume Management Commands", "Informative Commands", "Diagnostic Commands", "Commands", "Development", "Block Volume Management", "Concepts", "Configuration", "User Guide", "Tasks", "Troubleshooting", "VNC and Remote desktop", "yo", "Installation Guide", "Optional Features"], "terms": {"ani": [0, 6, 9, 10, 12, 14, 15, 16, 17, 18], "chang": [0, 1, 2, 8, 12, 15, 16, 17, 18], "which": [0, 1, 5, 6, 10, 11, 12, 14, 15, 16, 18, 19], "ar": [0, 1, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "commit": [0, 9], "yet": [0, 12], "present": [0, 8], "releas": [0, 14], "version": [0, 1, 6, 8, 9, 12, 14, 18], "should": [0, 1, 4, 6, 9, 10, 11, 12, 14, 15, 16, 17, 18], "appear": [0, 11], "here": [0, 6, 9, 10, 11, 12, 14, 17], "The": [0, 1, 9, 10, 11, 12, 14, 15, 16, 18, 19], "look": [0, 11, 12, 14], "feel": [0, 11, 12, 16, 17], "yo": [0, 8, 9, 12, 13, 15, 19], "ha": [0, 8, 9, 10, 12, 14, 15, 16], "been": [0, 12], "updat": [0, 6, 7, 8, 12], "bit": [0, 9, 10, 12, 15, 18], "progress": 0, "bar": 0, "have": [0, 1, 6, 9, 10, 11, 12, 14, 16, 18], "remov": [0, 2, 12, 14, 15], "favor": 0, "spinner": 0, "sinc": [0, 10, 12, 14], "we": [0, 1, 4, 9, 10, 12, 15, 18], "can": [0, 1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "t": [0, 1, 3, 9, 10, 11, 12, 14, 15, 16, 17, 18], "accur": 0, "predict": [0, 12], "most": [0, 10, 11, 12, 14, 16], "time": [0, 6, 8, 12, 13, 15], "anywai": 0, "also": [0, 1, 2, 8, 9, 10, 11, 12, 14, 16, 18], "show": [0, 1, 4, 6, 7, 8, 10, 12, 15], "elaps": 0, "even": [0, 2, 9, 10, 11, 12, 14], "after": [0, 5, 9, 10, 14], "complet": [0, 4, 5, 8, 11, 12, 13, 14, 17], "so": [0, 1, 6, 8, 9, 10, 11, 12, 14, 16, 17, 18], "you": [0, 1, 2, 3, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "know": [0, 6, 10, 11, 12, 18], "how": [0, 2, 9, 10, 12, 14, 16, 17, 18], "long": [0, 1, 2, 4, 6, 8, 10, 14], "spent": 0, "wait": [0, 1, 8, 10, 12, 14], "each": [0, 8, 10, 11, 12, 14, 15, 16], "action": [0, 2, 14], "printout": 0, "now": [0, 9, 10, 12, 14, 15], "includ": [0, 1, 9, 10, 11, 12, 14, 15], "timestamp": 0, "catch": 0, "ctrl": 0, "c": [0, 1, 12], "gracefulli": 0, "exit": [0, 14], "without": [0, 2, 10, 11, 12, 14, 15, 16, 18], "traceback": [0, 15], "creator_tag": 0, "configur": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 13, 14, 15, 16, 17, 19], "option": [0, 1, 6, 8, 9, 10, 11, 13, 14, 17, 18], "i": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "ad": [0, 1, 5, 8, 9, 10, 12], "thi": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "relat": [0, 18], "track": [0, 12], "instanc": [0, 1, 4, 5, 6, 8, 10, 13, 14, 15, 16, 17, 18, 19], "ve": [0, 1, 9, 10, 12, 14, 15, 18], "creat": [0, 1, 6, 8, 11, 12, 13, 16, 17, 18], "If": [0, 1, 9, 10, 11, 12, 14, 15, 16, 18, 19], "alreadi": [0, 1, 9, 10, 11, 12, 18], "work": [0, 8, 9, 12, 13, 16, 18], "": [0, 1, 2, 3, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "need": [0, 1, 3, 5, 6, 9, 10, 11, 12, 14, 15, 16, 17, 18], "care": [0, 10, 12], "about": [0, 6, 8, 9, 11, 12, 13, 14, 19], "fix": [0, 9], "some": [0, 1, 3, 9, 10, 11, 12, 14, 15, 17, 18, 19], "bug": [0, 9, 11, 14, 17], "pars": 0, "inform": [0, 1, 4, 8, 9, 11, 12, 14, 15], "instanceprofil": 0, "veri": [0, 11, 14, 15], "rare": 0, "automat": [0, 5, 6, 9, 10, 11, 12, 14, 16], "check": [0, 7, 8, 9, 10, 12, 15], "default": [0, 1, 2, 3, 4, 5, 6, 9, 10, 11, 12, 14, 15, 16, 18], "memori": [0, 1, 12], "flexibl": 0, "cpu": [0, 1, 6], "new": [0, 2, 5, 8, 9, 10, 11, 12], "featur": [0, 6, 9, 11, 12, 14, 17, 18], "add": [0, 1, 9, 10, 12, 14, 19], "launch": [0, 2, 6, 8, 10, 11, 12, 13, 16, 17, 18, 19], "ssh": [0, 2, 3, 5, 8, 11, 12, 14, 15, 16], "come": [0, 9, 12, 16], "up": [0, 1, 2, 7, 8, 9, 11, 12, 14, 18], "doesn": [0, 11, 12, 14, 16, 17], "actual": [0, 1, 2], "connect": [0, 1, 3, 8, 10, 11, 12, 13, 14, 15, 18], "list": [0, 6, 8, 12, 13, 14, 15, 17, 18], "ip": [0, 1, 8, 14, 15, 17], "an": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 16, 17, 18], "address": [0, 1, 3, 8, 12, 14, 15, 17, 18], "column": [0, 1, 6, 12], "improv": [0, 11, 17], "speed": [0, 1, 17], "lookup": [0, 15], "when": [0, 1, 6, 8, 9, 10, 11, 12, 14], "load": [0, 1, 6, 12, 14, 15], "sever": [0, 12, 15], "e": [0, 1, 2, 3, 4, 5, 12, 14], "g": [0, 1, 12, 14], "all": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 17, 18], "print": [0, 1, 3, 6, 8, 12], "info": [0, 6, 8, 12, 14], "compart": [0, 1, 6, 11, 12, 17, 18], "just": [0, 1, 11, 12, 14, 17, 18], "your": [0, 1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19], "own": [0, 11, 12, 14, 17], "still": [0, 3, 10, 11, 14], "capabl": 0, "manag": [0, 1, 8, 11, 12, 13, 16, 17, 18], "view": [0, 3, 6, 8, 10, 12, 14, 15], "short": 0, "argument": [0, 8, 10, 12, 14, 18, 19], "usabl": 0, "place": [0, 10, 12, 14], "exact": [0, 1, 2, 3, 4, 5, 10, 11, 12], "name": [0, 8, 13, 14, 17, 18, 19], "block": [0, 2, 5, 6, 8, 11, 12, 13, 14, 17], "volum": [0, 1, 2, 8, 11, 12, 13, 14, 17], "command": [0, 2, 3, 9, 10, 11, 13, 14, 16, 17, 18, 19], "thei": [0, 9, 10, 11, 12, 14, 18], "appli": [0, 11, 12], "both": [0, 10, 12, 15], "A": [0, 1, 11, 12, 13, 14, 18], "exact_nam": [0, 11], "ini": [0, 1, 8, 12, 18], "effect": 0, "impli": [0, 1, 2], "everi": [0, 4, 8, 12, 14], "type": [0, 5, 9, 15, 17, 19], "allow": [0, 1, 6, 8, 10, 11, 12, 14, 16], "overrid": [0, 1, 2, 3, 4, 5, 12, 14], "true": [0, 3, 5, 11, 12], "case": [0, 3, 11, 12, 14], "basi": [0, 11, 12], "resource_filt": [0, 1, 11], "resourc": [0, 12, 13, 18, 19], "ones": [0, 3, 12, 14], "recommend": [0, 10, 12, 18], "pleas": [0, 1, 9, 10, 12, 14, 15, 16, 18], "us": [0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 14, 15, 17, 18, 19], "dure": [0, 12], "newer": [0, 12, 14], "background": [0, 12], "find": [0, 9, 12, 14, 16, 18], "notic": 0, "As": [0, 12, 18], "minimum": [0, 12], "6": [9, 12, 18], "hour": [0, 12], "apart": 0, "config": [0, 1, 3, 5, 12, 16, 17], "check_for_update_everi": 0, "set": [0, 1, 2, 9, 11, 12, 14, 15, 18, 19], "disabl": [0, 1, 2, 8, 10, 11, 12, 16, 18], "sort": 0, "creation": [0, 11, 12], "rather": [0, 1, 6, 9, 12], "than": [0, 1, 6, 9, 10, 12, 17, 18], "presum": 0, "undefin": 0, "order": [0, 12, 15, 16, 18], "return": [0, 11, 12, 14], "api": [0, 10, 15], "issu": [0, 9, 11, 12, 13, 16, 17], "concurr": 0, "access": [0, 1, 10, 11, 14, 16, 18], "cach": [0, 1, 3, 8, 12, 13, 17, 19], "resolv": [0, 14, 15], "atom": 0, "refresh": [0, 3, 10, 15], "prior": [0, 10], "run": [0, 1, 2, 5, 8, 9, 10, 11, 12, 13, 15, 16, 18], "start": [0, 1, 8, 11, 12, 14, 16], "stop": [0, 8, 11, 12], "reboot": [0, 8, 12, 14], "termin": [0, 1, 8, 10, 11, 12, 19], "ensur": [0, 1, 9, 10, 12, 18], "oper": [0, 1, 6, 9, 10, 11, 12, 15, 17, 18, 19], "correct": [0, 12, 18], "avoid": [0, 1, 3, 10, 11, 12, 18], "import": [0, 12, 15], "error": [0, 9, 12, 14], "messag": [0, 12, 14, 18], "occur": [0, 12], "tri": [0, 1, 3, 9, 17], "search": [0, 6, 12, 14], "impact": [0, 12, 15], "compat": [0, 8, 12, 14], "window": [0, 12, 18], "due": [0, 11], "fchmod": 0, "silli": 0, "clean": [0, 8, 12], "fail": [0, 12, 14], "file": [0, 1, 2, 3, 4, 5, 8, 9, 11, 13, 14, 15, 16, 17, 18, 19], "doe": [0, 12, 18], "exist": [0, 6, 9, 11, 12, 14, 18], "freeform": [0, 12], "tag": [0, 11, 12], "email": [0, 12, 15, 18], "exampl": [0, 3, 8, 10, 11, 12, 14, 15, 17, 19], "com": [0, 9, 12], "In": [0, 1, 2, 6, 11, 12, 15, 16], "where": [0, 6, 11, 12], "tenanc": [0, 6, 8, 11, 12, 14, 18], "oracl": [0, 9, 12, 14, 17, 18], "createdbi": [0, 12], "fall": [0, 12], "back": [0, 12], "abov": [0, 11, 12, 16, 18], "identifi": [0, 12, 14, 18], "current": [0, 5, 8, 9, 10, 12, 14, 15], "user": [0, 6, 9, 11, 12, 14, 16, 17, 18], "loud": 0, "warn": [0, 12], "more": [0, 2, 3, 6, 8, 10, 11, 12, 14, 16, 17, 18], "silenc": [0, 12], "silence_automatic_tag_warn": 0, "handl": [0, 2, 15], "contain": [0, 9, 12, 17, 18], "prefix": [0, 1, 2, 3, 4, 8, 10, 11, 12], "end": [0, 12], "slash": 0, "befor": [0, 9, 12, 14, 18], "bugfix": 0, "extens": [0, 8], "minor": 0, "intern": [0, 14, 15], "wa": [0, 8, 9, 11, 12, 17], "omit": [0, 12, 14], "older": [0, 12, 18], "encount": [0, 12, 15], "follow": [0, 5, 9, 10, 11, 12, 14, 15, 16, 18, 19], "consol": [0, 8, 10, 11, 12, 14, 15, 18, 19], "like": [0, 2, 9, 12, 14, 15, 16, 18, 19], "line": [0, 1, 3, 9, 11, 12, 14, 16, 17, 18, 19], "bad": 0, "pubkeyacceptedalgorithm": 0, "longer": [0, 8, 12, 14], "crash": 0, "multipl": [0, 5, 6, 10, 12, 14], "vnic": [0, 15], "attach": [0, 8, 11, 12, 13], "instead": [0, 8, 9, 10, 11, 12, 18], "blindli": 0, "take": [0, 12, 14, 18, 19], "first": [0, 5, 7, 8, 9, 10, 12, 14, 15, 16, 18], "ll": [0, 9, 11, 12, 18], "feedback": 0, "behavior": [0, 1, 10, 11, 12, 15], "locat": [0, 12, 14], "http": [0, 15], "github": [0, 9, 11, 15, 16], "document": [0, 1, 8, 9, 12, 17, 18], "io": 0, "its": [0, 4, 8, 9, 12, 14, 19], "perman": 0, "home": [0, 9, 12, 18], "bookmark": 0, "make": [0, 3, 9, 11, 12, 14, 15, 16, 17, 18], "openssh": [0, 18], "few": [0, 9, 10, 12, 14, 18, 19], "regard": [0, 11, 12], "initi": [0, 16, 17], "public": [0, 3, 8, 12, 16, 18], "It": [0, 2, 6, 10, 11, 12, 14, 15, 16, 17, 18], "culmin": 0, "26": 0, "over": [0, 1, 3, 5, 8, 10, 12, 16, 18], "year": 0, "re": [0, 2, 9, 11, 12, 14, 18, 19], "sourc": [9, 12], "code": [9, 12, 14, 15, 17], "welcom": 9, "particip": 9, "mani": [9, 11, 12, 14], "wai": [0, 8, 9, 10, 11, 12, 14, 15], "report": [4, 8, 9, 12], "via": [0, 1, 3, 8, 9, 11, 12, 14, 16, 18], "submit": [9, 11, 17], "merg": 9, "request": [9, 11, 12, 14, 15, 17], "d": [2, 5, 9, 11, 12, 14, 15, 18], "get": [1, 3, 6, 8, 9, 10, 11, 12, 14, 15, 18], "do": [0, 1, 2, 3, 4, 5, 9, 10, 11, 12, 14, 15, 16, 18], "main": [9, 14], "process": [9, 12, 14], "There": [0, 9, 12, 18], "prerequisit": 9, "depend": [9, 12, 14, 18], "avail": [1, 5, 6, 8, 9, 10, 11, 12, 14, 16, 18], "system": [1, 2, 3, 4, 6, 9, 11, 12, 14, 18], "my": [2, 9, 12, 15], "ubuntu": [9, 12], "22": 9, "04": 9, "possibl": [0, 1, 2, 6, 9, 12, 14, 16, 17], "suitabl": [9, 12], "recent": [9, 12], "linux": [9, 11, 12, 14, 17, 18], "maco": 9, "appropri": [9, 12, 18], "python": [7, 8, 9, 12, 15, 18, 19], "3": [6, 9, 10, 12, 15, 18], "higher": 9, "local": [3, 9, 16], "bin": 9, "path": [3, 9, 12], "variabl": [9, 14, 15], "want": [0, 1, 9, 10, 11, 12, 14, 18], "doubl": 9, "standard": [0, 1, 2, 3, 4, 5, 9, 11, 12], "unix": 9, "tool": [9, 12, 14, 17, 18], "git": [9, 12], "cut": 9, "sed": 9, "clone": 9, "repositori": [9, 12, 16], "fork": [9, 17], "applic": 9, "cd": 9, "last": [9, 10, 12], "python3": [9, 18], "python_cmd": 9, "directori": [9, 12, 14, 18], "tox": 9, "runner": 9, "framework": 9, "pre": 9, "execut": [1, 4, 9, 12, 14, 18], "formatt": 9, "assum": [2, 9, 15, 18], "had": 9, "comput": [6, 9, 12, 16, 17, 18], "begin": [9, 12, 14], "directli": [9, 12, 19], "from": [0, 1, 2, 3, 5, 6, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18], "checkout": 9, "copi": [0, 8, 9, 12, 18], "To": [9, 10, 11, 12, 15], "root": [0, 2, 9, 10, 12, 18], "m": [9, 14], "see": [1, 8, 9, 11, 12, 14, 15, 16, 18, 19], "packag": [6, 9, 14, 16, 18], "enjoi": 9, "live": 9, "edg": 9, "whenev": [9, 16], "alwai": [1, 9, 10, 11, 12, 14], "whatev": [9, 11, 12], "simpli": [6, 9, 11, 12, 19], "repo": 9, "onli": [1, 3, 5, 6, 9, 10, 11, 12, 14], "those": [1, 9, 11, 12, 14, 15], "who": [9, 11, 12, 14], "pip": [9, 18], "note": [0, 9, 12, 13, 14, 15, 16], "unus": 9, "whole": 9, "prefer": [0, 5, 9, 12, 16], "risk": [2, 9, 14], "don": [0, 1, 3, 9, 10, 11, 12, 14, 15, 18], "method": [9, 10, 12], "contribut": 9, "sure": [9, 12, 16, 18], "origin": [9, 17], "Then": [9, 12, 15], "branch": 9, "date": [1, 9, 12, 19], "upstream": 9, "master": 9, "verifi": 9, "happi": [9, 12], "them": [0, 1, 9, 10, 11, 12, 14, 16, 18, 19], "abl": [1, 9, 12, 14, 16, 18, 19], "written": [0, 9, 14], "would": [0, 1, 9, 12, 15, 16], "excel": 9, "attempt": [9, 10], "10": [9, 12, 14], "ok": 9, "one": [2, 3, 6, 8, 9, 10, 12, 14, 15, 18], "pass": [0, 1, 3, 9, 11, 12, 14], "go": [9, 11, 12, 14, 15], "ahead": 9, "hook": 9, "thing": [9, 10, 12, 15], "annot": 9, "function": [9, 11, 12, 14], "class": 9, "mypi": 9, "checker": 9, "invalid": [9, 12], "base": [9, 12, 14, 19], "declar": [9, 12, 14], "finicki": 9, "point": [9, 14, 18], "reach": 9, "out": [9, 12, 14, 15, 19], "try": [5, 9, 12, 15, 18], "help": [0, 8, 9, 12, 14, 17, 18], "black": 9, "reformat": 9, "meet": 9, "style": [9, 12], "flake8": 9, "static": [9, 14], "low": 9, "hang": 9, "fruit": 9, "leav": [9, 12], "unstag": 9, "review": 9, "satisfi": [6, 9], "other": [0, 9, 10, 11, 12, 14, 15, 16, 17], "output": [0, 1, 9, 10, 12, 14, 15], "number": [9, 10, 12], "two": [0, 9, 10, 11, 12, 15], "too": [1, 9, 14], "much": [9, 11, 14], "troubl": [9, 12], "what": [0, 1, 9, 10, 12, 14, 18], "At": [9, 12, 14, 18], "push": 9, "ui": [9, 11, 18], "checklist": 9, "mai": [1, 3, 8, 9, 10, 11, 12, 14, 16, 18, 19], "doc": 9, "guid": [9, 16, 17, 19], "md": 9, "rst": 9, "face": [9, 16], "unreleas": 9, "section": [8, 9, 11, 12, 18], "changelog": [9, 17], "These": [10, 11, 12, 14, 19], "varieti": 10, "reason": [10, 11, 15], "keep": [0, 1, 10, 12, 18], "term": 10, "data": [1, 2, 10, 12, 14, 15, 17, 19], "around": [10, 12, 14], "larger": [10, 18], "storag": [6, 10], "area": [10, 12], "expand": [10, 12], "devic": [10, 11, 12], "possibli": 10, "filesystem": [10, 12], "test": [10, 11, 12, 14, 16, 17], "oci": [1, 2, 5, 8, 10, 11, 12, 14, 15, 16, 17, 19], "kind": 10, "boot": [0, 1, 2, 5, 8, 10, 11, 12, 14], "imag": [1, 8, 10, 14, 15, 16], "select": [1, 2, 6, 10, 12, 18], "blank": [6, 10, 12, 18], "must": [0, 10, 12, 16], "manual": [0, 10, 12, 14, 16], "onc": [1, 2, 8, 10, 12, 14, 16, 18, 19], "common": [10, 11, 12, 14, 15, 17], "paravirtu": [5, 10], "mean": [10, 12, 14, 15], "hypervisor": 10, "virtual": [10, 12], "disk": [6, 10, 12], "notifi": [2, 10, 12], "o": [1, 2, 8, 10, 14, 18], "simplest": [10, 18], "shouldn": [0, 10], "requir": [2, 5, 10, 11, 12, 14, 18, 19], "setup": [5, 10, 11, 12, 14, 15, 16, 17, 18, 19], "howev": [0, 1, 3, 8, 10, 11, 12, 14, 16, 19], "vm": [0, 6, 10, 11, 12, 17], "becaus": [0, 10, 12, 14], "bm": [6, 10], "iscsi": [5, 10], "made": 10, "protocol": [10, 16], "share": [5, 10, 11, 12, 16], "mode": [2, 5, 10, 12], "cours": [0, 10, 11, 14], "provid": [0, 3, 10, 12, 16, 19], "For": [0, 3, 6, 8, 10, 12, 14, 16, 18, 19], "frequent": [10, 17, 18], "strong": 10, "opinion": [10, 11], "same": [0, 10, 11, 12], "well": [0, 6, 10, 12, 14, 15, 16, 17, 19], "global": [10, 11, 13, 19], "usernam": [0, 1, 2, 3, 4, 10, 11, 16, 18], "isn": [0, 10, 14], "found": 10, "absolut": [10, 12], "necessari": [1, 2, 3, 4, 10, 11, 12, 14, 18], "enforc": [10, 11], "uniqu": [1, 5, 10, 12, 18], "stepbren": [10, 11], "volume1": 10, "second": [2, 10, 12, 14, 15], "prevent": [10, 12], "mainli": 10, "effici": 10, "quit": [6, 10, 12, 14, 15, 16], "slow": [10, 15], "thread": [10, 12], "thu": [10, 11, 12], "duplic": [10, 12], "visit": [10, 12, 18], "web": [10, 11, 12, 18], "remedi": 10, "situat": 10, "least": [10, 12, 18], "three": [0, 10, 12, 16], "refer": [10, 11, 12, 14, 17], "done": [1, 10, 12], "nor": [10, 16], "increment": [10, 11, 12], "trail": [10, 12], "size_gb": [5, 10], "size": [1, 5, 10, 12], "gigabyt": [10, 12], "particular": [1, 6, 8, 10, 12, 14, 18], "domain": [1, 5, 6, 10, 11, 12, 18], "By": [1, 10, 14], "profil": [0, 1, 6, 10, 13, 14], "custom": [0, 1, 6, 10, 12, 14], "availability_domain": [10, 18], "flag": 10, "usefulli": 10, "instance_nam": [5, 10], "tell": [10, 12, 17], "unlik": 10, "becom": [10, 12], "readi": [1, 10, 14, 16], "accept": [10, 12, 16], "given": [4, 5, 8, 10, 12], "volume_nam": [5, 10], "won": [1, 10, 14], "succe": 10, "differ": [10, 12, 15], "until": [1, 4, 10, 12], "ro": [5, 10], "read": [5, 10, 12, 15, 19], "support": [10, 12, 13, 14, 18], "pv": [5, 10], "emul": [5, 10], "servic": [0, 5, 6, 8, 10, 11, 12, 14, 18], "determin": [5, 10, 11, 12, 15], "either": [10, 12], "best": [2, 10, 12], "result": [10, 12, 14], "specif": [0, 10, 11, 12], "specifi": [0, 1, 2, 3, 6, 10, 11, 12, 14, 16], "teardown": [0, 5, 8, 10, 11], "typic": [1, 6, 10, 12], "control": [8, 10], "respect": [0, 10, 14], "give": [1, 2, 4, 8, 10, 12, 14], "overview": [10, 12, 13, 17], "regardless": [0, 1, 10, 12], "whether": [1, 2, 10, 12], "anyth": [10, 11, 12], "slightli": 10, "though": [1, 10, 12], "slower": 10, "gib": [0, 1, 10, 12], "state": [0, 1, 2, 8, 10, 12, 13], "att": 10, "ol8": [10, 12, 14, 16], "1": [1, 10, 11, 12, 15], "drgnutil": 10, "2": [1, 10, 11, 12], "512": 10, "47": 10, "flamescop": 10, "focal": 10, "shortest": [0, 8, 12], "unambigu": 8, "shortcut": [8, 12], "la": [8, 12, 17], "alias": [0, 8, 13], "li": [8, 12], "valid": [12, 14], "v0": [], "23": 8, "0": [8, 12, 14], "full": [8, 16, 18], "were": 0, "me": 12, "hard": [], "futur": [2, 13], "mem": 1, "e2": 12, "16": 12, "2020": [], "14": [], "15": [], "51": [], "28": [], "48": [], "29": [], "07": [], "38": [], "cmd": 1, "58": [], "n": [1, 2, 3, 4, 5, 11], "subnet": [11, 12, 18], "app": [], "ad3": [], "iad": [], "sub": [0, 8, 12, 17], "8": [0, 12, 14, 16], "09": [], "enter": [2, 8, 11, 18], "provis": 11, "100": [12, 19], "00": [], "243": [], "108": [], "opc": [12, 16], "host": [3, 12, 16, 17], "kei": [0, 3, 8, 11, 12, 14], "fingerprint": [], "sha256": [], "j3g4wfj2fdtlvawgmzqihlgq81zedmtcfc": [], "1ub5xng4": [], "ecdsa": [], "256": [], "oo": [], "eo": [], "activ": 14, "systemctl": 16, "enabl": [2, 8, 11, 12, 14, 16, 19], "cockpit": [], "socket": [], "logout": [], "close": [], "arg": 1, "p": [1, 2, 11, 12, 14], "group": [12, 17], "below": [12, 16], "detail": [6, 11, 12, 14, 16, 19], "w": [1, 2, 4], "separ": [1, 6, 12], "colon": [1, 6, 12], "eg": 12, "canon": [], "20": [], "design": [11, 12, 17], "easi": [11, 14], "suit": 14, "resid": [], "insid": [12, 14], "flex": [0, 6, 12], "ocpu": 12, "cannot": [0, 12, 14, 16], "valu": [6, 11, 12, 14, 18], "otherwis": [12, 14], "next": 12, "206": [], "authent": 18, "establish": [], "8nr8sfnqr": [], "48crkkgqulnjlov84zfhnljhy3iqva4pg": [], "oe": [], "continu": [12, 14, 18], "ye": [2, 12], "known": [16, 18], "singl": [6, 8, 12, 14, 18], "might": [0, 12, 15], "interpret": 12, "part": [0, 11, 15, 18], "hyphen": 12, "convention": [], "signal": [], "l": [], "etc": [0, 1, 11, 12, 17], "yum": 18, "242": [], "96": [], "ksplice": [], "mysql": [], "epel": 16, "oraclelinux": [], "develop": [11, 17], "uek": [], "virt": [], "similar": [0, 14, 16], "session": [12, 14], "persist": [], "heavi": [], "packet": [], "loss": [], "disconnect": [], "high": [], "rtt": [], "echo": [], "slew": [], "niceti": [], "downsid": [14, 15], "scrollback": [], "combin": [6, 8, 12], "pager": [], "screen": 14, "tmux": 14, "instal": [14, 16, 17], "On": 14, "sudo": 16, "dnf": 16, "ol9_developer_epel": [], "y": [2, 16], "serial": [3, 8, 18], "replac": [3, 12, 14], "altern": [0, 1, 12], "diagnost": [2, 8], "purpos": 11, "emerg": [], "recoveri": [], "monitor": 12, "kernel": 14, "log": [1, 12], "grub": [], "menu": [], "ed25519": [12, 18], "rsa": [12, 18], "ssh_public_kei": 18, "instanceconsoleconnect": [], "proxycommand": [], "h": [0, 1, 2, 3, 4, 5, 6, 7], "443": [], "ocid1": 12, "oc1": 12, "anuwcljsgj4tlxyc2une5ykyejfyvwgoh3heizszhahyewc6yoh7raypcqrq": [], "u": [1, 12], "anuwcljsgj4tlxycvynmtmopr6kq3jahn6snvlgz7iqbktojcfr6m2tyiepa": [], "serveraliveinterv": [], "60": [], "tcpkeepal": [], "stai": [], "open": [7, 8, 18], "escap": [], "sequenc": [], "nvhnkwgwit": [], "nhsp93xhcb2hxcn2ud3pekgm": [], "ftyhzu": [], "fetch": [3, 8, 12, 15], "didn": [], "simpl": [11, 17], "wrapper": [], "remot": [3, 8, 12, 13, 14, 17], "filenam": 14, "dir": [], "txt": [], "hello": [], "py": 15, "cmd4": [], "42": [], "888": [], "11": [], "4kb": [], "wherev": [], "normal": [5, 8, 12, 14, 19], "rsync_arg": 3, "empti": [3, 12], "desktop": [1, 3, 8, 12, 13, 14, 17, 19], "step": [7, 8, 11, 12, 14, 15, 16], "tunnel": [3, 16], "vnc_prog": 16, "server": 13, "rdp_prog": 16, "non": [0, 1, 12, 18], "destruct": [], "explicitli": [], "further": [11, 12, 18], "confirm": 2, "unless": [1, 12], "5": [], "addit": [11, 12, 14, 16, 19], "forc": [2, 12], "machin": [2, 12], "commun": 8, "acpi": [], "while": [0, 6, 12, 14], "lock": [], "Of": [11, 13], "unfortun": 12, "except": [0, 12, 14, 15], "shut": [2, 8], "down": [2, 5, 8], "alter": [], "ol9": [12, 16], "preciou": [], "signifi": [], "off": [2, 11], "accident": [], "carelessli": [], "But": [8, 12, 19], "move": 11, "through": [11, 12, 15], "interact": [8, 12, 14], "write": [1, 12, 14, 16], "creating_imag": [], "could": [0, 8, 12, 14, 15, 19], "sensibli": [], "235": [], "106": [], "taken": 1, "offici": [6, 8, 16], "publish": 12, "7": 12, "9": 12, "match": [0, 12, 18], "call": [1, 12], "untest": [], "aarch64": [], "2021": [], "06": [], "03": [], "19": [], "01": [], "12": [], "tabl": [0, 1, 6, 12], "gpu": 6, "net": [], "gbp": [], "denseio1": [], "36": [], "29491": [], "ghz": [], "intel": 6, "xeon": [], "e5": [], "2699": [], "v3": [], "haswel": [], "denseio2": [], "52": [], "768": [], "52428": [], "50": 12, "platinum": [], "8167m": [], "skylak": [], "gpu2": [], "gpu3": [], "model": [], "relev": 1, "count": [0, 11, 12], "descript": [], "displai": [1, 6, 8, 12, 16], "region": [6, 8, 15, 18], "total": 12, "amount": [1, 11, 12], "fit": 11, "accord": 12, "choos": [5, 12, 18], "seri": [], "summar": [], "per": 12, "across": 6, "consid": [12, 14], "filter": [1, 2, 3, 4, 6, 12], "understand": [14, 18], "why": 14, "believ": [1, 11], "terribli": [], "gave": [], "our": [], "guess": 12, "Will": [], "row": 6, "indic": [6, 14], "maximum": [], "necessarili": [], "guarante": 12, "space": 12, "third": [], "team": [11, 12, 17], "increas": [], "a1": [], "160": [], "vkeh": 12, "ashburn": 12, "core": [], "53": [], "1160": [], "171": [], "222": [], "646": [], "7704": [], "674": [], "1064": [], "99997158": [], "100000000": [], "99980546": [], "1024": [], "factor": [], "optimized3": [], "topic": [], "processor": [], "ic": [], "lake": [], "bandwidth": [], "gpb": [], "max": [], "nvme": [], "ssd": [], "3840": [], "script": [4, 8, 12, 14, 16], "page": 12, "upgrad": [], "special": [11, 12, 13], "familiar": [], "gut": [], "plai": [], "gener": [0, 11, 12, 14], "client": [11, 12, 13, 17, 18], "lesser": 11, "extent": 11, "built": 11, "organ": [0, 8, 11, 12, 18], "toe": 11, "pretti": 11, "vcn": [11, 12, 14, 18], "realli": [11, 17], "beyond": 11, "better": [11, 15], "idea": [11, 12], "trivial": 11, "think": [11, 14], "cloud": [11, 12], "being": [11, 12, 14, 18], "lazi": [11, 15], "free": [11, 12, 16, 17], "omiss": 11, "Or": 11, "pull": [11, 12, 17], "suppos": 11, "collis": [11, 12], "append": [11, 12], "suffix": [11, 12], "rule": [1, 5, 11, 12, 16], "criteria": 11, "mind": [1, 11, 18], "nice": [11, 12, 14], "easili": [11, 14, 18], "investig": [11, 15], "anybodi": [0, 11, 12], "approach": [11, 12, 14, 15], "quickli": [11, 12, 17], "variou": [11, 12], "subcommand": 11, "shown": 11, "similarli": 11, "did": 11, "peopl": [11, 12, 17], "creator": [6, 11], "explan": [11, 12], "restrict": 11, "fals": [1, 2, 3, 4, 5, 6, 11, 12], "shape": [0, 1, 2, 8, 11, 17], "syntax": [12, 13], "sdk": [12, 15, 18], "store": [3, 12, 17, 18, 19], "string": 12, "ocid": [12, 14], "id": [0, 8, 12, 14, 17, 18], "consult": 12, "popul": [12, 15], "iam": [12, 18], "entri": 12, "json": [12, 15], "field": [6, 12, 18], "paramet": 12, "preced": 12, "network": [12, 14, 16, 18], "One": [12, 16], "within": [6, 12, 14], "weird": [12, 15], "pick": 12, "belong": [1, 12], "login": [1, 12], "id_rsa": [12, 18], "pub": [12, 18], "instruct": [12, 14, 17], "folder": 12, "identitiesonli": 12, "password": [12, 16, 18], "protect": [0, 3, 8, 12, 18], "prompt": [2, 7, 8, 12, 18], "repeatedli": 12, "sometim": [12, 18, 19], "agent": [1, 12, 18], "environ": [12, 14, 15, 16, 17], "secur": [12, 16, 18], "authorized_kei": 12, "detect": [12, 14, 15, 16], "author": 12, "inaccess": 12, "intstanc": [], "4096": [12, 18], "keygen": [12, 18], "b": [0, 12, 18], "f": [5, 6, 12, 18], "id_yo": [12, 18], "desir": [6, 12, 18], "program": [1, 12, 14, 16], "vnc": [8, 12, 13, 17, 18], "shell": [1, 12], "format": [6, 12], "port": [12, 16], "krdc": [12, 16], "kde": [12, 16], "modifi": [12, 14], "rdp": [8, 12, 18], "send": [2, 8, 12], "notif": [1, 12, 14, 17], "unset": 12, "sent": 12, "split": 12, "quot": [12, 14], "occurr": 12, "text": 12, "mac": [12, 18], "osascript": 12, "titl": 12, "stack": 12, "overflow": 12, "post": 12, "turn": [12, 15], "suggest": [12, 19], "homebrew": 12, "anoth": [0, 12, 14], "growl": 12, "drop": 12, "boolean": 12, "delet": [8, 12, 13, 14], "preserv": [0, 2, 12], "recreat": [11, 12], "later": [12, 14], "limit": [0, 8, 12, 13, 14], "pai": 12, "strike": 12, "priorit": 12, "lot": [12, 15], "besid": 12, "thoroughli": 12, "tmp": [12, 14], "ephemer": 12, "rel": 12, "interpol": 12, "perform": [2, 12], "remain": 12, "portion": 12, "liter": 12, "charact": 12, "permiss": 12, "parent": [12, 14], "delimit": 12, "comma": 12, "whitespac": 12, "conveni": [12, 14, 16], "foobarsomelongstringher": 12, "someotherstringgoesher": 12, "latest": [1, 6, 12], "verbos": [6, 12], "haven": 12, "seen": 12, "mention": 12, "touch": 12, "dedic": 12, "individu": [12, 15], "decemb": 12, "17": 12, "2019": 12, "whose": [2, 12], "administr": 12, "lack": 12, "cli": [0, 12, 18], "terraform": 12, "noisi": 12, "resolut": 12, "contact": 12, "ask": [1, 12, 14, 17, 18], "cost": 12, "interest": [12, 14], "reduc": [1, 12], "entail": 12, "fulli": [12, 15], "scheme": 12, "decid": [5, 12], "retain": 12, "els": [2, 12, 14], "owner": 12, "knob": 12, "logic": [0, 12], "account": [12, 18], "visibl": [12, 13], "discuss": 12, "integ": 12, "between": [12, 15, 16], "spawn": 12, "pypi": 12, "almost": 12, "zero": 12, "reli": 12, "someth": [12, 14], "wrong": 12, "inspect": 12, "oracletag": 12, "direct": [12, 14], "overridden": 12, "modest": 12, "bigol8": 12, "exactli": [0, 5, 12], "rais": [0, 12], "startup": [1, 12, 14], "correspond": 12, "vice": 12, "versa": 12, "_clear_": 12, "clear": [0, 7, 8, 12, 14], "less": 12, "equal": 12, "16384": 12, "although": 12, "mismatch": 12, "partit": 12, "daemon": 12, "tune": 12, "aren": [12, 14], "happen": 12, "overwrit": 12, "join": [8, 12, 14], "_additional_": [12, 14], "strategi": [1, 12, 15], "choic": [0, 1, 2, 6, 12], "expect": [12, 18], "alia": [0, 1, 12], "con": 12, "past": 12, "xxxx": 12, "org": 12, "OR": 12, "sustain": 12, "engin": 12, "compartment_id": 12, "event": 12, "lexer": 12, "x": [0, 1, 6, 12, 14], "usag": [1, 2, 3, 4, 5, 6, 7, 12], "final": [11, 12, 14], "good": [7, 8, 12], "enough": 12, "never": [6, 12, 17], "previou": [12, 14], "digit": 12, "task_a": 12, "task_b": 12, "task_c": 12, "resiz": [8, 12, 14], "newli": [11, 12], "experi": 12, "smoother": 12, "loop": 12, "tree": 12, "depth": 12, "arbitrarili": 12, "larg": [6, 12], "ol6": 12, "ol7": 12, "Be": 12, "ambigu": 12, "bewar": 12, "disrupt": 12, "muscl": [0, 12], "concept": [13, 17], "sampl": [13, 18], "task": [1, 8, 13, 16, 17], "builtin": 13, "detach": [0, 8, 13], "troubleshoot": [7, 8, 13, 17], "With": [13, 14], "bash": [13, 14, 17], "statu": [8, 14], "record": 14, "maintain": [14, 17], "librari": [0, 14, 15], "human": 14, "liber": 14, "juggl": 14, "proxi": 14, "internet": 14, "softwar": 14, "drgn": 14, "mosh": [8, 14, 18], "person": [14, 18], "onto": [3, 8, 14], "bashrc": [14, 19], "figur": 14, "reproduc": 14, "perfect": 14, "solut": 14, "trigger": [14, 19], "wherea": 14, "difficult": 14, "easier": 14, "mark": [6, 14], "bookkeep": 14, "depends_on": 14, "success": 14, "failur": 14, "maybe_depends_on": 14, "comment": 14, "implement": [1, 11, 14, 16], "conflicts_with": 14, "run_onc": 14, "again": [1, 14, 17], "anywher": 14, "expans": 14, "essenti": 14, "dump": 14, "content": [4, 8, 14], "stdout": 14, "along": [14, 18], "header": 14, "vm3": 14, "inst": 14, "bird": 14, "ey": 14, "stderr": 14, "pid": 14, "task_dir": 14, "bonu": 14, "notify_prog": [1, 14, 19], "receiv": [1, 12, 14], "focu": 14, "self": [11, 14], "debuginfo": 14, "respond": 14, "sensibl": 14, "pure": 14, "demonstr": [14, 16], "dep": 14, "plan": 14, "abil": 14, "build": 14, "save": [2, 8, 13, 14], "prepar": 14, "reproduct": 14, "timeout": [2, 14], "minut": [14, 18], "hardcod": 14, "particularli": 14, "customiz": 14, "piec": 14, "temporarili": 15, "export": 15, "_arc_debug": 15, "tab": [15, 19], "flood": 15, "properli": 15, "somewhat": 15, "aggress": [15, 17], "mcafe": 15, "laptop": 15, "scan": 15, "massiv": 15, "small": [11, 15], "bound": 15, "sens": 15, "probabl": [15, 18], "4": 15, "ru": 15, "slowli": [15, 17], "imagin": 15, "insert": 15, "delai": 15, "bother": 15, "barrier": 15, "mostli": [6, 15], "transpar": 15, "snappi": 15, "outsid": [15, 17], "mainten": 15, "bore": 15, "basic": [4, 8, 15, 18], "world": 15, "rm": 15, "entir": 15, "harmless": 15, "everyth": 15, "repopul": 15, "item": 15, "equip": 15, "graphic": 16, "helper": 16, "x509": 16, "encrypt": 16, "firewal": 16, "xrdp": 16, "ol8_developer_epel": 16, "groupinstal": 16, "gui": 16, "passwd": 16, "inbound": 16, "upon": [8, 16], "credenti": 16, "chosen": 16, "encourag": 16, "expos": 16, "rude": 17, "Its": 17, "goal": 17, "eas": 17, "simplic": 17, "dispos": 17, "gain": 17, "ol": 17, "browser": 17, "hide": 17, "lazier": 17, "let": [5, 17], "memor": 17, "quick": 17, "site": 17, "question": 17, "illustr": 17, "contributor": 17, "guinea": 18, "pig": 18, "rsync": [8, 18], "trick": 18, "greet": 18, "util": 18, "alongsid": 18, "associ": 18, "thankfulli": 18, "achiev": 18, "bootstrap": 18, "edit": 18, "my_usernam": 18, "my_email": 18, "instance_compartment_id": [1, 6, 18], "explor": 18, "vcn_id": 18, "subnet_id": 18, "under": 18, "major": [0, 18], "correctli": [18, 19], "yourself": 18, "intend": [5, 12, 18], "especi": 18, "passphras": 18, "learn": 18, "hopefulli": 19, "describ": 19, "eval": 19, "regist": 19, "argcomplet": 19, "context": [7, 8, 19], "sensit": 19, "accurr": 19, "previous": [0, 19], "mislead": 19, "fine": 19, "moment": 19, "fileexistserror": 0, "dry": [1, 2], "alloc": 12, "rang": 12, "multipli": 12, "commandlin": 12, "x86": [0, 12], "genar": [], "auto": [], "posit": [], "gb": 1, "boot_volume_size_gb": 1, "v": [1, 2, 6], "unit": 1, "reachabl": 1, "bypass": 1, "opposit": 1, "ag": [], "freshest": 1, "stale": 1, "fast": 1, "beout": 1, "ssh_arg": 1, "quiet": 1, "name_po": [1, 2, 3, 4], "forward": 1, "q": 1, "600": 2, "new_nam": [2, 5], "offer": 2, "safeti": 2, "confid": 2, "save_volume_a": [], "forcibli": 2, "lose": 2, "hung": 2, "interrupt": [2, 8], "danger": [2, 8], "rememb": [0, 3], "useranm": 3, "scp_arg": 3, "destin": 3, "synchron": [3, 8], "raw": 3, "identity_fil": 3, "ident": 3, "metadata": [0, 2, 4, 8, 11], "finish": 4, "inst_nam": 5, "strongli": 5, "theright": 5, "right": 5, "from_inst": 5, "tear": 5, "invok": 8, "shorthand": 8, "renam": 8, "nmi": [0, 8], "scp": 8, "histori": 8, "debug": 8, "index": 17, "rebuild": [0, 8, 11], "toward": [0, 11], "reattach": 0, "asid": 0, "demand": 0, "chose": 0, "wrap": 0, "categori": 0, "summari": 0, "permit": 0, "old": 0, "spell": 0, "break": 0, "map": 0, "rest": 0, "miss": 0, "rich": 0, "forgot": 0, "unnecessari": 0, "explanatori": 11, "caus": 11, "bill": 11, "advantag": 11, "paus": 11, "express": 11, "preexist": 12, "privileg": 12, "safe": 12, "ascii": 12, "letter": 12, "init": 12, "torn": [2, 8], "matrix": [6, 8], "Not": 6, "fact": 6, "relationship": 6, "complex": 6, "curios": 6, "width": 6, "fnmatch": 6, "pattern": 6, "24": 6, "image_compartment_id": 6, "regularli": 6, "easiest": 6, "amd": 6, "arm": 6, "tini": 0, "happili": 0, "list_column": 0, "oversight": 0, "extra": 1, "col1": 12, "col2": 12, "extend": 12}, "objects": {}, "objtypes": {}, "objnames": {}, "titleterms": {"changelog": 0, "unreleas": 0, "1": 0, "2": 0, "0": 0, "wed": 0, "aug": 0, "9": 0, "2023": 0, "tue": 0, "juli": 0, "18": 0, "4": 0, "mon": 0, "june": 0, "5": 0, "3": 0, "fri": 0, "mai": 0, "april": 0, "develop": 9, "environ": 9, "setup": 9, "edit": 9, "instal": [9, 18], "creat": [5, 9, 10, 14], "test": 9, "chang": 9, "block": 10, "volum": [5, 10], "manag": [2, 4, 5, 10, 14], "A": 10, "note": 10, "about": 10, "name": [1, 2, 3, 4, 5, 6, 10, 11, 12], "yo": [1, 2, 3, 4, 5, 6, 7, 10, 11, 14, 16, 17, 18], "attach": [5, 10], "detach": [5, 10], "delet": [5, 10], "list": [1, 4, 5, 10], "command": [1, 4, 5, 6, 7, 8, 12], "instanc": [2, 3, 11, 12], "launch": [1, 14], "ssh": [1, 18], "mosh": 3, "consol": 3, "histori": 3, "scp": 3, "rsync": 3, "vnc": [3, 16], "rdp": [3, 16], "termin": 2, "reboot": 2, "stop": 2, "start": 2, "resiz": 2, "renam": [2, 5], "protect": 2, "wait": [2, 4], "ip": 3, "inform": 6, "o": [6, 12], "imag": [6, 12], "shape": [6, 12], "limit": [6, 11], "task": [4, 12, 14], "run": [4, 14], "statu": 4, "join": 4, "info": 4, "version": 7, "help": 7, "debug": 7, "concept": 11, "resourc": 11, "visibl": 11, "profil": [11, 12], "configur": [12, 18], "global": 12, "option": [12, 19], "instance_compartment_id": 12, "region": 12, "vcn_id": 12, "subnet_id": 12, "subnet_compartment_id": 12, "my_email": 12, "my_usernam": 12, "ssh_public_kei": 12, "vnc_prog": 12, "rdp_prog": 12, "notify_prog": 12, "preserve_volume_on_termin": 12, "oci_profil": 12, "ssh_arg": 12, "ssh_interactive_arg": 12, "task_dir": 12, "image_compartment_id": 12, "silence_automatic_tag_warn": 12, "exact_nam": 12, "resource_filt": 12, "check_for_update_everi": 12, "creator_tag": 12, "availability_domain": 12, "boot_volume_size_gb": 12, "inherit": 12, "load_imag": 12, "alias": 12, "sampl": 12, "file": 12, "user": 13, "guid": [13, 18], "content": [13, 17], "an": 14, "overview": [8, 14], "Of": 14, "special": 14, "syntax": 14, "time": 14, "builtin": 14, "futur": 14, "work": 14, "troubleshoot": 15, "issu": 15, "With": 15, "bash": [15, 19], "complet": [15, 19], "cach": [7, 15], "remot": 16, "desktop": 16, "server": 16, "support": 16, "set": 16, "up": 16, "oracl": 16, "linux": 16, "us": 16, "window": 16, "client": 16, "connect": 16, "contact": 17, "initi": 18, "oci": 18, "kei": 18, "done": 18, "featur": 19, "notif": 19, "sept": 0, "6": 0, "auto": [], "gener": [], "posit": [1, 2, 3, 4, 5, 6], "argument": [1, 2, 3, 4, 5, 6], "mem": 12, "cpu": 12, "ag": [], "basic": 1, "nmi": 2, "commun": 3, "interact": 3, "copi": 3, "id": 3, "diagnost": 7, "clean": 7, "group": 8, "md": [], "index": 8, "state": 11, "save": 11, "usernam": 12, "rebuild": 2, "teardown": 2, "compat": 6, "dec": 0, "15": 0, "feb": 0, "2024": 0, "apr": 0, "list_column": 12}, "envversion": {"sphinx.domains.c": 3, "sphinx.domains.changeset": 1, "sphinx.domains.citation": 1, "sphinx.domains.cpp": 9, "sphinx.domains.index": 1, "sphinx.domains.javascript": 3, "sphinx.domains.math": 2, "sphinx.domains.python": 4, "sphinx.domains.rst": 2, "sphinx.domains.std": 2, "sphinx": 60}, "alltitles": {"Changelog": [[0, "changelog"]], "Unreleased": [[0, "unreleased"]], "1.5.1 - Tue, Apr 9, 2024": [[0, "tue-apr-9-2024"]], "1.5.0 - Mon, Feb 5, 2024": [[0, "mon-feb-5-2024"]], "1.4.0 - Fri, Dec 15, 2023": [[0, "fri-dec-15-2023"]], "1.3.1 - Wed, Sept 6, 2023": [[0, "wed-sept-6-2023"]], "1.3.0 - Fri, Sept 1, 2023": [[0, "fri-sept-1-2023"]], "1.2.0 - Wed, Aug 9, 2023": [[0, "wed-aug-9-2023"]], "1.1.0 - Tue, July 18, 2023": [[0, "tue-july-18-2023"]], "1.0.4 - Mon, June 5, 2023": [[0, "mon-june-5-2023"]], "1.0.3 - Fri, June 2, 2023": [[0, "fri-june-2-2023"]], "1.0.2 - Fri, June 2, 2023": [[0, "id1"]], "1.0.1 - Tue, May 9, 2023": [[0, "tue-may-9-2023"]], "1.0.0 - Tue, April 18, 2023": [[0, "tue-april-18-2023"]], "Basic Commands": [[1, "basic-commands"]], "yo launch": [[1, "yo-launch"]], "Named Arguments": [[1, "named-arguments"], [1, "named-arguments"], [1, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [2, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [3, "named-arguments"], [4, "named-arguments"], [4, "named-arguments"], [4, "named-arguments"], [4, "named-arguments"], [5, "named-arguments"], [5, "named-arguments"], [5, "named-arguments"], [5, "named-arguments"], [5, "named-arguments"], [6, "named-arguments"], [6, "named-arguments"], [6, "named-arguments"], [6, "named-arguments"]], "yo list": [[1, "yo-list"]], "yo ssh": [[1, "yo-ssh"]], "Positional Arguments": [[1, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [2, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [3, "positional-arguments"], [4, "positional-arguments"], [4, "positional-arguments"], [4, "positional-arguments"], [4, "positional-arguments"], [4, "positional-arguments"], [5, "positional-arguments"], [5, "positional-arguments"], [5, "positional-arguments"], [5, "positional-arguments"], [5, "positional-arguments"], [6, "positional-arguments"], [6, "positional-arguments"]], "Instance Management": [[2, "instance-management"]], "yo nmi": [[2, "yo-nmi"]], "yo protect": [[2, "yo-protect"]], "yo reboot": [[2, "yo-reboot"]], "yo rebuild": [[2, "yo-rebuild"]], "yo rename": [[2, "yo-rename"]], "yo resize": [[2, "yo-resize"]], "yo start": [[2, "yo-start"]], "yo stop": [[2, "yo-stop"]], "yo teardown": [[2, "yo-teardown"]], "yo terminate": [[2, "yo-terminate"]], "yo wait": [[2, "yo-wait"]], "Instance Communication & Interaction": [[3, "instance-communication-interaction"]], "yo console": [[3, "yo-console"]], "yo console-history": [[3, "yo-console-history"]], "yo copy-id": [[3, "yo-copy-id"]], "yo ip": [[3, "yo-ip"]], "yo mosh": [[3, "yo-mosh"]], "yo rdp": [[3, "yo-rdp"]], "yo rsync": [[3, "yo-rsync"]], "yo scp": [[3, "yo-scp"]], "yo vnc": [[3, "yo-vnc"]], "Task Management Commands": [[4, "task-management-commands"]], "yo task info": [[4, "yo-task-info"]], "yo task join": [[4, "yo-task-join"]], "yo task list": [[4, "yo-task-list"]], "yo task run": [[4, "yo-task-run"]], "yo task status": [[4, "yo-task-status"]], "yo task wait": [[4, "yo-task-wait"]], "Volume Management Commands": [[5, "volume-management-commands"]], "yo volume attach": [[5, "yo-volume-attach"]], "Volume Attachment Arguments": [[5, "volume-attachment-arguments"], [5, "volume-attachment-arguments"]], "yo volume attached": [[5, "yo-volume-attached"]], "yo volume create": [[5, "yo-volume-create"]], "yo volume delete": [[5, "yo-volume-delete"]], "yo volume detach": [[5, "yo-volume-detach"]], "yo volume list": [[5, "yo-volume-list"]], "yo volume rename": [[5, "yo-volume-rename"]], "Informative Commands": [[6, "informative-commands"]], "yo compat": [[6, "yo-compat"]], "yo images": [[6, "yo-images"]], "yo limits": [[6, "yo-limits"]], "yo os": [[6, "yo-os"]], "yo shape": [[6, "yo-shape"]], "yo shapes": [[6, "yo-shapes"]], "Diagnostic Commands": [[7, "diagnostic-commands"]], "yo cache-clean": [[7, "yo-cache-clean"]], "yo debug": [[7, "yo-debug"]], "yo help": [[7, "yo-help"]], "yo version": [[7, "yo-version"]], "Commands": [[8, "commands"]], "Overview": [[8, "overview"]], "Command Group Index": [[8, "command-group-index"]], "Development": [[9, "development"]], "Environment Setup": [[9, "environment-setup"]], "Editable Install": [[9, "editable-install"]], "Creating and Testing Changes": [[9, "creating-and-testing-changes"]], "Block Volume Management": [[10, "block-volume-management"]], "A note about volume names": [[10, "a-note-about-volume-names"]], "yo volume-create": [[10, "yo-volume-create"]], "yo attach": [[10, "yo-attach"]], "yo detach": [[10, "yo-detach"]], "yo volume-delete": [[10, "yo-volume-delete"]], "yo volume-list": [[10, "yo-volume-list"]], "yo attached": [[10, "yo-attached"]], "Concepts": [[11, "concepts"]], "Limitations of yo": [[11, "limitations-of-yo"]], "Instance Naming": [[11, "instance-naming"]], "Resource Visibility": [[11, "resource-visibility"]], "Instance Profile": [[11, "instance-profile"]], "Instance States & Saved Instances": [[11, "instance-states-saved-instances"]], "Configuration": [[12, "configuration"]], "Global Configuration Options": [[12, "global-configuration-options"]], "instance_compartment_id": [[12, "instance-compartment-id"]], "region": [[12, "region"]], "vcn_id": [[12, "vcn-id"]], "subnet_id": [[12, "subnet-id"]], "subnet_compartment_id": [[12, "subnet-compartment-id"]], "my_email": [[12, "my-email"]], "my_username": [[12, "my-username"]], "ssh_public_key": [[12, "ssh-public-key"]], "vnc_prog": [[12, "vnc-prog"]], "rdp_prog": [[12, "rdp-prog"]], "notify_prog": [[12, "notify-prog"]], "preserve_volume_on_terminate": [[12, "preserve-volume-on-terminate"]], "oci_profile": [[12, "oci-profile"]], "ssh_args and ssh_interactive_args": [[12, "ssh-args-and-ssh-interactive-args"]], "task_dir": [[12, "task-dir"]], "image_compartment_ids": [[12, "image-compartment-ids"]], "silence_automatic_tag_warning": [[12, "silence-automatic-tag-warning"]], "exact_name": [[12, "exact-name"]], "resource_filtering": [[12, "resource-filtering"]], "check_for_update_every": [[12, "check-for-update-every"]], "creator_tags": [[12, "creator-tags"]], "list_columns": [[12, "list-columns"]], "Instance Profiles": [[12, "instance-profiles"]], "availability_domain": [[12, "availability-domain"]], "shape": [[12, "shape"]], "mem": [[12, "mem"]], "cpu": [[12, "cpu"]], "os": [[12, "os"]], "image": [[12, "image"]], "boot_volume_size_gbs": [[12, "boot-volume-size-gbs"]], "name": [[12, "name"]], "inherit": [[12, "inherit"]], "tasks": [[12, "tasks"]], "load_image": [[12, "load-image"]], "username": [[12, "username"]], "Command Aliases": [[12, "command-aliases"]], "Sample Configuration File": [[12, "sample-configuration-file"]], "User Guide": [[13, "user-guide"]], "Contents": [[13, null], [17, "contents"]], "Tasks": [[14, "tasks"]], "An Overview Of Yo Tasks": [[14, "an-overview-of-yo-tasks"]], "Creating Tasks": [[14, "creating-tasks"]], "Special Task Syntax": [[14, "special-task-syntax"]], "Managing Tasks": [[14, "managing-tasks"]], "Running Tasks at Launch Time": [[14, "running-tasks-at-launch-time"]], "Builtin Tasks": [[14, "builtin-tasks"]], "Tasks - Future Work": [[14, "tasks-future-work"]], "Troubleshooting": [[15, "troubleshooting"]], "Issues With Bash Completion": [[15, "issues-with-bash-completion"]], "Caching": [[15, "caching"]], "VNC and Remote desktop": [[16, "vnc-and-remote-desktop"]], "Server Support": [[16, "server-support"]], "Setting up VNC and RDP Servers on Oracle Linux": [[16, "setting-up-vnc-and-rdp-servers-on-oracle-linux"]], "Using RDP on Windows Server": [[16, "using-rdp-on-windows-server"]], "Client Support": [[16, "client-support"]], "Connecting with Yo": [[16, "connecting-with-yo"]], "yo": [[17, "yo"]], "Contact": [[17, "contact"]], "Installation Guide": [[18, "installation-guide"]], "Installation": [[18, "installation"]], "Initial Configuration": [[18, "initial-configuration"]], "OCI Configuration": [[18, "oci-configuration"]], "yo Configuration": [[18, "yo-configuration"]], "SSH Key": [[18, "ssh-key"]], "Done!": [[18, "done"]], "Optional Features": [[19, "optional-features"]], "Bash Completion": [[19, "bash-completion"]], "Notifications": [[19, "notifications"]]}, "indexentries": {}}) \ No newline at end of file