mirror of
https://github.com/Qubes-Community/Contents.git
synced 2025-04-27 10:39:33 -04:00
Reorganization and fedora-28-media
This commit is contained in:
parent
784a2dd178
commit
2f43f76b35
@ -1,5 +1,8 @@
|
|||||||
# User setup / @raffaeleflorio
|
# User setup / @raffaeleflorio
|
||||||
|
|
||||||
|
## Dom0
|
||||||
|
I installed in Dom0 [luks-2fa-dracut](https://github.com/raffaeleflorio/luks-2fa-dracut).
|
||||||
|
|
||||||
## TemplateVMs and VMs
|
## TemplateVMs and VMs
|
||||||
The following TemplateVMs are really generic. I didn't include any specialized TemplateVMs (e.g. those used for development).
|
The following TemplateVMs are really generic. I didn't include any specialized TemplateVMs (e.g. those used for development).
|
||||||
|
|
||||||
@ -34,15 +37,17 @@ oathtool
|
|||||||
vim-common
|
vim-common
|
||||||
```
|
```
|
||||||
|
|
||||||
Template of:
|
TemplateBasedVMs table:
|
||||||
- fedora-28-mini-dvm: template for DispVMs
|
|Name|Description|RAM Usage|Networking|
|
||||||
- sys-net: DispVM based on fedora-28-mini-dvm
|
|---|---|---|---|
|
||||||
- sys-usb: DispVM based on fedora-28-mini-dvm
|
|fedora-28-mini-dvm|Template for DispVMs|default|offline|
|
||||||
- sys-sd: DispVM based on fedora-28-mini-dvm
|
|sys-net|DispVM based on fedora-28-mini-dvm|300MB-500MB|online|
|
||||||
- sys-firewall: DispVM based on fedora-28-mini-dvm
|
|sys-usb|DispVM based on fedora-28-mini-dvm|300MB-500MB|offline|
|
||||||
- vault: offline; password manager; totp generation
|
|sys-sd|DispVM based on fedora-28-mini-dvm|300MB-500MB|offline|
|
||||||
- *VMs used as split-{gpg,ssh} backend (e.g. work-keys)*: offline; management of a minimal set of (sub)keys
|
|sys-firewall|DispVM based on fedora-28-mini-dvm|300MB-500MB|online|
|
||||||
- *VMs used as data container (e.g. backup)*: offline
|
|vault|Password manager and totp generation|300MB-400MB|offline|
|
||||||
|
|*|split-{gpg,ssh} backend (e.g. work-keys) with minimal set of (sub)keys|300MB-400MB|offline|
|
||||||
|
|*|Data container (e.g. backup)|300MB-400MB|offline|
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
- [split gpg](https://www.qubes-os.org/doc/split-gpg/)
|
- [split gpg](https://www.qubes-os.org/doc/split-gpg/)
|
||||||
@ -60,10 +65,12 @@ mozilla-https-everywhere
|
|||||||
mozilla-privacy-badger
|
mozilla-privacy-badger
|
||||||
```
|
```
|
||||||
|
|
||||||
Template of:
|
TemplateBasedVMs table:
|
||||||
- dvm-net: template for DispVMs
|
|Name|Description|RAM Usage|Networking|
|
||||||
- dispNet: DispVM based on dvm-net
|
|---|---|---|---|
|
||||||
- *VMs that needs a minimal Firefox and/or Thunderbird (e.g. work)*: firewalled; qubes-url-redirector; custom Firefox preferences
|
|dvm-net|Template for DispVMs, generally used for browsing|400MB-1000MB|online|
|
||||||
|
|dispNet|DispVM based on dvm-net|400MB-1000MB|online|
|
||||||
|
|*|Custom Firefox with qubes-url-redirector and/or Thunderbird (e.g. work)|300MB-700MB|firewalled|
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
- [qubes-url-redirector](https://github.com/raffaeleflorio/qubes-url-redirector)
|
- [qubes-url-redirector](https://github.com/raffaeleflorio/qubes-url-redirector)
|
||||||
@ -72,7 +79,6 @@ Notes:
|
|||||||
### TemplateVM fedora-28-heavy
|
### TemplateVM fedora-28-heavy
|
||||||
A clone of fedora-28-net with:
|
A clone of fedora-28-net with:
|
||||||
```
|
```
|
||||||
vlc
|
|
||||||
libreoffice
|
libreoffice
|
||||||
gimp
|
gimp
|
||||||
whois
|
whois
|
||||||
@ -98,18 +104,41 @@ chromium
|
|||||||
python2-jwt
|
python2-jwt
|
||||||
```
|
```
|
||||||
|
|
||||||
Template of:
|
TemplateBasedVMs table:
|
||||||
- dvm-heavy-offline: offline; template for DispVMs; used to handle every file in every other VMs
|
|Name|Description|RAM Usage|Networking|
|
||||||
- dispHeavyOffline: DispVM based on dvm-heavy-offline
|
|---|---|---|---|
|
||||||
- dvm-heavy-online: template for DispVMs;
|
|dvm-heavy-offline|Template for DispVMs. Used to handle every file in every other VMs|400MB-1000MB|offline|
|
||||||
- dispHeavyOnline: DispVM based on dvm-heavy-online
|
|dispHeavyOffline|DispVM based on dvm-heavy-offline|400MB-1000MB|offline|
|
||||||
|
|dvm-heavy-online|Template for DispVMs|400MB-1000MB|online|
|
||||||
|
|dispHeavyOnline|DispVM based on dvm-heavy-online|400MB-1000MB|online|
|
||||||
|
|
||||||
|
### TemplateVM fedora-28-media
|
||||||
|
A clone of fedora-28-heavy with:
|
||||||
|
|
||||||
|
```
|
||||||
|
vlc
|
||||||
|
ffmpeg
|
||||||
|
fuse-exfat
|
||||||
|
*eventually other rpmfusion packages*
|
||||||
|
```
|
||||||
|
TemplateBasedVMs table:
|
||||||
|
|Name|Description|RAM Usage|Networking|
|
||||||
|
|---|---|---|---|
|
||||||
|
|dvm-media-offline|Template for DispVMs|400MB-1500MB|offline|
|
||||||
|
|dvm-media-online|Template for DispVMs|400MB-1500MB|online|
|
||||||
|
|
||||||
### TemplateVM whonix-ws-14
|
### TemplateVM whonix-ws-14
|
||||||
- dvm-anon
|
TemplateBasedVMs table:
|
||||||
|
|Name|Description|RAM Usage|Networking|
|
||||||
|
|---|---|---|---|
|
||||||
|
|dvm-anon|Template for DispVMs|400MB-1000MB|online|
|
||||||
|
|
||||||
Notes:
|
Notes:
|
||||||
- [Whonix info 1](https://www.qubes-os.org/doc/whonix)
|
- [Whonix info 1](https://www.qubes-os.org/doc/whonix)
|
||||||
- [Whonix info 2](https://www.whonix.org/wiki/Qubes)
|
- [Whonix info 2](https://www.whonix.org/wiki/Qubes)
|
||||||
|
|
||||||
### TemplateVM whonix-gw-14
|
### TemplateVM whonix-gw-14
|
||||||
- sys-whonix
|
TemplateBasedVMs table:
|
||||||
|
|Name|Description|RAM Usage|Networking|
|
||||||
|
|---|---|---|---|
|
||||||
|
|sys-whonix|Whonix gateway|500MB-800MB|online|
|
Loading…
x
Reference in New Issue
Block a user