- C-a == Ctrl-a
- M-a == Alt-a
:q        close
:w        write/saves
:wa[!]    write/save all windows [force]
:wq       write/save and close
| Key-Type: 1 | |
| Key-Length: 2048 | |
| Subkey-Type: 1 | |
| Subkey-Length: 2048 | |
| Name-Real: Root Superuser | |
| Name-Email: [email protected] | |
| Expire-Date: 0 | 
| public class TargetTyping { | |
| public static void main(String[] args) throws IOException { | |
| String value = System.getProperty("user.dir"); | |
| File f = new File(value); | |
| //without target typing | |
| System.out.println("Without target typing example, to find file that ends with xml"); | |
| for(File resFile: f.listFiles((File sf) -> sf.getName().endsWith(".xml"))) { | 
| ssh-keygen -t rsa -b 4096 -m PEM -f jwtRS256.key | |
| # Don't add passphrase | |
| openssl rsa -in jwtRS256.key -pubout -outform PEM -out jwtRS256.key.pub | |
| cat jwtRS256.key | |
| cat jwtRS256.key.pub | 
| # On slow systems, checking the cached .zcompdump file to see if it must be | |
| # regenerated adds a noticable delay to zsh startup. This little hack restricts | |
| # it to once a day. It should be pasted into your own completion file. | |
| # | |
| # The globbing is a little complicated here: | |
| # - '#q' is an explicit glob qualifier that makes globbing work within zsh's [[ ]] construct. | |
| # - 'N' makes the glob pattern evaluate to nothing when it doesn't match (rather than throw a globbing error) | |
| # - '.' matches "regular files" | |
| # - 'mh+24' matches files (or directories or whatever) that are older than 24 hours. | |
| autoload -Uz compinit | 
| println object.properties | |
| .sort{it.key} | |
| .collect{it} | |
| .findAll{!['class', 'active'].contains(it.key)} | |
| .join('\n') | 
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks