Compare commits

...

2 commits

Author SHA1 Message Date
nihilist
fc35c3bbae fix cpuset 2025-05-11 20:21:19 +02:00
nihilist
79fcd2202f updated 2025-05-11 19:59:12 +02:00
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 1.1 MiB

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.** **_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/) If you want some examples on what services you can self-host, you can check out our archived [self-hosting tutorials](../../selfhosting/0_lainradio/)

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" cpuset="1">4 </vcpu> [...] <vcpu placement="static">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> [...] <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>