This is my global bash aliases file that can be source in any Unix like OS.
- create links into MyGlobalBashAliases
- add add_it_to_bashrc lines into ~/.bashrc
- Generate the ssh key
ssh-keygen -t ecdsa -b 521 # Generate your ssh key default location ~/.shh/
ssh-copy-id user@host # Add your key to One host in each environment (Dev, Test, Prod)
# Test it: Add ssh agent to your termina. Note: assh fucntion should be on your bash aliases
eval `ssh-agent` && ssh-add- Cd to home direcoty and run
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim- Launch vim and run :PluginInstall
- git
- python3
- ansible
dnf install bind-utils# for dig application on redhat family os