curl: (35) error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112)
Problem When running curl you get this response: curl: (35) error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112) Solution curl -ssl3
Problem When running curl you get this response: curl: (35) error:14077458:SSL routines:SSL23_GET_SERVER_HELLO:reason(1112) Solution curl -ssl3
Here’s a quick note on how to download the contents of an http directory via command […]
Recently I tried passing a bash variable to perl command in bash script, it didn’t end well. […]
Great examples of how to use cURL from http://www.thegeekstuff.com/2012/04/curl-examples/ 1. Download a Single File The following command […]
To delete all currently stored alerts and related data in the ossec database execute these commands […]
to kill orphaned httpd processes create a script called killhttpd.sh with the following code #!/bin/bash for […]
Configure postfix with Gmail via Webmin This assumes the user has webmin installed and understands how […]
Someone recently passed me this link and it looks great! You can generate crontab scripts via […]
this script will reset a user’s password and email it to them. It accepts two parameters […]
to move mysql on freebsd without using a dump file follow these steps: stop mysql copy […]