View linux boot time


View boot time:

systemd-analyze

View boot time by service

systemd-analyze blame


To disable a service:
sudo systemctl disable NetworkManager-wait-online.service 

To enable:
sudo systemctl enable NetworkManager-wait-online.service 

 

Create pem certificate

 Creating a .pem with the Private Key and Entire Trust Chain     Log into your DigiCert Management Console and download your Intermediate (D...

Mais vistos