From d19e1290f938868d17bb16f0c6a91167f4ac7746 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 6 Sep 2018 12:57:24 -0500 Subject: updated install guide --- set up debian droplet basics + nginx.txt | 6 +++--- un plastic.txt | 5 ----- un-plastic.txt | 5 +++++ 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100755 un plastic.txt create mode 100644 un-plastic.txt diff --git a/set up debian droplet basics + nginx.txt b/set up debian droplet basics + nginx.txt index 6643f99..1b1af00 100755 --- a/set up debian droplet basics + nginx.txt +++ b/set up debian droplet basics + nginx.txt @@ -44,7 +44,7 @@ Add this line to the bottom of the document, replacing demo with your username: reload ssh: - sudo service sshd restart + sudo systemctl restart sshd test before you log out: @@ -70,12 +70,12 @@ Add ssh keys sudo apt-get install fail2ban sudo cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local sudo vi /etc/fail2ban/jail.local #(add IP to exclusions, up ban time) - sudo service fail2ban restart + sudo systemctl restart fail2ban apt-get install ufw sudo ufw default deny incoming sudo ufw default deny outgoing - sudo ufw allow 25009/tcp + sudo ufw allow 25043/tcp sudo ufw allow 80/tcp sudo ufw allow 443/tcp sudo ufw allow out http diff --git a/un plastic.txt b/un plastic.txt deleted file mode 100755 index 934500c..0000000 --- a/un plastic.txt +++ /dev/null @@ -1,5 +0,0 @@ -un-plastic - -Plasmatic -- helmet connections that are implanted to the skin. The girl has the first one? Everyone else has goggles with plasmatic lenses, but her interface is directly on the skin, in the eyeball? - -She's always tracked, she sees the world with an extra layer of data overlayed, but for her that's normal, that's how she has always seen the world. \ No newline at end of file diff --git a/un-plastic.txt b/un-plastic.txt new file mode 100644 index 0000000..934500c --- /dev/null +++ b/un-plastic.txt @@ -0,0 +1,5 @@ +un-plastic + +Plasmatic -- helmet connections that are implanted to the skin. The girl has the first one? Everyone else has goggles with plasmatic lenses, but her interface is directly on the skin, in the eyeball? + +She's always tracked, she sees the world with an extra layer of data overlayed, but for her that's normal, that's how she has always seen the world. \ No newline at end of file -- cgit v1.2.3