first commit

This commit is contained in:
2020-05-09 13:43:39 +02:00
commit e53c625e08
54 changed files with 7176 additions and 0 deletions

11
.local/bin/hosts-update Executable file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
rm -rf /tmp/steven /tmp/luke /tmp/hosts
wget -O /tmp/steven https://raw.githubusercontent.com/StevenBlack/hosts/master/alternates/fakenews-gambling-porn/hosts
wget -O /tmp/luke https://raw.githubusercontent.com/LukeSmithxyz/etc/master/ips
cat /tmp/luke >> /tmp/steven
cat /tmp/steven | sort | uniq -d | sed '/^#/d' >> /tmp/hosts
sudo mv /tmp/hosts /etc/hosts