The instructions are multifold, before we begin, consider what you will call the bucket for your files. E.g. my-storage-bucket.
Cloudflare R2 is free for the first 10GB of storage, then is $0.015/GB-month of storage. R2 uniquely does not charge for transfers, for uploading and downloading.
References used to construct this guide:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # I scripted out the installation commands from the Snort setup guide for Ubuntu 16: | |
| # https://s3.amazonaws.com/snort-org-site/production/document_files/files/000/000/123/original/Snort_3.0.0-a4-223_on_Ubuntu_14_and_16.pdf | |
| # | |
| # This script will install all the prerequisites for Snort, including Snort itself. | |
| # As time passes, it may be necessary to update the download URLs for Libsafe, Ragel, Hyperscan, DAQ, and Snort. As those are hard-coded URLs based on their versions | |
| # | |
| # How to run the script: | |
| # sudo sh snort_install.sh | |
| logfile=~/snort_install.log |