This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| deb13:minisetup [2026/09/10 15:52] – [Upgrade linux headers] Bernard Condrau | deb13:minisetup [2026/09/10 15:53] (current) – Bernard Condrau | ||
|---|---|---|---|
| Line 36: | Line 36: | ||
| $ sudo apt install rename | $ sudo apt install rename | ||
| $ sudo apt install rsync | $ sudo apt install rsync | ||
| - | $ sudo apt install curl | + | $ sudo apt install curl</ |
| - | $ sudo apt install hping3 | + | |
| - | $ sudo apt install openjdk-17-jre openjdk-17-jdk</ | + | |
| * Change visudo editor< | * Change visudo editor< | ||
| * Check install< | * Check install< | ||
| - | ===== System Startup ===== | ||
| - | Debian 11 uses Systemd, not SysV, that's why your commands in ''/ | ||
| - | - Create a rc.local unit file, follow [[deb10: | ||
| - | - Create file rc.local in /etc with the following content:< | ||
| - | #!/bin/sh -e | ||
| - | # | ||
| - | # rc.local | ||
| - | # | ||
| - | # This script is executed at the end of each multiuser runlevel. | ||
| - | # Make sure that the script will "exit 0" on success or any other | ||
| - | # value on error. | ||
| - | # | ||
| - | # In order to enable or disable this script just change the execution | ||
| - | # bits. | ||
| - | # | ||
| - | # By default this script does nothing. | ||
| - | exit 0</ | ||
| - | - Add execute permissions and start daemon:< | ||
| - | systemctl daemon-reload | ||
| - | systemctl start rc-local | ||
| - | systemctl status rc-local | ||
| - | ● rc-local.service - / | ||
| - | | ||
| - | Drop-In: / | ||
| - | | ||
| - | | ||
| - | Process: 1443 ExecStart=/ | ||
| - | Tasks: 0 (limit: 4915) | ||
| - | | ||
| - | </ | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||
| - | |||
| - | ===== System Shutdown ===== | ||
| - | - Put a symbolic link to the script to be run at shutdown into / | ||
| - | |||
| - | * [[https:// | ||
| - | * [[https:// | ||