This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| deb12:instolympus2 [2025/07/12 13:57] – [Links] Bernard Condrau | deb12:instolympus2 [2026/05/18 13:31] (current) – [Root and SSH access] Bernard Condrau | ||
|---|---|---|---|
| Line 35: | Line 35: | ||
| - Install [[deb9: | - Install [[deb9: | ||
| + | ===== Check Network ===== | ||
| + | * Get gateway address:< | ||
| + | * Get network interface:< | ||
| ===== Virtualbox 7.1 ===== | ===== Virtualbox 7.1 ===== | ||
| - Import the GPG key: '' | - Import the GPG key: '' | ||
| - | - Add the repository: '' | + | - Add the repository: '' |
| - Update package lists: '' | - Update package lists: '' | ||
| - Install VirtualBox: '' | - Install VirtualBox: '' | ||
| - | - Install the VirtualBox Extension Pack: '' | ||
| ===== LVM ===== | ===== LVM ===== | ||
| Line 49: | Line 51: | ||
| ===== LUKS ===== | ===== LUKS ===== | ||
| - Install:< | - Install:< | ||
| + | |||
| + | ===== OpenVPN ===== | ||
| + | - Install:< | ||
| ===== Connect existing data volumes ===== | ===== Connect existing data volumes ===== | ||
| - Mount LVM volumes, first check filesystem type< | - Mount LVM volumes, first check filesystem type< | ||
| Line 65: | Line 70: | ||
| ===== Autostart Apps ===== | ===== Autostart Apps ===== | ||
| - | | + | |
| + | * [[deb10: | ||
| ===== Remove Applications ===== | ===== Remove Applications ===== | ||
| ==== LibreOffice ==== | ==== LibreOffice ==== | ||
| Line 76: | Line 81: | ||
| Sometimes it is helpful to exclude a package from upgrading. Virtualbox, for example, requires the GUI on the client to be used after version upgrade to upgrade and install the guest addtions, so sometimes it's better to not upgrade the package while you don't have physical access to the client. You can exclude and include with the following commands:< | Sometimes it is helpful to exclude a package from upgrading. Virtualbox, for example, requires the GUI on the client to be used after version upgrade to upgrade and install the guest addtions, so sometimes it's better to not upgrade the package while you don't have physical access to the client. You can exclude and include with the following commands:< | ||
| sudo apt-mark unhold virtualbox-6.1</ | sudo apt-mark unhold virtualbox-6.1</ | ||
| + | |||
| + | ===== Change host name ===== | ||
| + | * '' | ||
| + | * Update ''/ | ||
| + | * Update ''/ | ||
| + | * either:< | ||
| + | sudo invoke-rc.d networking force-reload</ | ||
| + | * or:< | ||
| ===== Links ===== | ===== Links ===== | ||