atmos:meteorological_observations_trailer:data
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| atmos:meteorological_observations_trailer:data [2025/10/03 01:54] – [Raspberry Pi: Set Time Zome] ashley.vos | atmos:meteorological_observations_trailer:data [2026/05/28 22:18] (current) – ashley.vos | ||
|---|---|---|---|
| Line 55: | Line 55: | ||
| The December 2023 MetTrailer / | The December 2023 MetTrailer / | ||
| + | |||
| + | ==== Raspberry Pi: Running Python Programs on Start ==== | ||
| + | If you want to run python programs upon startup and show the output of each program in a separate terminal: | ||
| + | |||
| + | Sources: | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | 1. If Xterm isn't installed, use the following command | ||
| + | | ||
| + | sudo apt install xterm -y | ||
| + | | ||
| + | 2. Make the following directory using the following command | ||
| + | | ||
| + | mkdir / | ||
| + | |||
| + | 3. Create and edit a .desktop file | ||
| + | | ||
| + | sudo nano / | ||
| + | |||
| + | 4. In the file, copy and paste the following | ||
| + | | ||
| + | [Desktop Entry] | ||
| + | Type=Application | ||
| + | Name=PROGRAM_NAME | ||
| + | Exec=xterm -hold -e '/ | ||
| + | | ||
| + | 5. Save and exit | ||
| + | |||
| + | 6. The Xterm application should now begin upon booting. | ||
| ==== Raspberry Pi: Running Python Programs Headless ==== | ==== Raspberry Pi: Running Python Programs Headless ==== | ||
atmos/meteorological_observations_trailer/data.1759456486.txt.gz · Last modified: 2025/10/03 01:54 by ashley.vos