I want to change that address to a more private and secure DNS server. I added it just to connect to the internet and be able to install my updates, now since it's a read-only file I can't directly change it using the vim editor. What are my options? To add the DNS address I executed:
echo "nameserver 8.8.8.8" | sudo tee /etc/resolvconf/resolv.conf.d/base > /dev/null
The process can be found in the post here as well: apt-get update fails to fetch files, “Temporary failure resolving …” error