Check if linux is physical or virtual


with dmesg
dmesg | grep 'Hypervisor detected'

with dmidecode
dmidecode -s system-manufacturer

with lshw
lshw -class system

Configuring Static Routes with ip commands

As a system administrator, you can configure static routes using the ip route command. ...

Mais vistos