This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
deb11:setup [2023/04/20 22:02] – [System Startup] Bernard Condrau | deb11:setup [2024/12/13 12:04] (current) – [Install and configure packages] Bernard Condrau | ||
---|---|---|---|
Line 24: | Line 24: | ||
$ sudo apt install openjdk-17-jre openjdk-17-jdk</ | $ sudo apt install openjdk-17-jre openjdk-17-jdk</ | ||
* Change visudo editor< | * Change visudo editor< | ||
+ | |||
+ | ===== Upgrade linux headers ===== | ||
+ | * Check remaining space on the boot partition with:< | ||
+ | * Remove outdated kernel packages:< | ||
+ | * First check your kernel version, so you won't delete the in-use kernel image, running:< | ||
+ | * Delete the kernels you don't want/need anymore by running this:< | ||
+ | * Update grub kernel list:< | ||
===== System Startup ===== | ===== System Startup ===== | ||
Debian 11 uses Systemd, not SysV, that's why your commands in ''/ | Debian 11 uses Systemd, not SysV, that's why your commands in ''/ | ||
- | - Create a rc.local unit file, follow [[deb10: | + | - Create a rc.local unit file, follow [[deb10: |
- Create file rc.local in /etc with the following content:< | - Create file rc.local in /etc with the following content:< | ||
#!/bin/sh -e | #!/bin/sh -e |