-
HowTo: Export and Import GnuPG Keys
Exportieren: Vorhandene Keys auflisten um Schluessel ID herauszufinden: gpg –list-keys Public Key abspeichern: gpg -ao mynamefor-public.key –export KEY_ID Private Key abspeichern: gpg -ao mynamefor-private.key –export-secret-keys KEY_ID Wiederrufszertifikat erzeugen: gpg –gen-revoke KEY_ID Importieren: gpg –import _something_-public.key gpg –import _something_-private.key
-
Move SIM contacts on webOS Device to Google
I’ve been looking for this for ages now… Open the Phone App For CDMA phones, dial ##66623#. For GSM phones, dial #*66623# and press the green Call Button ( ) Tap the green „CelleBrite Export“ button After „Step 1: Export File…“ is complete, follow directions for „Step 2: Connect USB cable“ and connect your phone to […]
-
NFS mount via Samba reexportieren
Merke: um einen NFS-Mount via Samba zu reexportieren, die oplocks = no direktive fuer den Share in der smb.conf setzen.