Compare commits

..

No commits in common. "fc35c3bbae4c555731830380c7415846f33ba859" and "09a7b2b02a7a0f460fb02467c3a9cccb79c373ce" have entirely different histories.

3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 23 KiB

Before After
Before After

View file

@ -45,5 +45,5 @@ In practice, this can simply be a home server (which can just be an old desktop)
**_TLDR:_ the requirement for server-side privacy is either to use end to end encryption (e2ee), or to use a server that can only be physically accessed by you alone.**
If you want some examples on what services you can self-host, you can check out our archived [self-hosting tutorials](../../selfhosting/0_lainradio/)
If you want some examples on what services you can self-host, you can check out our archived [self-hosting tutorials](../../selfhosting/)

View file

@ -158,9 +158,9 @@ So here we do the same for the whonix workstation to give it 8GB of memory, with
[...]
<memory dumpCore="off" unit="GiB">8 </memory> <currentMemory unit="GiB">8 </currentMemory>
<__memory dumpCore="off" unit="GiB">8 </memory> <__currentMemory unit="GiB">8 </currentMemory>
[...] <vcpu placement="static">4 </vcpu>
[...] <vcpu placement="static" cpuset="1">4 </vcpu>
[...] <disk type="file" device="disk"> <driver name="qemu" type="qcow2"/> <__source file="/run/media/private/user/sda/Whonix-Gateway.qcow2"/> <target dev="vda" bus="virtio"/> <address type="pci" domain="0x0000" bus="0x00" slot="0x06" function="0x0"/> </disk>