Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.22.51.104
Cant Read [ /etc/named.conf ]
8.1.13
www
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
snap /
lxd /
33246 /
share /
lxd-documentation /
_sources /
[ HOME SHELL ]
Name
Size
Permission
Action
explanation
[ DIR ]
drwxr-xr-x
howto
[ DIR ]
drwxr-xr-x
reference
[ DIR ]
drwxr-xr-x
tutorial
[ DIR ]
drwxr-xr-x
api-extensions.md.txt
108.13
KB
-rw-r--r--
api.md.txt
886
B
-rw-r--r--
architectures.md.txt
2.14
KB
-rw-r--r--
authentication.md.txt
11.86
KB
-rw-r--r--
backup.md.txt
6.08
KB
-rw-r--r--
cloud-init.md.txt
13.2
KB
-rw-r--r--
clustering.md.txt
1.45
KB
-rw-r--r--
config-options.md.txt
194
B
-rw-r--r--
container-environment.md.txt
3.2
KB
-rw-r--r--
contributing.md.txt
7.48
KB
-rw-r--r--
daemon-behavior.md.txt
1.2
KB
-rw-r--r--
database.md.txt
1.74
KB
-rw-r--r--
debugging.md.txt
6.34
KB
-rw-r--r--
dev-lxd.md.txt
5.06
KB
-rw-r--r--
doc-cheat-sheet-myst.md.txt
4.15
KB
-rw-r--r--
environment.md.txt
2.48
KB
-rw-r--r--
events.md.txt
25.55
KB
-rw-r--r--
faq.md.txt
7.4
KB
-rw-r--r--
getting_started.md.txt
1.93
KB
-rw-r--r--
guest-os-compatibility.md.txt
7.31
KB
-rw-r--r--
image-handling.md.txt
3.93
KB
-rw-r--r--
images.md.txt
1003
B
-rw-r--r--
index.md.txt
3.45
KB
-rw-r--r--
installing.md.txt
14.52
KB
-rw-r--r--
instance-exec.md.txt
8.96
KB
-rw-r--r--
instances.md.txt
2.42
KB
-rw-r--r--
internals.md.txt
727
B
-rw-r--r--
metrics.md.txt
13.74
KB
-rw-r--r--
networks.md.txt
2.06
KB
-rw-r--r--
operation.md.txt
1.09
KB
-rw-r--r--
production-setup.md.txt
1.35
KB
-rw-r--r--
profiles.md.txt
9.96
KB
-rw-r--r--
projects.md.txt
823
B
-rw-r--r--
remotes.md.txt
3.17
KB
-rw-r--r--
requirements.md.txt
2.2
KB
-rw-r--r--
rest-api.md.txt
9.03
KB
-rw-r--r--
restapi_landing.md.txt
385
B
-rw-r--r--
server.md.txt
3.06
KB
-rw-r--r--
storage.md.txt
1.26
KB
-rw-r--r--
support.md.txt
2.23
KB
-rw-r--r--
syscall-interception.md.txt
5.34
KB
-rw-r--r--
userns-idmap.md.txt
3.72
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : doc-cheat-sheet-myst.md.txt
--- orphan: true myst: substitutions: reuse_key: "This is **included** text." advanced_reuse_key: "This is a substitution that includes a code block: ``` code block ```" --- <!-- vale off --> (cheat-sheet-myst)= # Markdown/MyST cheat sheet <!-- vale on --> This file contains the syntax for commonly used Markdown and MyST markup. Open it in your text editor to quickly copy and paste the markup you need. See the [MyST style guide](https://canonical-documentation-with-sphinx-and-readthedocscom.readthedocs-hosted.com/style-guide-myst/) for detailed information and conventions. Also see the [MyST documentation](https://myst-parser.readthedocs.io/en/latest/index.html) for detailed information on MyST, and the [Canonical Documentation Style Guide](https://docs.ubuntu.com/styleguide/en) for general style conventions. ## H2 heading ### H3 heading #### H4 heading ##### H5 heading ## Inline formatting - {guilabel}`UI element` - `code` - {command}`command` - {kbd}`Key` - *Italic* - **Bold** ## Code blocks Start a code block: code: - example: true ``` # Demonstrate a code block code: - example: true ``` ```yaml # Demonstrate a code block code: - example: true ``` (a_section_target_myst)= ## Links - [Canonical website](https://canonical.com/) - {ref}`a_section_target_myst` - {ref}`Link text <a_section_target_myst>` - {doc}`index` - {doc}`Link text <index>` ## Navigation Use the following syntax:: ```{toctree} :hidden: sub-page1 sub-page2 ``` ## Lists 1. Step 1 - Item 1 - Sub-item - Item 2 1. Sub-step 1 1. Sub-step 2 1. Step 2 1. Sub-step 1 - Item 1. Sub-step 2 Term 1 : Definition Term 2 : Definition ## Tables ## Markdown tables | Header 1 | Header 2 | |------------------------------------|----------| | Cell 1<br>Second paragraph | Cell 2 | | Cell 3 | Cell 4 | Centered: | Header 1 | Header 2 | |:----------------------------------:|:--------:| | Cell 1<br>Second paragraph | Cell 2 | | Cell 3 | Cell 4 | ## List tables ```{list-table} :header-rows: 1 * - Header 1 - Header 2 * - Cell 1 Second paragraph - Cell 2 * - Cell 3 - Cell 4 ``` Centered: ```{list-table} :header-rows: 1 :align: center * - Header 1 - Header 2 * - Cell 1 Second paragraph - Cell 2 * - Cell 3 - Cell 4 ``` ## Notes ```{note} A note. ``` ```{tip} A tip. ``` ```{important} Important information ``` ```{caution} This might damage your hardware! ``` ## Images  ```{figure} https://assets.ubuntu.com/v1/b3b72cb2-canonical-logo-166.png :width: 100px :alt: Alt text Figure caption ``` ## Reuse ### Keys Keys can be defined at the top of a file, or in a `myst_substitutions` option in `conf.py`. {{reuse_key}} {{advanced_reuse_key}} ### File inclusion ```{include} index.md :start-after: Project and community :end-before: The LXD project ``` ## Tabs ````{tabs} ```{group-tab} Tab 1 Content Tab 1 ``` ```{group-tab} Tab 2 Content Tab 2 ``` ```` ## Glossary ```{glossary} some term Definition of the example term. ``` {term}`some term` ## More useful markup - ```{versionadded} X.Y - {abbr}`API (Application Programming Interface)` ---- ## Custom extensions Related links at the top of the page (surrounded by `---`): relatedlinks: https://github.com/canonical/lxd-sphinx-extensions, [RTFM](https://www.google.com) discourse: 12345 Terms that should not be checked by the spelling checker: {spellexception}`PurposelyWrong` A single-line terminal view that separates input from output: ```{terminal} :input: command :user: root :host: vampyr :dir: /home/user/directory/ the output ``` A multi-line version of the same: ```{terminal} :user: root :host: vampyr :dir: /home/user/directory/ :input: command 1 output 1 :input: command 2 output 2 ``` A link to a YouTube video: ```{youtube} https://www.youtube.com/watch?v=iMLiK1fX4I0 :title: Demo ```
Close