2716
Security / Re: Help with GPG on Linux
« on: December 28, 2012, 12:05 am »
In the file manager, right click on the file and select Properties, then go to the Permissions tab and check "Allow executing file as program".
Alternatively, open a terminal
cd /path/to/folder
chmod +x filename
Edit: BTW, every Linux discro comes with gpg by default. You don't need to download GPG4USB, but I'm sure it's easier to use than command line gpg.
Alternatively, open a terminal
cd /path/to/folder
chmod +x filename
Edit: BTW, every Linux discro comes with gpg by default. You don't need to download GPG4USB, but I'm sure it's easier to use than command line gpg.