Skip to content

Commit 4670262

Browse files
committed
Encapsulate filenames in code tags
1 parent d1476eb commit 4670262

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -352,16 +352,15 @@ <h3>Connecting with a new static IP</h3>
352352

353353
<p>Once connected, try to download a web page using the command <code>wget</code>. For example <code>wget www.cc4av.info</code> . If everything goes well, you should get an answer like the following :</p>
354354

355-
<pre>
356-
...lots of text...
357-
Saving to: `index.html'
355+
<pre>...lots of text...
356+
Saving to: `index.html'
358357

359-
[ <=> ] 16,025 --.-K/s in 0.06s
358+
[ <=> ] 16,025 --.-K/s in 0.06s
360359

361-
2014-03-23 09:59:37 (263 KB/s) - `index.html' saved [16025]
362-
</pre>
360+
2014-03-23 09:59:37 (263 KB/s) - `index.html' saved [16025]
361+
</pre>
363362

364-
<p>If this failed, you might need to change your Pi's DNS settings. For this edit the file <b>etc/resolv.conf</b>. It should contain one line <code>nameserver 192.168.0.1</code>. Simply replace <code>192.168.0.1</code> by <code>8.8.8.8</code>. Then save the file and run <code>sudo reboot</code> to reboot the Pi. Then try again to download a web page.</p>
363+
<p>If this failed, you might need to change your Pi's DNS settings. For this edit the file <code>etc/resolv.conf</code>. It should contain one line <code>nameserver 192.168.0.1</code>. Simply replace <code>192.168.0.1</code> by <code>8.8.8.8</code>. Then save the file and run <code>sudo reboot</code> to reboot the Pi. Then try again to download a web page.</p>
365364

366365

367366
<h3>Connecting the Pi to a router</h3>

0 commit comments

Comments
 (0)