rpi_common

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
rpi_common [2019/04/13 14:44] โ€“ [Upgrade Raspbian from Jessie to Stretch] Jรบne Parkrpi_common [2020/02/02 04:00] โ€“ [hash sum mismatch during apt-get update] Jรบne Park
Line 24: Line 24:
 ===== General Things on Raspbian =====  ===== General Things on Raspbian ===== 
  
-{{:playground:boo_the_bunny_30.png?nolink&250|}}+{{:playground:boo_the_bunny_13.png?nolink&250|}}
  
 ---- ----
Line 89: Line 89:
   * Change proper configuration with editing ''/etc/network/interfaces''    * Change proper configuration with editing ''/etc/network/interfaces'' 
  
-{{fa>warning?color=#000000}} Since ''Stretch'', ''/etc/network/interfaces'' is not useless unless stop ''dhcpcd'' service. Use ''/etc/dhcpcd.conf'' instead. +{{fa>warning?size=16&color=#b84592}} Since ''Stretch'', ''/etc/network/interfaces'' is not useless unless stop ''dhcpcd'' service. Use ''/etc/dhcpcd.conf'' instead. 
  
 <code ini> <code ini>
Line 227: Line 227:
 sudo vi /etc/apt/source.lists  sudo vi /etc/apt/source.lists 
 </code>  </code> 
 +
 +Remove downloaded repository information from the ''/var/lib/apt/lists/'' directory.
 +
 +<code bash>
 +sudo rm -rf /var/lib/apt/lists/*
 +</code>
  
 Change mirror address seemingly to be fast.  Change mirror address seemingly to be fast. 
  • rpi_common
  • Last modified: 2024/04/18 08:52
  • by Jรบne Park