Set up Linux DNS suffix search list Get link Facebook X Pinterest Email Other Apps February 28, 2023 sudo vim /etc/resolv.conf search ca-central-1.compute.internal search goyun.info nameserver 172.16.0.2 options timeout:2 attempts:5 Read more
How To Use Aws S3 Cp Wildcards To Copy Files In AWS CLI Get link Facebook X Pinterest Email Other Apps February 24, 2023 If you don't use exclude and/or include, you might encounter: Unknown options error. The following works: aws s3 cp . s3://your-s3-bucket --recursive --exclude "*" --include "*.rpm" Read more
How to Solve Postfix Error Message fatal: unable to use my own hostname Get link Facebook X Pinterest Email Other Apps February 24, 2023 sudo hostname localhost.goyun.info sudo systemctl restart postfix Read more