Update ubuntu
This commit is contained in:
parent
4a282f8cc5
commit
959d1b3c1d
18
ubuntu.md
18
ubuntu.md
@ -34,8 +34,8 @@ Installer les principaux codecs multimédia propriétaires (mp3, flash, wmv, DVD
|
|||||||
|
|
||||||
Installer driver nvidia recommandé ici `ubuntu-drivers devices`
|
Installer driver nvidia recommandé ici `ubuntu-drivers devices`
|
||||||
|
|
||||||
sudo apt install nvidia-driver...
|
sudo apt install nvidia-driver-...
|
||||||
sudo prime-select nvidia
|
sudo prime-select intel
|
||||||
|
|
||||||
|
|
||||||
Move home
|
Move home
|
||||||
@ -95,7 +95,21 @@ In `sudo nano /etc/default/grub`, set `GRUB_TIMEOUT=0`.
|
|||||||
Then `sudo update-grub`.
|
Then `sudo update-grub`.
|
||||||
|
|
||||||
|
|
||||||
|
https://askubuntu.com/questions/1166486/how-to-decrease-the-boot-time/1166492#1166492
|
||||||
|
sudo systemctl disable NetworkManager-wait-online.service
|
||||||
|
|
||||||
|
|
||||||
https://askubuntu.com/questions/1053150/nouveau-modeset0
|
https://askubuntu.com/questions/1053150/nouveau-modeset0
|
||||||
|
|
||||||
|
|
||||||
|
Ubuntu audit
|
||||||
|
============
|
||||||
|
|
||||||
|
Boot stats:
|
||||||
|
|
||||||
|
systemd-analyze
|
||||||
|
systemd-analyze critical-chain
|
||||||
|
systemd-analyze blame
|
||||||
|
|
||||||
|
To see boot errors
|
||||||
|
sudo dmesg -lerr
|
||||||
|
Loading…
Reference in New Issue
Block a user