In this video I discuss four workflows I have used over the past couple of years to program a headless Raspberry Pi over an SSH connection.
The first two work flows are very typical, but in option three and four I discuss using screen, a terminal based window manager and geany a graphical IDE.
Both screen and geany are not installed by default on the Raspberry Pi but they can easily be installed using the following commands.
sudo apt-get update
sudo apt-get install screen geany -y
I'm sure many of you will have many more workflows, it would be great to hear what you people are using, please post any ideas in the comments. Thank you.