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:   November 19th 2024
Kernel version: 6.6
Size:           438 MB

Download Links:  all operating systems all-operating-systems
                 Raspberry Pi OS Lite (64-bit) https://downloads.raspberrypi.com/raspios_lite_arm64/images/raspios_lite_arm64-2024-11-19/2024-11-19-raspios-bookworm-arm64-lite.img.xz


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 neofetch -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:

Sun  5 Jan 16:35:31 EST 2025


    January 2025
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 31

       _,met$$$$$gg.          pi@danny
    ,g$$$$$$$$$$$$$$$P.       --------
  ,g$$P"     """Y$$.".        OS: Debian GNU/Linux 12 (bookworm) aarch64
 ,$$P'              `$$$.     Host: Raspberry Pi 4 Model B Rev 1.1
',$$P       ,ggs.     `$$b:   Kernel: 6.6.62+rpt-rpi-v8
`d$$'     ,$P"'   .    $$$    Uptime: 50 secs
 $$P      d$'     ,    $$P    Packages: 693 (dpkg)
 $$:      $$.   -    ,d$$'    Shell: bash 5.2.15
 $$;      Y$b._   _,d$P'      Terminal: /dev/pts/0
 Y$$.    `.`"Y$$$$P"'         CPU: (4) @ 1.500GHz
 `$$b      "-.__              Memory: 94MiB / 3790MiB
  `Y$$
   `Y$$.
     `$$b.
       `Y$$b.
          `"Y$b._
              `"""



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


Valid XHTML 1.0 Strict Any Browser!