User Tools

Site Tools


raspi:config

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
raspi:config [2021/01/26 19:44] msraspi:config [2023/01/11 20:29] (current) – external edit 127.0.0.1
Line 37: Line 37:
 ... ...
 </code> </code>
 +
 +==== Set Hostname ====
 +<code>
 +vi /etc/hostname
 +vi /etc/hosts
 +</code>
 +
 +===== Change pi-User =====
 +<code>
 +vi /etc/passwd
 +vi /etc/group
 +vi  /etc/shadow
 +# exchange pi -> new-user
 +
 +cd /home
 +mv pi new-user
 +
 +vi /etc/sudoers.d/010_pi-nopasswd
 +# exchange pi -> new-user
 +</code>
 +
raspi/config.1611686683.txt.gz · Last modified: 2023/01/11 20:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki