Last active
August 10, 2021 18:16
-
-
Save sidward35/099ab0817139da5af47d9b008f13988f to your computer and use it in GitHub Desktop.
Revisions
-
sidward35 revised this gist
Aug 10, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -3,7 +3,7 @@ sudo apt update #sudo apt install neofetch #neofetch #echo 'neofetch' >> ~/.bashrc sudo apt install wget wget -O splunk.tgz '{SPLUNK-DOWNLOAD-URL}' -
sidward35 revised this gist
Aug 10, 2021 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ #!/bin/sh sudo apt update #sudo apt install neofetch #neofetch #echo 'neofetch' >> .bashrc -
sidward35 created this gist
Aug 10, 2021 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,17 @@ #!/bin/sh #sudo apt update #sudo apt install neofetch #neofetch #echo 'neofetch' >> .bashrc sudo apt install wget wget -O splunk.tgz '{SPLUNK-DOWNLOAD-URL}' tar -xzvf splunk.tgz cd splunk/ echo '[user_info]' >> etc/system/local/user-seed.conf echo 'USERNAME = admin' >> etc/system/local/user-seed.conf echo 'PASSWORD = {PASSWORD}' >> etc/system/local/user-seed.conf cd bin/ ./splunk start --accept-license