Difference between revisions of "Linux Commands On Pi"
Jump to navigation
Jump to search
Russ hensel (talk | contribs) (Created page with "<pre> sudo raspi-config # still works as alternative to command line </pre>") |
Russ hensel (talk | contribs) |
||
| Line 1: | Line 1: | ||
<pre> | <pre> | ||
| + | |||
| + | # remember to use >> | ||
| + | sudo apt-get update | ||
| + | |||
| + | sudo apt-get upgrade | ||
sudo raspi-config # still works as alternative to command line | sudo raspi-config # still works as alternative to command line | ||
| Line 7: | Line 12: | ||
</pre> | </pre> | ||
| + | |||
| + | |||
| + | or just edit file | ||
| + | |||
| + | /etc/default/keyboard | ||
| + | |||
| + | and make it | ||
| + | |||
| + | XKBLAYOUT="us" | ||
| + | |||
| + | leafpad /etc/default/keyboard may be protected try with sudo no file is empty | ||
Revision as of 20:30, 25 November 2016
# remember to use >> sudo apt-get update sudo apt-get upgrade sudo raspi-config # still works as alternative to command line
or just edit file
/etc/default/keyboard
and make it
XKBLAYOUT="us"
leafpad /etc/default/keyboard may be protected try with sudo no file is empty