Setup a New BitBucket User on Windows
1. Create a new SSH key. Here we call it id_rsa, which is the default, but you can give it any name you want. 2. Use PuTTYgen to create a…
1. Create a new SSH key. Here we call it id_rsa, which is the default, but you can give it any name you want. 2. Use PuTTYgen to create a…
1. Use crontab -e when possible when editing your cron table. It validates the entries on save. 2. Redirect output to a log file. For example: 3. Run your script manually…
1. Install OpenJDK if it doesn't already exist. Here we are running as root, so sudo is not required. 2. Install ElasticSearch using yum. The latest ElasticSearch version is 1.4…