From c3e938a43fb525f75e7069f289f8afaecc5d9424 Mon Sep 17 00:00:00 2001 From: Marius Ciepluch <11855163+norandom@users.noreply.github.com> Date: Mon, 6 May 2024 12:35:04 +0200 Subject: [PATCH] Initial Home page --- Lab-notes.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Lab-notes.md diff --git a/Lab-notes.md b/Lab-notes.md new file mode 100644 index 0000000..91d6d3a --- /dev/null +++ b/Lab-notes.md @@ -0,0 +1,31 @@ +# Lab notes + + +## OpenVPN route for Elasticsearch DB access + +The `.ovpn` config needs to be extended for the route: + +``` +... +-----END OpenVPN Static key V1----- + + + +# Add this line to route traffic to 192.168.20.106 through the VPN +route 192.168.20.106 255.255.255.255 +``` + + +## GitHub file site limit + + +Data cannot get pushed directly into the repo. +The release function is used instead. + +``` +remote: error: File data/lab_logs_normal_activity_may_6_2024.json is 1811.83 MB; this exceeds GitHub's file size limit of 100.00 MB +remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com. +To https://github.com/norandom/log2ml.git + ! [remote rejected] main -> main (pre-receive hook declined) +error: failed to push some refs to 'https://github.com/norandom/log2ml.git +``` \ No newline at end of file