small_applications - RicoJia/notes GitHub Wiki

Terminator

  • To configure, go to ~/.config/terminator/config
  • Keybindings: Page_Down, something like that. see here

##wget

  • A tool to download files, using HTTP, HTTPS, FTP protocols.
  • Can make local websites recursively, can resume after interruption
  • Synax: wget [OPTION] [URL]
    • Save under a different name: -O [NAME]
    • Download to a specific dir: -D [DIR]
    • resume after interruption: -c
    • Download website: wget -m URL
⚠️ **GitHub.com Fallback** ⚠️