Installing programs on the roboRIO isn’t discussed as much as I would I think.
254 has a cool way of caching ipk files and installing them with a script on their 2017 repo for some of the applications needed for their android vision system.
Here is an example of using a program to turning off the Lifecam auto focus with video 4 linux in this reddit post
https://www.reddit.com/r/FRC/comments/5mk6yy/i_figured_out_how_to_turn_off_the_dang_autofocus/?st=jbwqttl8&sh=15f95bf0
I wrote some notes on how to install Screen on the roboRIO for working with a serial device (in this case the JeVois camera)
https://docs.google.com/document/d/1gPuHo5dJ9RffgpSkW-Eg-l0klsRFNyspLg4VBPQ_dD4/edit
I’ve used this post on the NI Form several times to remember how to get opkg working.
https://forums.ni.com/t5/NI-Linux-Real-Time-Documents/Step-by-step-Install-Configure-a-Package-using-opkg-on-Linux/ta-p/3516270
What other programs, scripts, or linux tips do teams use on their roboRIO?