Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
deb13:minisetup [2026/09/10 15:53] – [System Startup] Bernard Condraudeb13: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</code>
-$ sudo apt install hping3 +
-$ sudo apt install openjdk-17-jre openjdk-17-jdk</code>+
   * Change visudo editor<code>$ sudo update-alternatives --config editor</code>   * Change visudo editor<code>$ sudo update-alternatives --config editor</code>
   * Check install<code>apt-cache policy <packagename></code>   * Check install<code>apt-cache policy <packagename></code>
Line 44: Line 42:
  
  
-===== System Shutdown ===== 
-  - Put a symbolic link to the script to be run at shutdown into /lib/systemd/system-shutdown 
- 
-  * [[https://unix.stackexchange.com/questions/347306/how-to-execute-scripts-in-usr-lib-systemd-system-shutdown-at-reboot-or-shutdow|How to execute scripts in /usr/lib/systemd/system-shutdown/ at reboot or shutdown?]] 
-  * [[https://opensource.com/life/16/11/running-commands-shutdown-linux|How to run commands at shutdown on Linux]]