~/

  • A Good Privacy List

    Update: 10 December 2022 Table of Contents Table of Contents Introduction Requirements for the products AI Assistants Android App Stores Calendar Apps Cloud Storage DNS Servers Email Providers Email Anonymous Forwarding Encryption Software Disk Encryption File Encryption File Sharing Git Hosting Graphics Editor Instant Messaging Centralized Matrix Clients XMPP Clients...

  • Whonix - Install on KVM

    Table of Contents Install KVM packages Download the Whonix Image Download the Whonix KVM Signing Key Verify the Whonix KVM Image Extract the Whonix KVM Image Modify XML configuration Import Whonix VM Templates Move Whonix Image Files Start Whonix Resources NOTE: This guide is a simple explanation of the steps...

  • Securely Wipe Disks and Delete Files

    Table of Contents Introduction Wipe Disk Wipe All Data Fast With Zeros Write Pseudorandom Data Wipe A Single File Stay Safe Introduction In this guide I will try to show you how to safely wipe disks and delete files, or at least, make data recovery quite hard. Secure data deletion...

  • PhotoRec - Recover deleted files

    Introduction A tool that I prefer to recover deleted files or to analyze a memory in search of evidence is Photorec by CGSecurity. As explained on the program website: PhotoRec is file data recovery software designed to recover lost files including video, documents and archives from hard disks, CD-ROMs, and...

  • Arch Linux - Install and setup KVM/QEMU

    Checking support for KVM Hardware support Checking hardware support for KVM (named VT-x for Intel and AMD-V for AMD CPUs): LC_ALL=C lscpu | grep Virtualization Or: grep -E --color=auto 'vmx|svm|0xc0f' /proc/cpuinfo If nothing is displayed after running either command, then your processor does not support hardware virtualization, and you will...