The following information will help you setup and secure your Raspberry Pi.
- Raspberry Pi.
- Jessie
-
Expand your root file system:
$ sudo raspi-config --expand-rootfs $ sudo reboot -
Firmware update:
$ sudo rpi-update -
Update certificates:
$ sudo apt-get install ca-certificates -
Software update / upgrade:
$ sudo apt-get update $ sudo apt-get upgrade $ sudo apt-get dist-upgrade -
Create new superuser:
$ sudo useradd -m USERNAME -G sudo -
Change user password for new superuser:
$ sudo passwd USERNAME
-
Reboot and login with new superuser
$ sudo reboot -
Check sudo powers:
$ sudo visudo -
Remove default Pi user and directory:
$ sudo deluser -remove-home pi -
Reboot
$ sudo reboot
Please feel free to create issues for bugs and general issues you come across whilst using the IoT JumpWay Raspberry Pi Examples. You may also use the issues area to ask for general help whilst using the IoT JumpWay Raspberry Pi Examples in your IoT projects.

