Testing cron Jobs
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. 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…
Here's how you can setup a local SOCKS Proxy over SSH on Windows. Here we are using Putty. 1. Create a new Putty SSH session. 2. Setup the SSH tunnel.…