برای خاموش کردن پس از پایان کار :
aria2c --on-download-complete echo "SUDO PASSWORD"|sudo -S shutdown -h nowبرای پراکسی هم اگر ساکس باشد با tsocks آماده بکارش کنید ( راهنما در همین انجمن هست )
سپس پیش از آغاز بکار aria در کرون جابز :
tsocks -onالبته خودآریا هم این گزینه ی پیشکار را دارد :ENVIRONMENT
       aria2 recognizes the following environment variables.
       http_proxy [http://][USER:PASSWORD@]HOST[:PORT]
           Specify proxy server for use in HTTP. Overrides http-proxy value in
           configuration file. The command-line option --http-proxy overrides
           this value.
       https_proxy [http://][USER:PASSWORD@]HOST[:PORT]
           Specify proxy server for use in HTTPS. Overrides https-proxy value
           in configuration file. The command-line option --https-proxy
           overrides this value.
       ftp_proxy [http://][USER:PASSWORD@]HOST[:PORT]
           Specify proxy server for use in FTP. Overrides ftp-proxy value in
           configuration file. The command-line option --ftp-proxy overrides
           this value.
       all_proxy [http://][USER:PASSWORD@]HOST[:PORT]
           Specify proxy server for use if no protocol-specific proxy is
           specified. Overrides all-proxy value in configuration file. The
           command-line option --all-proxy overrides this value.
       no_proxy [DOMAIN,...]
           Specify comma-separated hostname or domains to which proxy should
           not be used. Overrides no-proxy value in configuration file. The
           command-line option --no-proxy overrides this value.