All for around $30 a month.










sudo apt-get updatesudo apt-get upgradesudo apt-get update && sudo apt-get upgradesudo apt-get install apt-transport-https openjdk-8-jre-headless uuid-runtime pwgensudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 9DA31620334BD75D9DCB49F368818C72E52529D4echo "deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.0.listsudo apt-get updatesudo apt-get install -y mongodb-orgsudo systemctl daemon-reloadsudo systemctl enable mongod.servicesudo systemctl restart mongod.servicesudo systemctl --type=service --state=active | grep mongodsudo systemctl status mongodwget -q https://artifacts.elastic.co/GPG-KEY-elasticsearch -O myKeysudo apt-key add myKeyecho "deb https://artifacts.elastic.co/packages/oss-6.x/apt stable main" | sudo tee -a /etc/apt/sources.list.d/elastic-6.x.listsudo apt-get update && sudo apt-get install elasticsearch-osssudo tee -a /etc/elasticsearch/elasticsearch.yml > /dev/null <<EOTcluster.name: graylogaction.auto_create_index: falseEOTsudo systemctl daemon-reloadsudo systemctl enable elasticsearch.servicesudo systemctl restart elasticsearch.servicesudo systemctl --type=service --state=active | grep elasticsearchsudo systemctl status elasticsearch.servicesudo apt-get install apt-transport-httpswget https://packages.graylog2.org/repo/packages/graylog-4.2-repository_latest.debsudo dpkg -i graylog-4.2-repository_latest.debsudo apt-get updatesudo apt-get update && sudo apt-get install graylog-server graylog-integrations-pluginspwgen -N 1 -s 96echo -n secret_key | sha256sumsudo nano /etc/graylog/server/server.confpassword_secret sectionroot_password_sha sectionhttp_bind_address and set it to 127.0.0.1:80Ctrl+Xthen Y then Enter to save our changes.sudo systemctl daemon-reloadsudo systemctl enable graylog-server.servicesudo systemctl start graylog-server.servicesudo systemctl --type=service --state=active | grep graylogsudo systemctl status graylog-serversudo ufw allow 80sudo rebootsudo apt updatesudo apt upgradeQuick Links
Legal Stuff
