Difference between revisions of "Unix and Linux config"

From Wiki at Neela Nurseries
Jump to: navigation, search
m (formatting.)
m (adding link to HP Laptop BIOS notes in context of installing, booting Ubuntu.)
Line 24: Line 24:
 
Important steps to verify Linux kernel archive downloads:
 
Important steps to verify Linux kernel archive downloads:
 
*  https://www.kernel.org/category/signatures.html
 
*  https://www.kernel.org/category/signatures.html
 +
 +
<!-- comment -->
 +
 +
== [[#top|^]] Install And Booting Modes Legacy Versus UEFI ==
 +
 +
*  https://ubuntuforums.org/showthread.php?t=2452483
  
  
 
<!-- comment -->
 
<!-- comment -->

Revision as of 19:38, 20 September 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:


^ Install And Booting Modes Legacy Versus UEFI