time to make warc files oh yeah!
This commit is contained in:
parent
d1b31a0329
commit
1dd064a6bc
3 changed files with 13 additions and 0 deletions
|
@ -39,3 +39,9 @@ HostName data.bellz.org
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Host hashbang
|
||||||
|
HostName de1.hashbang.sh
|
||||||
|
IdentitiesOnly yes
|
||||||
|
User xfnw
|
||||||
|
IdentityFile /home/xfnw/.ssh/id_ed25519
|
||||||
|
|
6
.wgetrc
Normal file
6
.wgetrc
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
progress=bar
|
||||||
|
robots=off
|
||||||
|
random_wait=on
|
||||||
|
verbose=on
|
||||||
|
user_agent=Mozilla
|
||||||
|
|
1
.zshrc
1
.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 hexcat="catgirl -h chat.freenode.net -n xfnwtest -ec cert.pem -u"
|
||||||
|
|
||||||
|
alias warc="wget -rpkm --warc-cdx --warc-file"
|
||||||
|
|
||||||
#autoload -Uz compinit
|
#autoload -Uz compinit
|
||||||
#compinit
|
#compinit
|
||||||
|
|
Loading…
Reference in a new issue