Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
curl http://lenta.ru -I HTTP/1.1 301 Moved Permanently Server: nginx/1.13.4 Date: Sat, 15 Feb 2020 20:11:28 GMT Content-Type: text/html Connection: keep-alive Location: https://lenta.ru/
from requests import get ip = get('http://api.ipify.org', proxies={'http': 'http://52.206.190.23:80'}).text print ('My public IP address is:', ip)
apt install iptables-persistent netfilter-persistent
wget http://mirrors.kernel.org/ubuntu/pool/main/libi/libidn2/libidn2-0_2.0.4-1.1build2_amd64.deb sudo dpkg -i libidn2-0_2.0.4-1.1build2_amd64.deb sudo apt-mark hold libidn2-0