Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Random notes

Encrypt home directory

pkill -u omakoto
ecryptfs-migrate-home -u omakoto

Encrypt swap

# Add it to /etc/crypttab. Change the partition name to the real one.
echo 'cryptswap /dev/nvme0n1p5 /dev/urandom cipher=aes-xts-plain64,size=256,swap,discard' | sudo tee -a /etc/crypttab

# Add it to /etc/fstab.
echo '/dev/mapper/cryptswap none swap sw 0 0' | sudo tee -a /etc/fstqab

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors