Difference between revisions of "Linux Commands On Pi"

From OpenCircuits
Jump to navigation Jump to search
(Created page with "<pre> sudo raspi-config # still works as alternative to command line </pre>")
 
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 21: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