Security improvements on the Raspberry Pi: Difference between revisions

From Sensors in Schools
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
* Install fail2ban
* Install fail2ban
* Install a firewall
* Install a firewall
== Updating and Upgrading your Raspberry Pi ==
* When you update your computer, not only do you get updates to the latest features, but you also get fixes to software bugs and security issues. You can do this process manually and you can also automate this procedure.
* Open the '''Terminal''' on the Pi.
* Enter the command '''sudo apt-get update'''

Revision as of 19:56, 18 December 2021

Overview

  • Running a Raspberry Pi computer on your home network can be done securely.
  • There are many ways to improve and maintain security.

Learning Objectives

  • Updating and Upgrading your Raspberry Pi
  • Changing the default password for user pi
  • Make directories and files in the Terminal
  • Install fail2ban
  • Install a firewall

Updating and Upgrading your Raspberry Pi

  • When you update your computer, not only do you get updates to the latest features, but you also get fixes to software bugs and security issues. You can do this process manually and you can also automate this procedure.
  • Open the Terminal on the Pi.
  • Enter the command sudo apt-get update