Skip to content

secure mail and data exchange

contact@x21.ch

Tag Archives: wget

Save all images on page

Copy everything to directory structure: wget -E -H -k -K -p http://the.site/dir search .jpgs in structure and copy all to one dir: find . -name *.jpg -exec mv ‘{}’ /target/dir \;

Posted byguideApril 2, 2012Posted innetworking, system operating, webpublishingTags: find, wgetLeave a comment on Save all images on page

download webpage, subpages and linked mp3 files

wget -r -l 2 -p -k -erobots=off   http://www.website.de/page -r : recursive -l 2: max depth 2 -p: download site prerequisites (background images etc.) -k: convert links for local reading -erobots=0: ignore robots.txt

Posted byguideOctober 20, 2011Posted innetworking, webpublishingTags: Linux, wget2 Comments on download webpage, subpages and linked mp3 files

Website mirroring

wget -m -k -K -E http://www.website.ch/

Posted byguideFebruary 8, 2011Posted increative computing, networking, pure computing, webpublishingTags: backup, http, wgetLeave a comment on Website mirroring

Tags

3D 5515 android arduino awk backup c# CCS (Code Composer Studio) crossplatform framework DAC DGL DSP/BIOS eZdsp FAT lib ffmpeg ios jack javascript Linux MP3 mplayer Multiplexer nagios octave opengl openvz osx PCB Prototyp puredata python qt5 rsync SD-Karte sh SPI ssh Tastaturdecoder TMS320 UML USB WAV wget windows wordpress
secure mail and data exchange