Sunday, 8 September 2019

How can I spawn my own program in a linux tty-session instead of the shell?

I want to spawn a little TUI program instead of the shell on a raspberry-pi on the standard tty (without x11 of course)


Therefore I need to know how to switch of the starting of the standard-shell there and how to start my own program?


Using Raspbian9 with systemd

No comments:

Post a Comment

How can I VLOOKUP in multiple Excel documents?

I am trying to VLOOKUP reference data with around 400 seperate Excel files. Is it possible to do this in a quick way rather than doing it m...