Skip to content

Commit

Permalink
Fixing broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ricsanfre committed Jun 7, 2024
1 parent 4806cb6 commit aabebdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/_docs/basic-os-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ For solving this [`fake-hwclock`](http://manpages.ubuntu.com/manpages/focal/man8
### Installing Utility scripts
Raspberry PI OS contains several specific utilities such as `vcgencmd` that are also available in Ubuntu 20.04 through the package [`libraspberrypi-bin`](https://packages.ubuntu.com/focal-updates/libraspberrypi-bin)
Raspberry PI OS contains several specific utilities such as `vcgencmd` that are also available in Ubuntu 22.04 through the package [`libraspberrypi-bin`](https://packages.ubuntu.com/jammy/libraspberrypi-bin)
```shell
sudo apt install libraspberrypi-bi
```
Two scripts, using `vcgencmd` command for checking temperature and throttling status of Raspberry Pi, can be deployed on each Raspberry Pi (in `/usr/local/bin` directory)
`pi_temp` for getting Raspeberry Pi temperature
`pi_temp` for getting Raspberry Pi temperature
`pi_throttling` for getting the throttling status
Boths scripts can be executed remotely with Ansible:
Expand Down
2 changes: 1 addition & 1 deletion docs/_docs/raspberrypi.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Raspberry PI specific commands available in Ubuntu OS for getting i
last_modified_at: "25-02-2022"
---

Raspberry PI OS contains several specific utilities such as `vcgencmd` that are also available in Ubuntu 20.04 through the package [`libraspberrypi-bin`](https://packages.ubuntu.com/focal-updates/libraspberrypi-bin)
Raspberry PI OS contains several specific utilities such as `vcgencmd` that are also available in Ubuntu 22.04 through the package [`libraspberrypi-bin`](https://packages.ubuntu.com/jammy/libraspberrypi-bin)

## Utility vcgencmd

Expand Down

0 comments on commit aabebdb

Please sign in to comment.