Vignana-Jyothi / kp-iot-fdp

0 stars 0 forks source link

RB-PI Setup #1

Open head-iie-vnr opened 4 months ago

head-iie-vnr commented 4 months ago
head-iie-vnr commented 4 months ago

Add SshKey

kp@raspberrypi:~ $ ssh-keygen kp@raspberrypi:~ $ cat .ssh/id_rsa.pub

Add it at https://github.com/settings/keys

head-iie-vnr commented 4 months ago

Create Repo

Created https://github.com/Vignana-Jyothi/kp-iot-fdp


  git clone git@github.com:Vignana-Jyothi/kp-iot-fdp.git

  git config --global user.email "head.iie@vnrvjiet.in"
  git config --global user.name "KP"
``` git commit -m "Update Readme #1" git push ``` ![image](https://github.com/Vignana-Jyothi/kp-iot-fdp/assets/163392003/92d895a5-a907-4afb-9bae-89345901defa)
head-iie-vnr commented 4 months ago

Basics of RBPI4

cat /proc/cpuinfo

Based on the information provided, you have a Raspberry Pi 4 Model B Rev 1.4. Here’s a summary of the key details:

Processor Information

Revision Information

Model

This indicates that your Raspberry Pi is a fairly recent revision of the Raspberry Pi 4 Model B, with improvements and updates over the initial versions.

Memory

Here’s a brief breakdown of the output from the top command on your Raspberry Pi 4:

CPU Usage

Memory Usage

Swap Memory

This suggests that your Raspberry Pi 4 is running smoothly with plenty of available resources. The system load average is a bit high, but since most of the CPU time is idle, this isn't causing any immediate issues.