checkout https://dwaves.de/2016/02/26/is-truecrypt-insecure/

and successor: https://sourceforge.net/projects/veracrypt/files/

vim /usr/bin/nautilus

#!/bin/bash

# set your filemanager here
filemgr=thunar

# set your webbrowser here, usually x-www-browser should be perfect
webbrowser=x-www-browser

### DO NOT CHANGE ANYTHING BELOW HERE unless you know what you're doing ###

oldparams=$@

function error {
	zenity --error --text="$@" || kdialog --error "$@" || echo ERROR: "$@"
}

liked this article?

  • only together we can create a truly free world
  • plz support dwaves to keep it up & running!
  • (yes the info on the internet is (mostly) free but beer is still not free (still have to work on that))
  • really really hate advertisement
  • contribute: whenever a solution was found, blog about it for others to find!
  • talk about, recommend & link to this blog and articles
  • thanks to all who contribute!
admin