CommonCrawl_URL_Processor/prerequisites.sh

11 lines
406 B
Bash
Raw Permalink Normal View History

2024-01-20 11:14:42 +00:00
apt-get update
apt-get install axel -y
apt-get install parallel -y
2024-01-24 06:00:42 +00:00
apt-get install slurm -y
2024-02-13 22:35:10 +00:00
apt-get install zstd -y
2024-01-27 06:31:36 +00:00
wget -O /tmp/netdata-kickstart.sh https://my-netdata.io/kickstart.sh && sh /tmp/netdata-kickstart.sh --no-updates --stable-channel --disable-telemetry
---Enable root ftp login---
1. vim /etc/ssh/sshd_config
2. Update: PermitRootLogin yes
3. sudo systemctl restart ssh.service
4. passwd root