Seneca College

Installing and Configuring Raspberry Pi OS for the Raspberry Pi 3B+/4/400/5/500
These install notes assume that you have installed the latest version
of Raspberry Pi OS (64-bit) for the Raspberry Pi:

Raspberry Pi OS Lite 64-bit  
Release date:   Current
Kernel version: Current


Download Links:  all operating systems all-operating-systems
                 Raspberry Pi OS Lite (64-bit) https://downloads.raspberrypi.com/raspios_lite_arm64/images


Please make sure that your Raspberry Pi has installed all updates
by executing the following commands from the command line using
the Terminal:

sudo apt update
sudo apt full-upgrade

sudo apt install fastfetch -y
sudo apt install bsdmainutils -y

(choose yes 'Y' if prompted).

If a reboot is required, please reboot your Raspberry Pi and once
logged in, open the Terminal and continue with the instructions below:

mv .profile .profile.orig

mv .bashrc .bashrc.orig


Now, execute the following commands (also from the command line):

curl -O https://matrix.senecapolytechnic.ca/~danny.abesdris/utils/installs/profile

curl -O https://matrix.senecapolytechnic.ca/~danny.abesdris/utils/installs/bashrc

mv profile .profile

mv bashrc .bashrc


Once these commands have completed, close down the terminal and open it back up
again.


If you see the following (or something simillar), see image below:

/home/pi >. .profile

Mon 14 Sep 14:26:49 EDT 2026


   September 2026
Su Mo Tu We Th Fr Sa
       1  2  3  4  5
 6  7  8  9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30

        _,met$$$$$gg.          pi@danny
     ,g$$$$$$$$$$$$$$$P.       --------
   ,g$$P""       """Y$$.".     OS: Debian GNU/Linux 13 (trixie) aarch64
  ,$$P'              `$$$.     Host: Raspberry Pi 5 Model B Rev 1.0
',$$P       ,ggs.     `$$b:    Kernel: Linux 6.18.39+rpt-rpi-2712
`d$$'     ,$P"'   .    $$$     Uptime: 19 mins
 $$P      d$'     ,    $$P     Packages: 649 (dpkg)
 $$:      $$.   -    ,d$$'     Shell: bash 5.2.37
 $$;      Y$b._   _,d$P'       Terminal: /dev/pts/0
 Y$$.    `.`"Y$$$$P"'          CPU: BCM2712 (4) @ 2.40 GHz
 `$$b      "-.__               GPU: Broadcom bcm2712-vc6 [Integrated]
  `Y$$b                        Memory: 256.80 MiB / 7.87 GiB (3%)
   `Y$$.                       Swap: 0 B / 2.00 GiB (0%)
     `$$b.                     Disk (/): 4.20 GiB / 28.71 GiB (15%) - ext4
       `Y$$b.                  Local IP (eth0): 192.168.137.157/24
         `"Y$b._               Locale: en_GB.UTF-8
             `""""




then you've successfully completed this portion of the configuration of the
Raspberry Pi environment!
Congratulations!


Valid XHTML 1.0 Strict Any Browser!