User:Sanqui

From Archiveteam
Revision as of 21:40, 25 February 2015 by Sanqui (talk | contribs) (typo)
Jump to navigation Jump to search

Email: gsanky@gmail.com

On #archiveteam as Sanqui

Further contact info on my homepage: http://sanqui.rustedlogic.net




I archived Twitch Plays Pokémon logs: https://archive.org/details/tpp_logs

Currently trying to organize saving the sites hosted for free on Internet Centrum.


Parallel wget

#!/bin/sh
cat $LIST | xargs -n 1 -P $PARALLEL -I % \
 wget \
 -mc --waitretry 5 --timeout 60 --tries 5 \
 --user-agent="Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0"\
 -e robots=off \
 --warc-header "operator: Archive Team (Sanqui)" --warc-cdx --warc-file="sanqui_00_%" \
 -o "sanqui_00_%.log" \
 %

Common/useful czech words

cislo (číslo) = number
hlas, hlasovat, hlasování = vote
jmeno (jméno) = name
nahled (náhled) = preview, thumbnail
obr, obrazek (obrázek) = picture
posli (pošli), poslat = send
sprava (správa) = administration
stahuj, stáhnout, stahovat = download
tisk = print
ukaz (ukaž) = show
zprava (zpráva) = message