Skip to main content

How to Configure gpg to create Licence key for WSM

gpg
gpg --list-keys
gpg --gen-keys
gpg --gen-key
dir
gpg -o alf_data/license/wsm_lic.txt.enc -e /tmp/test
ls
cd alf_data/license/
ls
ls -all
chmod +x decrypt.sh
ls -all
history

Comments

Popular posts from this blog

Resetting Panel in Ubuntu joel@joel-desktop:~$ gconftool-2 --shutdown joel@joel-desktop:~$ gconftool --recursive-unset /apps/panel joel@joel-desktop:~$ rm -rf ~/.gconf/apps/panel joel@joel-desktop:~$ pkill gnome-panel joel@joel-desktop:~$

REST-Ful API Design