(C-x means ctrl+x, M-x means alt+x)
The default prefix is C-b. If you (or your muscle memory) prefer C-a, you need to add this to ~/.tmux.conf
:
echo "=========" | |
echo "RRPG Core" | |
echo "=========" | |
cd rrpg-core | |
git ls-files | grep "\.java$" | xargs wc -l | |
cd ../ | |
echo "===RRPG Core===" | |
echo "" |
heat_template_version: 2017-02-24 | |
parameters: | |
key_name: | |
type: string | |
description: Name of a KeyPair | |
flavor_name: | |
type: string | |
description: Name of a Flavor | |
image_name: |
heat_template_version: 2017-09-01 | |
parameters: | |
key_name: | |
type: string | |
description: Name of a KeyPair | |
flavor_name: | |
type: string | |
description: Name of a Flavor | |
image_name: |
heat_template_version: 2017-09-01 | |
parameters: | |
key_name: | |
type: string | |
description: Name of a KeyPair | |
flavor_name: | |
type: string | |
description: Name of a Flavor | |
image_name: |
heat_template_version: 2017-02-24 | |
parameters: | |
key_name: | |
type: string | |
description: Name of a KeyPair | |
flavor_name: | |
type: string | |
description: Name of a Flavor | |
image_name: |
heat_template_version: 2017-02-24 | |
parameters: | |
key_name: | |
type: string | |
description: Name of a KeyPair | |
flavor_name: | |
type: string | |
description: Name of a Flavor | |
image_name: |
## list of mounted disks/partitions, to generate more disparate disk activity | |
# PARTITIONS=”/home /var /srv /usr/ /var/cache” | |
## list of sites using round-robin DNS | |
#ROUND_ROBINS=”www.yahoo.com google.com twitter.com outlook.com” | |
## How much entrophy do you want? | |
#STOP_LIMIT=”4200″ | |
#START_LIMIT=”4100″ | |
#while [ /dev/true ] | |
#do until [ “$(cat /proc/sys/kernel/random/entropy_avail)” -gt “$STOP_LIMIT” ] | |
#do while [ “$(cat /proc/sys/kernel/random/entropy_avail)” -lt “$START_LIMIT” ] |