Deleting Multiple Messages from Google Voice
Update: This is no longer the case. Google voice app now has a multi-select and
delete button
If you wanted to delete a bulk of messages in google voice, you're out
GPG cheatsheet
To generate keypair :
gpg --gen-key
Listing:
To list all public keys
gpg --list-keys
gpg -k
To List private keys -
gpg --list-secret-keys
gpg -K
Encrypt/Decrypt:
The option -a is for armor (Base64
Java Config with YAML
If you have ever worked with Spring Framework in Java, know the comfort and
flexibility of the application configuration that comes with Spring.
* Have the configuration stored in properties or YML files
* Overriding
Low cost, Low energy home server
I wanted to have a small Linux server at home that can help in a couple of
things.
* Plex media server
* A backup server
* A Web server
Desired Specification
Low cost
This is
Terminal Shortcuts
For reference
Shortcuts in Bash
* Ctrl + L Clears the screen
* Ctrl + c Terminate the command
* Ctrl + R Search command history backwards
* Ctrl + a go to the start of the command line
* Ctrl + e