put keyboard under hardware
This commit is contained in:
@@ -1,40 +0,0 @@
|
||||
#Making keys
|
||||
|
||||
Generate keys:
|
||||
|
||||
> gpg --full-gen-key
|
||||
|
||||
Follow the guide.
|
||||
|
||||
# Encrypting a file
|
||||
|
||||
> gpg -r malinfreeborn@googlemail.com -e file
|
||||
|
||||
`-r` specifies the recipient.
|
||||
|
||||
Check you have an encrypted version of your file.
|
||||
|
||||
# Changing Expiration Dates
|
||||
|
||||
gpg --list-keys
|
||||
|
||||
... and then use the second part of 'pub', which is the ID. But that's not appearing here so... on with gpg2?
|
||||
|
||||
# Making encrypted files with a local password
|
||||
|
||||
Make a password with a password (cypher encryption).
|
||||
|
||||
> gpg -c --output passwords.txt
|
||||
|
||||
or
|
||||
|
||||
> gpg -c > passwords.txt
|
||||
|
||||
Put in a password.
|
||||
|
||||
Write message then stop with Ctrl+d.
|
||||
|
||||
Get the message back out the file with:
|
||||
|
||||
> gpg -d passwords.txt
|
||||
|
@@ -1,37 +0,0 @@
|
||||
☢ ☣ s ☠ ⚠
|
||||
radioactive sign biohazard sign skull and crossbones warning sign
|
||||
☤ ⚕ ⚚ †
|
||||
caduceus staff of aesculapius staff of hermes dagger
|
||||
☯ ⚖ ☮ ⚘
|
||||
yin yang scales peace flower
|
||||
⚔ ☭ ⚒ ⚓
|
||||
crossed swords hammer and sickle hammer and pick anchor
|
||||
⚛ ⚜ ⚡ ⚶
|
||||
atom symbol fleur-de-lis lightning vesta
|
||||
☥ ✠ ✙ ✞
|
||||
ankh cross cross cross
|
||||
✟ ✧ ⋆ ★
|
||||
cross diamond star star
|
||||
☆ ✪ ✫ ✬
|
||||
star star star star
|
||||
✭ ✮ ✯ ✰
|
||||
star star star star
|
||||
≪
|
||||
☸ ✵ ❂ ☘
|
||||
wheel of dharma star sun shamrock
|
||||
♡ ♥ ❤ ⚘
|
||||
heart heart big heart flower
|
||||
❀ ❃ ❁ ✼
|
||||
flower flower flower flower
|
||||
☀ ✌ ♫ ♪
|
||||
sun V sign music note / melody music note / melody
|
||||
☃ ❄ ❅ ❆
|
||||
snowman snowflake snowflake snowflake
|
||||
☕ ☂ ❦ ✈
|
||||
cofee umbrella floral heart / leaf airplane
|
||||
♕ ♛ ♖ ♜
|
||||
white king / crown black king / crown white rook / tower black rook / tower
|
||||
☁ ☾
|
||||
cloud waning crescent moon
|
||||
|
||||
|
@@ -1,8 +0,0 @@
|
||||
Ensure you're not stuck in CAPS on mode:
|
||||
|
||||
> xmodmap -e 'clear Lock'
|
||||
|
||||
Remap the keyboard so CAPS LOCK=ESC:
|
||||
|
||||
> xmodmap -e 'keycode 0x42=Escape'
|
||||
|
Reference in New Issue
Block a user