Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/Customize-Iterate/useful-mobile-apps.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Some useful/fun commands from the Script Library that I've added to my Commands

**Hardware Information**
* **Show Disk Status** will run `df -h` which shows available memory on your rig. If you ever have memory errors, this would be a helpful tool to see where your memory has been going.
* **Show Current Version** will run the equivalent of `uname -a` and tell your which jubilinux version your rig is running.
* **Show Current Version** will run the equivalent of `uname -a` and show which version of the Linux kernel your rig is running. This can be useful in determining your Jubilinux version.
* **Show USB Devices** will run `lsusb` and can help confirm your dexcom receiver is being properly recognized when plugged in.
* **Show External IP address** will run `ifconfig` and show your rig's wifi (wlan0) IP address or hotspot (bnep0) IP address.

Expand Down