How to make youtube faster

sorry i have no idea where to find the 3 line thingy :grin:

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.

1 Like

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
```
1 Like

Ok thanks i get it now

Patience is gold when it comes to people that are new to something… :wink:

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) :rofl:
(Don’t worry you will get there, it’s just a one time learning curve)

1 Like

I tried to but it jumped lines :rofl: :rofl: :rofl:

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. :wink:

1 Like

ohhhhhhh thats what that panels for :rofl: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:

1 Like

All good i see no errors.but that dns server is different to what i have adjusted on the connection page . :thinking:

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)

1 Like

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.

  1. You are still not following my directions wrt the three backticks on separate lines on their own.
  2. 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)

1 Like

Its ok i don’t expect you to hang around helping me .When your free is fine .I appreciate everyone’s help