amuck-landowner

Search results

  1. D

    How do you usually sync files across servers?

    Instead of this you should consider rsnapshot. Especially if the directory you're syncing consumes a lot of space.
  2. D

    Download all MP3 in XML file

    the simplest would be to let wget do it for you. This will however download all listed files. wget -F -i your_xml_file
  3. D

    Lightweight tiny 1x1 pixel web server

    Especially for this there is pixelserv. https://github.com/h0tw1r3/pixelserv or some less featured version http://gpl.back2roots.org/source/routertech/fw/source/nsp/src/RT-utils/pixelserv.c
  4. D

    Route SSH through one connection, everything else through another

    You can use forcebindip http://old.r1ch.net/stuff/forcebindip/ to force your ssh app to use specific network interface.
Top
amuck-landowner