Script to try various themes from kitty terminal

2019-12-16 1 min read bash Learning
Here is the script. Very simple yet very useful script. #!/bin/bash - #=============================================================================== # # FILE: kitty-theme.sh # # USAGE: ./kitty-theme.sh # # DESCRIPTION: # # OPTIONS: --- # REQUIREMENTS: --- # BUGS: --- # NOTES: --- # AUTHOR: Amit Agarwal (aka), # ORGANIZATION: Individual # CREATED: 12/06/2019 10:15 # Last modified: Fri Dec 06, 2019 10:41AM # REVISION: --- #=============================================================================== set -o nounset # Treat unset variables as an error FOLDER=" Continue reading

i3 – show mapped hotkeys

2019-12-02 1 min read Learning
Here is a simple script that can show you the hotkeys bound in ~/.config/i3/config : #!/bin/bash - #=============================================================================== # # FILE: i3-showkeys.sh # # USAGE: ./i3-showkeys.sh # # DESCRIPTION: # # OPTIONS: --- # REQUIREMENTS: --- # BUGS: --- # NOTES: --- # AUTHOR: Amit Agarwal (aka) # ORGANIZATION: Individual # CREATED: 11/26/2019 14:22 # Last modified: Tue Nov 26, 2019 02:43PM # REVISION: --- #=============================================================================== set -o nounset # Treat unset variables as an error > /tmp/keys cd ~/. Continue reading

ssh trick – with bastion host

2019-09-30 1 min read Uncategorized
Lot of times, you have to ssh to a server with bastion host. If you dont know what is bastion host then see this: Now, in such cases, either you add an entry in “~/.ssh/config
Older posts Newer posts