I need to manually add entries to my /etc/hosts file to bypass my country's weird domain block list (e.g. duckduckgo which is my preferred search engine is blocked). Problem is, the /etc/hosts file is owned by root and there's seemingly no proper/safe way to run things as admin in the host shell (not to be confused with vso shell. there's no sudo in the host system)
If I were to locate /etc/hosts in the vso shell. it shows up as owned by nobody and nogroup. As such, running sudo vim /etc/hosts within vso shell will only load the file in readonly mode. Solutions that work system wide would be appreciated, thanks