Skip to content

pureartisan/rpi-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Setup

Setup Wifi

Read the section here

Getting Started

Install git

Note: -y to answer "yes" to installing

sudo apt-get -y install git

Clone Project

Note: We only want a shallow clone (bare minimal)

cd ~
git clone --depth 1 https://github.com/prageeth/rpi-setup.git
cd rpi-setup

Initialise the environment

The following script installs all the necessary frameworks:

  • Node (v10.14.1) and NPM -- To install a different version, change in ./init/install-node.sh. Use the official nodejs distribution list
./init/run.sh

Useful commands

Shutdown

sudo shutdown -h now

Reboot

sudo reboot

Raspbian Configurations

sudo raspi-config

Configurations

Keyboard layout

You can the default keyboard layout. You could either use the raspi-config (not my preference if you want to simply change layout from gb to us), I'd rather prefer:

sudo nano /etc/default/keyboard

Then change the default layout by editing the line:

XKBLAYOUT="us"

Default Login

username: pi
password: raspberry

NOTE: Using the raspi-config, make sure you change the default password.

Enable SSH

Use the raspi-config and follow:

5 Interfacing Options > P2 SSH > YES

Boot options (auto login, with password prompt)

Use the raspi-config and follow:

3 Boot Options > Desktop / CLI

Minimal GUI

More info in docs

Disk Setup

More info in docs

About

Raspberry Pi setup for Raspbian Lite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages