added tricks about the sound
[www.git] / www / tricks / raspberry_pi3_increase_swap_size.html
index 1f57446..e8d5eff 100644 (file)
@@ -21,7 +21,7 @@
 <div class="sectionbody">
 <div class="listingblock">
 <div class="content">
-<pre>dphys-swapfile swapoff</pre>
+<pre>sudo dphys-swapfile swapoff</pre>
 </div>
 </div>
 </div>
 <div class="sectionbody">
 <div class="paragraph">
 <p>As <code>root</code>, edit the file <code>/etc/dphys-swapfile</code> and modify
-the variable <code>dphys-swapfile</code>:</p>
+the variable <code>CONF_SWAPSIZE</code>:</p>
 </div>
 <div class="listingblock">
 <div class="content">
 <pre>CONF_SWAPSIZE=1024</pre>
 </div>
 </div>
+<div class="paragraph">
+<p>To modify the swap file, edit the variable <code>CONF_SWAPFILE</code>, and run
+<code>dphys-swapfile setup</code> which will create and initialize the file.</p>
+</div>
 </div>
 </div>
 <div class="sect1">
@@ -45,7 +49,7 @@ the variable <code>dphys-swapfile</code>:</p>
 <div class="sectionbody">
 <div class="listingblock">
 <div class="content">
-<pre>dphys-swapfile swapon</pre>
+<pre>sudo dphys-swapfile swapon</pre>
 </div>
 </div>
 </div>
@@ -53,8 +57,23 @@ the variable <code>dphys-swapfile</code>:</p>
 </div>
 <div id="footer">
 <div id="footer-text">
-Last updated 2016-12-22 00:24:00 UTC
-</div>
-</div>
+Last updated 2017-01-13 21:43:43 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