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/19 12:22] – [Change host name] 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 ====