This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| deb11:setup [2023/04/20 21:50] – Bernard Condrau | deb11:setup [2025/12/21 14:48] (current) – [Install and configure packages] Bernard Condrau | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| $ sudo apt install rename | $ sudo apt install rename | ||
| $ sudo apt install rsync | $ sudo apt install rsync | ||
| + | $ sudo apt install hping3 | ||
| $ 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 ===== | ||
| - | If you are running a Linux distro that uses Systemd, | + | Debian 11 uses Systemd, |
| + | - 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 | ||
| Line 56: | Line 65: | ||
| </ | </ | ||
| + | * [[https:// | ||
| * [[https:// | * [[https:// | ||