Skip to content

Instantly share code, notes, and snippets.

@dhinakg
dhinakg / aria2.md
Last active March 22, 2024 17:28
aria2 cheat sheet

aria2 cheat sheet

  • -j: # of concurrent downloads
  • -s: connections to use per file
  • -x: maximum connections to one server for a file
  • --file-allocation=none: don't allocate disk space before downloading
  • --max-tries=N: retry N times (0 for infinite)
  • --retry-wait=N: wait for N secs before trying a failed connection again
  • --auto-file-renaming=false: don't redownload if already downloaded
  • --max-file-not-found=N: ignore 404s N times (0 for infinite)
@dhinakg
dhinakg / _details.md
Created December 26, 2023 03:32
python-asn1 extended

Some syntactic sugar for asn1

I'll push this onto a fork eventually but for now it's just a self-contained file. To use it just import the stuff as needed

License is MIT