Page 1 of 1 [ 1 post ] 

asperger101
Butterfly
Butterfly

User avatar

Joined: 20 Jul 2018
Gender: Male
Posts: 15

07 Oct 2018, 6:49 am

I'm installing Slackware on my server that will host a Tor hidden services. I won't do any illegal stuff. I will probably use it also for hosting files.

I'm partitioning system at the moment. I want to put LVM on LUKS.

I'm reading https://www.debian.org/doc/manuals/secu ... a3.en.html and I've a few questions:

- Should I encrypt boot partition? I want to be sure that kernel is legimitate but I'm not sure whether LILO support that feature.
- Should I separate /tmp, /usr/local, /opt, /var, /var/log and /var/tmp partitions? Which sizes are recommended for root partition and others assuming I have got 55.9 GiB HDD?
- Should I use --use-random or --use-urandom while formatting partition by luksFormat?