All public logs

Jump to navigation Jump to search

Combined display of all available logs of wikipost. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:18, 27 May 2025 Admin talk contribs created page Veracrypt (Created page with "How to create a new veracrypt-encrypted volume using zulucrypt: required packages: <pre> apt-get install zulucrypt-cli </pre> - create a new empty file with a size of 10MB <pre> dd if=/dev/zero of=test.vc bs=1M count=10 </pre> - encrypt the file and create an ext2 filesystem in it <pre> sudo zuluCrypt-cli -c -d test.vc -t vcrypt -z ext2 </pre> NOTE: run as sudo if you get a 'setgroups' error NOTE: install 'dosfstools' if you get a mkfs.vfat fi...")