icy-engine-36723
07/26/2022, 11:37 AMwide-mechanic-33041
07/26/2022, 11:43 AMicy-engine-36723
07/26/2022, 11:45 AMwide-mechanic-33041
07/26/2022, 11:45 AMicy-engine-36723
07/26/2022, 11:49 AMsticky-summer-13450
07/26/2022, 5:44 PMicy-engine-36723
07/27/2022, 4:18 AMbetter-fountain-25714
07/27/2022, 7:42 PMprehistoric-ram-55253
07/28/2022, 9:24 AMbetter-fountain-25714
07/28/2022, 6:20 PM/Applications/Rancher\ <http://Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl|Desktop.app/Contents/Resources/resources/darwin/lima/bin/limactl> shell 0
## now in vm
$ cat /etc/resolv.conf
search <http://xyz.com|xyz.com>
nameserver 192.168.5.3
## backup /etc/resolv.conf
sudo cp /etc/resolv.conf /etc/resolv.conf.bak
cat << EOF >test.conf
search <http://xy.com|xy.com>
nameserver 8.8.8.8
EOF
sudo mv test.conf /etc/resolv.conf