Difference between revisions of "Unix and Linux config"
From Wiki at Neela Nurseries
m (adding link to Linux kernel PGP signatures and how-to on integrity checks of downloaded kernels.) |
m (formatting.) |
||
Line 7: | Line 7: | ||
* https://www.dexterindustries.com/howto/run-a-program-on-your-raspberry-pi-at-startup/ | * https://www.dexterindustries.com/howto/run-a-program-on-your-raspberry-pi-at-startup/ | ||
− | |||
== [[#top|^]] systemd and systemctl note == | == [[#top|^]] systemd and systemctl note == | ||
Line 21: | Line 20: | ||
<!-- comment --> | <!-- comment --> | ||
− | |||
== [[#top|^]] Linux Kernel Archives == | == [[#top|^]] Linux Kernel Archives == | ||
Revision as of 22:36, 2 June 2021
Unix and Linux config :: Containers :: Clusters :: <link>
Article on ways to start programs automatically as a Linux system boots into multi-use mode:
^ systemd and systemctl note
Necessary to run the following after adding a .service file:
sudo systemctl daemon-reload sudo systemctl enable my_new_service.service sudo systemctl start my_new_service.service
^ Linux Kernel Archives
Important steps to verify Linux kernel archive downloads: