From b7ce7aa4b074a35dc5e1e0e96ee230f89ddf37bf Mon Sep 17 00:00:00 2001 From: datechnoman Date: Tue, 12 Dec 2023 10:22:31 +0000 Subject: [PATCH] Upload files to "/" --- prerequisites.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 prerequisites.sh diff --git a/prerequisites.sh b/prerequisites.sh new file mode 100644 index 0000000..31944d4 --- /dev/null +++ b/prerequisites.sh @@ -0,0 +1,12 @@ +apt-get update +apt-get install axel -y +apt-get install parallel -y +cd /opt/ +git clone https://git.datechnoman.com/ArchiveTeam/CommonCrawl_URL_Processor.git +cd /opt/CommonCrawl_URL_Processor +chmod u+x commoncrawl_url_processor.py +chmod u+x urlextractor_archiveteam.sh +mv rsyncd.conf rsyncd.passwd /etc/ +chmod 0600 /etc/rsyncd.passwd +systemctl restart rsync +wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --no-updates --stable-channel --disable-telemetry \ No newline at end of file