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
deb12:instolympus2 [2025/08/04 15:26] – [Exclude package from upgrade] Bernard Condraudeb12:instolympus2 [2026/05/18 13:31] (current) – [Root and SSH access] Bernard Condrau
Line 35: Line 35:
   - Install [[deb9:ssh|SSH Access]]   - Install [[deb9:ssh|SSH Access]]
  
 +===== Check Network =====
 +  * Get gateway address:<code>ip r | awk '/^def/{print $3}'</code>
 +  * Get network interface:<code>ip r | awk 'END{print $3}'</code>
 ===== Virtualbox 7.1 ===== ===== Virtualbox 7.1 =====
   - Import the GPG key: ''wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/virtualbox.gpg''   - Import the GPG key: ''wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/virtualbox.gpg''
Line 67: Line 70:
  
 ===== Autostart Apps ===== ===== Autostart Apps =====
-  Set up [[deb9:setup|rc.local]] to autostart scripts at boot time +  Set up [[deb9:setup|rc.local]] to autostart scripts at boot time 
 +  * [[deb10:rclocal|Services - rc.local]]
 ===== Remove Applications ===== ===== Remove Applications =====
 ==== LibreOffice ==== ==== LibreOffice ====
Line 80: Line 83:
  
 ===== Change host name ===== ===== Change host name =====
-  * ''hostnamectl set-hostname newname''+  * ''sude hostnamectl set-hostname newname''
   * Update ''/etc/hostname''   * Update ''/etc/hostname''
   * Update ''/etc/hosts''   * Update ''/etc/hosts''
-  * ''invoke-rc.d hostname.sh start'' +  * either:<code>sudo invoke-rc.d hostname.sh start 
-  * ''invoke-rc.d networking force-reload''+sudo invoke-rc.d networking force-reload</code> 
 +  * or:<code>sudo systemctl restart networking.service</code>
  
 ===== Links ===== ===== Links =====