Some time ago i use this solution:
Create a bash shell function as follows (~/.bashrc):
genpasswd() {
local l=$1
[ "$l" == "" ] && l=16
tr -dc A-Za-z0-9_ < /dev/urandom |...
Type: Posts; User: pejot; Keyword(s):
Some time ago i use this solution:
Create a bash shell function as follows (~/.bashrc):
genpasswd() {
local l=$1
[ "$l" == "" ] && l=16
tr -dc A-Za-z0-9_ < /dev/urandom |...
Hello
I have problem with keys:/
When i write:
slapt-get --add-keys
RetrievingGPG key xxx.slackware.pl/pub/slackware/slackware-current/]...Cached
GPGME: Invalid crypto engine
GPG key could not...