From 1dd064a6bc7df03abee573c6f2d8ad58410a16ec Mon Sep 17 00:00:00 2001 From: Xfnw knuu Date: Mon, 8 Feb 2021 17:26:43 -0500 Subject: [PATCH] time to make warc files oh yeah! --- .ssh/config | 6 ++++++ .wgetrc | 6 ++++++ .zshrc | 1 + 3 files changed, 13 insertions(+) create mode 100644 .wgetrc diff --git a/.ssh/config b/.ssh/config index 3fd9833..6fc0161 100644 --- a/.ssh/config +++ b/.ssh/config @@ -39,3 +39,9 @@ HostName data.bellz.org + +Host hashbang + HostName de1.hashbang.sh + IdentitiesOnly yes + User xfnw + IdentityFile /home/xfnw/.ssh/id_ed25519 diff --git a/.wgetrc b/.wgetrc new file mode 100644 index 0000000..7461a71 --- /dev/null +++ b/.wgetrc @@ -0,0 +1,6 @@ +progress=bar +robots=off +random_wait=on +verbose=on +user_agent=Mozilla + diff --git a/.zshrc b/.zshrc index 39338b2..dce8bb5 100644 --- a/.zshrc +++ b/.zshrc @@ -16,6 +16,7 @@ calcpi() { echo "scale=$1; 4*a(1)" | bc -l ; } alias hexcat="catgirl -h chat.freenode.net -n xfnwtest -ec cert.pem -u" +alias warc="wget -rpkm --warc-cdx --warc-file" #autoload -Uz compinit #compinit