A Java developer by profession, everything* developer at pastime, a Linux enthusiast, hobbyist photographer, F.R.I.E.N.D.S fanatic and Hollywood aficionado.
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
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
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
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
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