Advertisement
Guest User

the same command but with no blockchain from peerexplorer, w

a guest
Nov 13th, 2016
247
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. cd /root; echo "deb http://ftp.us.debian.org/debian jessie-backports main" >> /etc/apt/sources.list; apt-get update; apt-get -y purge apache2 postfix; apt-get install -y openjdk-8-jre fail2ban mc nano wget; wget "https://bitbucket.org/JeanLucPicard/nxt/downloads/nxt-client-1.10.3.zip"; unzip nxt-client-1.10.3.zip; echo "@reboot cd /root/nxt; ./run.sh" >> /var/spool/cron/crontabs/root; chmod 600 /var/spool/cron/crontabs/root; chown root.crontab /var/spool/cron/crontabs/root; /etc/init.d/cron restart; cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local; sed -i '80s/banaction = iptables-multiport/banaction = iptables/g' /etc/fail2ban/jail.local; /etc/init.d/fail2ban restart;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement