Posted in
281
2:19 am, February 17, 2021
how to find what version pi you are using
So i was wondering the other day how to show what raberry pi i had, rather than opening it up.
you can install lshw and it can list all your hardware
Install it with
BASH
uname -r
which should give you something like this (but probably not exactly this... hopefully)
BASH
sudo lshw
Here is what it found on mine:
BASH
.raspberrypi
description: ARMv7 Processor rev 5 (v7l)
product: Raspberry Pi 2 Model B Rev 1.1
If you want to see what version of rasbian you are running use the command:
BASH
uname -a
uname by its self does not give much useful info...
how to find what version pi you are using Demo
View Demo Full Screen View Demo New Tab
how to find what version pi you are using Code
Add Comment
Other Items in linux
simple backup to google drive fron linux
backup script to google drive that can be used for multiple directories
start ssh and add key git
play youtube videos on firefox in ubuntu 18
Creating a chart about charts.css with charts.css from the command line
linux mount a drive manually
installing exfat and ntfs drivers to enable reading of these filesystems
linux list all drives and partitions
how to check the temperature of the pi using command line
how to check linux kernel version on rasberry pi rasberian
how to find what version pi you are using
change file permissions to -rw-rw-r--
install atom editor on ubuntu
Enabling SSH on Ubuntu
certbot add a certificate for one domain
renew all SSL certificates with certbot
To make Ubuntu do nothing when laptop lid is closed
add a user to a group
loop through each directory in a target directory and compress them
loop through each directory in a target directory
tar.gz to compress a directory in linux and then decompress it
Find Disk Space Usage using DU
how to unzip in linux
Related Search Terms
Other Categories in Code
php functions
php functions
php functions