added trick about configuring the timezone of PI3
authorJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 17 Jan 2017 22:28:45 +0000 (23:28 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Tue, 17 Jan 2017 22:28:45 +0000 (23:28 +0100)
src/tricks/raspberry_pi3_configure_timezone.adoc [new file with mode: 0644]
www/tricks/index.html
www/tricks/raspberry_pi3_configure_timezone.html [new file with mode: 0644]

diff --git a/src/tricks/raspberry_pi3_configure_timezone.adoc b/src/tricks/raspberry_pi3_configure_timezone.adoc
new file mode 100644 (file)
index 0000000..f4a3857
--- /dev/null
@@ -0,0 +1,10 @@
+= Raspberry PI - configure the timezone
+:docinfo2:
+:icons: font
+
+Configure the timezone of the Raspberry:
+----
+sudo dpkg-reconfigure tzdata
+----
+
+then reply to the questions.
index 4ddef95..c99e1a4 100644 (file)
@@ -4,10 +4,10 @@
 <meta charset="UTF-8">
 <!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
-<meta name="generator" content="Asciidoctor 1.5.3">
+<meta name="generator" content="Asciidoctor 1.5.4">
 <title>Tricks</title>
 <link rel="stylesheet" href="./../style.css">
-<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css">
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
 <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
 <script src="../nav.js"></script>
 </head>
@@ -27,6 +27,9 @@
 <li>
 <p><a href="raspberry_pi3_temperature.html">How to get the temperature of the Raspberry PI3</a></p>
 </li>
+<li>
+<p><a href="raspberry_pi3_configure_timezone.html">How to configure the timezone of the Raspberry PI3</a></p>
+</li>
 </ul>
 </div>
 </div>
@@ -46,7 +49,7 @@
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2017-01-02 13:49:47 CET
+Last updated 2017-01-17 23:22:41 CET
 </div>
 </div>
 <footer>
diff --git a/www/tricks/raspberry_pi3_configure_timezone.html b/www/tricks/raspberry_pi3_configure_timezone.html
new file mode 100644 (file)
index 0000000..e74f0be
--- /dev/null
@@ -0,0 +1,52 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="UTF-8">
+<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+<meta name="generator" content="Asciidoctor 1.5.4">
+<title>Raspberry PI - configure the timezone</title>
+<link rel="stylesheet" href="./../style.css">
+<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
+<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
+<script src="../nav.js"></script>
+</head>
+<body class="article">
+<div id="header">
+<h1>Raspberry PI - configure the timezone</h1>
+</div>
+<div id="content">
+<div class="paragraph">
+<p>Configure the timezone of the Raspberry:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre>sudo dpkg-reconfigure tzdata</pre>
+</div>
+</div>
+<div class="paragraph">
+<p>then reply to the questions.</p>
+</div>
+</div>
+<div id="footer">
+<div id="footer-text">
+Last updated 2017-01-17 23:24:18 CET
+</div>
+</div>
+<footer>
+        <ul>
+                <li><i class="fa fa-rss" aria-hidden="true"></i>
+                        Feed: <a href="https://wpitchoune.net/news/feed.xml">RSS 2.0</a>
+                </li>
+
+                <li><i class="fa fa-envelope" aria-hidden="true"></i>
+                    Email: <a href="mailto:jeanfi@gmail.com">jeanfi@gmail.com</a>
+                </li>
+
+                <li><i class="fa fa-git-square" aria-hidden="true"></i>
+                    Source repository: <a href="https://git.wpitchoune.net/gitweb">gitweb</a>
+                </li>
+        </ul>
+</footer>
+</body>
+</html>
\ No newline at end of file