Reduce Stress level & helps to improve physical fitness Helps to improve well being and self-assurance Reduce health risks & personal medical costs Access to health information
#Madhav
Configure git Initial configuration of git if you have not set yet. git config --global color.ui true git config --global user.name "YOUR NAME" git config --global user.email "[email protected]" ssh-keygen -t rsa -b 4096 -C "[email protected]" Adding SSH key Run this...
To install Ruby using ruby-build and rbenv, you can follow these steps: First, make sure you have ruby-build and rbenv installed on your system. You can check if you have them installed by running the following commands in your terminal: which ruby-build which rbenv If either of these commands...