Debian: reconfigure unattended upgrades
Note for future me:
apt-get install unattended-upgrades update-notifier-common ; dpkg-reconfigure unattended-upgrades
I think it might be the same for Ubuntu.
Note for future me:
apt-get install unattended-upgrades update-notifier-common ; dpkg-reconfigure unattended-upgrades
I think it might be the same for Ubuntu.
This is how you can use curl with cookies:
curl --cookie cookies.txt --cookie-jar newcookies.txt https://yahoo.com -I
Sometimes it could be required to test a website with cookies from curl.