mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
39 lines
705 B
Markdown
39 lines
705 B
Markdown
|
# whonix
|
||
|
|
||
|
Whonix Template in Qubes OS.
|
||
|
|
||
|
## Table of Contents
|
||
|
|
||
|
* [Description](#description)
|
||
|
* [Installation](#installation)
|
||
|
* [Usage](#usage)
|
||
|
|
||
|
## Description
|
||
|
|
||
|
Creates the Whonix Gateway and Workstation templates as well as a Disposable
|
||
|
Template based on it.
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
- Top:
|
||
|
```sh
|
||
|
qubesctl top.enable whonix
|
||
|
qubesctl state.apply
|
||
|
qubesctl top.disable whonix
|
||
|
qubesctl state.apply qvm.anon-whonix
|
||
|
qubesctl state.apply qvm.whonix-ws-dvm
|
||
|
```
|
||
|
|
||
|
- State:
|
||
|
<!-- pkg:begin:post-install -->
|
||
|
```sh
|
||
|
qubesctl state.apply whonix.create
|
||
|
qubesctl state.apply qvm.anon-whonix
|
||
|
qubesctl state.apply qvm.whonix-ws-dvm
|
||
|
```
|
||
|
<!-- pkg:end:post-install -->
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
AppVMs and StandaloneVMs can be based on this template.
|