I hereby claim:
- I am kondor6c on github.
- I am kondor6c (https://keybase.io/kondor6c) on keybase.
- I have a public key whose fingerprint is 7545 BFF3 7106 84D2 E6BC FE98 C5D5 F4BE D24A 4A02
To claim this, I am signing this object:
| # Screen/Tmux commands: | |
| # | default | Function | Tmux | | |
| # |----------|:------------------------------------:| -----------------------:| | |
| # | ^A " | window list, where am I | ^b s | | |
| # | ^A A | Rename | ^b , | | |
| # | ^A c | create | ^b n | | |
| # | ^A k | kill | ^b & | | |
| # | ^A d | detach | ^b D | | |
| # | ^A space | next window | ^b n | | |
| # | ^A p | previous window | ^b p | |
| { | |
| "SpotPrice": "0.0589", | |
| "TargetCapacity": 20, | |
| "IamFleetRole": " | |
| "LaunchSpecifications": [ | |
| { | |
| "ImageId": "ami-61272c1a", | |
| "SecurityGroups": [ | |
| { | |
| "GroupId": "sg-d5d1cfbf" |
| { | |
| "SpotPrice": "0.0589", | |
| "TargetCapacity": 20, | |
| "IamFleetRole": " | |
| "LaunchSpecifications": [ | |
| { | |
| "ImageId": "ami-61272c1a", | |
| "SecurityGroups": [ | |
| { | |
| "GroupId": "sg-d5d1cfbf" |
| { | |
| "SpotPrice": "0.0589", | |
| "TargetCapacity": 20, | |
| "IamFleetRole": " | |
| "LaunchSpecifications": [ | |
| { | |
| "ImageId": "ami-61272c1a", | |
| "SecurityGroups": [ | |
| { | |
| "GroupId": "sg-d5d1cfbf" |
| { | |
| "SpotPrice": "0.0589", | |
| "TargetCapacity": 20, | |
| "IamFleetRole": " | |
| "LaunchSpecifications": [ | |
| { | |
| "ImageId": "ami-61272c1a", | |
| "SecurityGroups": [ | |
| { | |
| "GroupId": "sg-d5d1cfbf" |
| { | |
| "SpotPrice": "0.0589", | |
| "TargetCapacity": 20, | |
| "IamFleetRole": " | |
| "LaunchSpecifications": [ | |
| { | |
| "ImageId": "ami-61272c1a", | |
| "SecurityGroups": [ | |
| { | |
| "GroupId": "sg-d5d1cfbf" |
| { | |
| "SpotPrice": "0.0589", | |
| "TargetCapacity": 20, | |
| "IamFleetRole": " | |
| "LaunchSpecifications": [ | |
| { | |
| "ImageId": "ami-61272c1a", | |
| "SecurityGroups": [ | |
| { | |
| "GroupId": "sg-d5d1cfbf" |
I hereby claim:
To claim this, I am signing this object:
| URxvt.visualBell: True | |
| # URxvt.skipScroll: True | |
| URxvt*jumpScroll: true | |
| URxvt*scrollWithBuffer: true | |
| URxvt*scrollTtyOutput: false | |
| URxvt*scrollTtyKeypress: true | |
| # URxvt*font: xft:Liberation Mono:pixelsize=13:antialias=true:hinting=true | |
| # URxvt*boldFont: xft:Liberation Mono:bold:pixelsize=13:antialias=true:hinting=true | |
| # URxvt*font: xft:Bitstream Vera Sans Mono:bold:pixelsize=13:antialias=true:hinting=true | |
| # URxvt*boldFont: xft:Bitstream Vera Sans Mono:bold:pixelsize=13:antialias=true:hinting=true |
| #!/bin/bash | |
| ARRAY_OF_COMPLIMENTS=( 'You are beautiful', 'You are doing great', 'I love you', 'Why do you love cats?', 'Your morning kitty', 'I hope this serves as a replacement for a real cat', 'I really really love you', 'you are purrrrfect, straight from a hallmark card', 'I appreciate you', 'Hope you have a great day', 'Hanging out with you is always a blast', 'You are wonderful', 'you are one of a kind', 'You should be appreciated more, this is an attempt', 'you are cuter than a bunch of cats', 'you are my reason to smile', 'I love it when you tell me I am so clever', 'you are really something special', 'You are a gift to those around you' ) | |
| RANDOM_TIME=$(shuf -i 0-2345 -n 1) | |
| sleep $RANDOM_TIME | |
| LENGTH_OF_COMPLIMENTS=${#ARRAY_OF_COMPLIMENTS[@]} | |
| RANDOM_COMPLIMENT_NUMBER=$(shuf -i 0-$LENGTH_OF_COMPLIMENTS -n 1) |