Created
March 12, 2023 03:30
-
-
Save inspector71/87fda19c96b1d38be9353fe1495175de to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# RPi firmware details | |
alias fw='/opt/vc/bin/vcgencmd version' | |
alias bbfw='/usr/bin/vcgencmd version' | |
# Kodi (on a BusyBox-based OS, such as LibreELEC) | |
alias kls="cat /storage/.kodi/temp/kodi.log | grep " # Kodi log search | |
alias klw="tail -f /storage/.kodi/temp/kodi.log " # Kodi log watch | |
alias klt="tail -200 /storage/.kodi/temp/kodi.log | more " # Kodi log tail |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment