VirtualTam's bookmarks

  1. Web page archive formats:

    Tools for crawling, scraping and archiving Web pages:

    Self-hosted solutions:

    • ArchiveBox - A self-hosted app that lets you preserve content from websites in a variety of formats
    • Wallabag - Save and classify articles, read them later
  2. The format of here-documents is:

    1[n]<<[-]word
    2        here-document
    3delimiter
    

    If any part of word is quoted, the delimiter is the result of quote removal on word, and the lines in the here-document are not expanded.

    This is useful to write scripts that:

    • write scripts (verbatim)
    • execute a sequence of commands (verbatim) on a remote host