it-artikel:linux:how-to-install-ubuntu-server-2004-lts-with-bridged-interfaces

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
it-artikel:linux:how-to-install-ubuntu-server-2004-lts-with-bridged-interfaces [2022-10-22 13:21] – [Setting up 'unattended-upgrades' :] axel.werner.1973@gmail.comit-artikel:linux:how-to-install-ubuntu-server-2004-lts-with-bridged-interfaces [2022-11-02 15:47] (current) axel.werner.1973@gmail.com
Line 43: Line 43:
   - Use manual (fixed ip) network configuration for servers right from the beginning   - Use manual (fixed ip) network configuration for servers right from the beginning
   - install updates as soon as possible <code>sudo apt update && sudo apt upgrade -y && sudo reboot</code>   - install updates as soon as possible <code>sudo apt update && sudo apt upgrade -y && sudo reboot</code>
 +  - **FOR VMs ONLY:** If this installation is a virtual machine on some hypervisor don't forget to install the "guest drivers" or "guest tools" matching your virtualisation host. So a VM on a VMWARE host needs **open-vm-tools** to be installed. On a ProxMox/QEMU/KVM host you usually install **qemu-guest-agent**. On Virtualbox it's called **virtualbox-guest-utils**: <code>
 +
 +# Pick one, only one!
 +
 +apt install -y qemu-guest-agent # for proxmox qemu kvm VMs
 +
 +# or
 +apt install -y virtualbox-guest-utils # for VMs on Virtualbox
 +
 +# or
 +apt install -y open-vm-tools # i wouldn't use VMWARE. no, really!
 +
 +</code>
   - Install generic useful tools early:<code>apt install -y ethtool bridge-utils net-tools vim nmap atop htop iftop iotop lvm2 tmux screenfetch firefox</code>   - Install generic useful tools early:<code>apt install -y ethtool bridge-utils net-tools vim nmap atop htop iftop iotop lvm2 tmux screenfetch firefox</code>
   - Edit bootloader "grub", disable graphical bootloader modes, make it human readable:<code>cat << EOF >> /etc/default/grub   - Edit bootloader "grub", disable graphical bootloader modes, make it human readable:<code>cat << EOF >> /etc/default/grub
it-artikel/linux/how-to-install-ubuntu-server-2004-lts-with-bridged-interfaces.txt · Last modified: 2022-11-02 15:47 by axel.werner.1973@gmail.com