Install the OpenSSL on Debian based systems
sudo apt-get install opensslFree O'Reilly books and convenient script to just download them.
Thanks /u/FallenAege/ and /u/ShPavel/ from this Reddit post
How to use:
download.sh file and put it into a directory where you want the files to be saved.cd into the directory and make sure that it has executable permissions (chmod +x download.sh should do it)./download.sh and wee there it goes. Also if you do not want all the files, just simply comment the ones you do not want.| public class CustomGlobal : UmbracoApplication | |
| { | |
| public void Init(HttpApplication application) | |
| { | |
| application.PreRequestHandlerExecute += application_PreRequestHandlerExecute; | |
| application.BeginRequest += this.Application_BeginRequest; | |
| application.EndRequest += this.Application_EndRequest; | |
| application.Error += Application_Error; | |
| } |