Skip to content
Merged
Changes from 1 commit
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
Next Next commit
Update useful-mobile-apps.md
"uname -a" no longer reports the version of jubilinux you're running but rather the version of the Linux kernel you're running.
  • Loading branch information
dirkgastaldo authored Jul 22, 2017
commit 4127c37807f69285109a0d35d6afd6b37b56aad7
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.
* **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