sorry i have no idea where to find the 3 line thingy
I dont know how to make it more clear ⌠copy the command, paste it into the terminal, and hit enter. It demonstrably works ⌠so there is a mistake happening in that sequence somewhere.
i hover over your cmd link and followed your instructions ill try again thanks
Those are 3 back-ticks, normally found left of the 1 Key on a US keyboard, and you need to separate those three back-ticks from the text you pastedâŚ
Thatâs why i said to put them on their own line separate from other textâŚ
Example:
``` some text some text some text ```
Ok thanks i get it now
Patience is gold when it comes to people that are new to somethingâŚ
for domain in manjaro.org duckduckgo.com bbc.co.uk
; do google_dns=$(dig @8.8.8.8 ${domain} | awk
'/msec/{print $4}'); cloudflare_dns=$(dig
@1.1.1.1
${domain} | awk â/msec/{print $4}â); printf
${domain}\tCloudFlare DNS
${cloudflare_dns}ms\tGoog
le DNS ${google_dns}ms\n"; done```
Not just one, but three (3)
(Donât worry you will get there, itâs just a one time learning curve)
I tried to but it jumped lines
PS: Before you click the âGreen Replyâ button, you can check how it will look on the right side of your reply (the preview pane).
That way you can make it look correct before posting it.
ohhhhhhh thats what that panels for Thanks this is great im learning heaps
ok so how does the cmd look now is that corect.
Recap:
The only way to know if you copy/pasted it correctly is when you execute that command in a terminal and get output without errors like in mine:
All good i see no errors.but that dns server is different to what i have adjusted on the connection page .
Which one you mean?
Which DNS server did you use then?
(Thatâs why you should post the comand you used in the terminal toghether with itâs output)
cloudfare 1.1.1.2 1.0.0.2
for domain in manjaro.org duckduckgo.com
bbc.co.uk
; do google_dns=$(dig @8.8.8.8 ${domain} | awk
'/msec/{print $4}'); cloudflare_dns=$(dig
@1.1.1.1
${domain} | awk '/msec/{print $4}'); printf
"${domain}\tCloudFlare DNS
${cloudflare_dns}ms\tGoog
le DNS ${google_dns}ms\n"; done
[quote=âTriMoon, post:95, topic:41381â]
Which one you mean?
Which DNS server did you use then?
(Thatâs why you should post the comand you used in the terminal together with itâs output)
[/quote] Sorry i thought i had posted the results.
- You are still not following my directions wrt the three backticks on separate lines on their own.
- You donât provide the output of that single line command together with the command you executed.
If you keep up like that we keep circling in circles without a proper resultâŚ
(My time is decreasing as i need to go out for Real live)
Its ok i donât expect you to hang around helping me .When your free is fine .I appreciate everyoneâs help