Follow my instructions below:   if you want to miniplate just the user account make follow file below in ~/ cd ~/ vi .wgetrc   for all systems users make a file here:   cd /etc/ vi wgetrc       in the file you need to put the follow: use_proxy = on http_proxy = http://x.x.x.x:xxxx/ https_proxy = http://x.x.x.x:xxxx/ ftp_proxy = http://x.x.x.x:xxxx/ wait = 10   make sure to also have the proxy set in /boot/config/on   #!/bin/bash http_pr
    • Like
    2