I'm sorry if this is a novice question, but can I run php scripts directly from the linino terminal with the proper php opkgs installed?
I know it works if I host the php script from a website, but I'd rather just save a .php file to the linino side and run it directly.
I mounted my SD card with the .bin of the yun image in the root folder. My Yun doesn't seem to be able to recognize that an SD card is in there at all. I tried both the ssh and the arduino.local/ url attempts to reimage the yun.
@mjmostachetti
If you see this issue in mac os.. you can fix this by adding this to your ~/.profile (make one if you don't have this file, "vi ~/.profile"):
TERM="xterm-color"
export TERM