Difference between revisions of "User:Trogod/System0Up1810Configure"

From MythTV Official Wiki
Jump to: navigation, search
(Created page with " System 0 Upgrade to Ubuntu 18.10")
 
Line 1: Line 1:
 
  [[User:Trogod/System0Upgrade1810|System 0 Upgrade to Ubuntu 18.10]]
 
  [[User:Trogod/System0Upgrade1810|System 0 Upgrade to Ubuntu 18.10]]
 +
 +
 +
<pre>
 +
$ sudo ifconfig -a
 +
enp0s10: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
 +
        inet 10.83.111.172  netmask 255.255.255.0  broadcast 10.83.111.255
 +
        inet6 fe80::2a02:6c56:e1b2:5be9  prefixlen 64  scopeid 0x20<link>
 +
        ether 00:24:1d:1d:8d:24  txqueuelen 1000  (Ethernet)
 +
        RX packets 303642  bytes 400943950 (400.9 MB)
 +
        RX errors 0  dropped 0  overruns 0  frame 0
 +
        TX packets 91693  bytes 7472639 (7.4 MB)
 +
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 +
 +
enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
 +
        ether 10:fe:ed:07:bb:6c  txqueuelen 1000  (Ethernet)
 +
        RX packets 489  bytes 167238 (167.2 KB)
 +
        RX errors 0  dropped 0  overruns 0  frame 0
 +
        TX packets 5930  bytes 1072685 (1.0 MB)
 +
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 +
 +
lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
 +
        inet 127.0.0.1  netmask 255.0.0.0
 +
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
 +
        loop  txqueuelen 1000  (Local Loopback)
 +
        RX packets 11846  bytes 1084257 (1.0 MB)
 +
        RX errors 0  dropped 0  overruns 0  frame 0
 +
        TX packets 11846  bytes 1084257 (1.0 MB)
 +
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 +
 +
wlp1s5: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
 +
        ether 00:0d:0a:00:1e:df  txqueuelen 1000  (Ethernet)
 +
        RX packets 0  bytes 0 (0.0 B)
 +
        RX errors 0  dropped 0  overruns 0  frame 0
 +
        TX packets 0  bytes 0 (0.0 B)
 +
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 +
</pre>

Revision as of 06:10, 25 January 2019

System 0 Upgrade to Ubuntu 18.10


$ sudo ifconfig -a
enp0s10: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 10.83.111.172  netmask 255.255.255.0  broadcast 10.83.111.255
        inet6 fe80::2a02:6c56:e1b2:5be9  prefixlen 64  scopeid 0x20<link>
        ether 00:24:1d:1d:8d:24  txqueuelen 1000  (Ethernet)
        RX packets 303642  bytes 400943950 (400.9 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 91693  bytes 7472639 (7.4 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

enp3s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        ether 10:fe:ed:07:bb:6c  txqueuelen 1000  (Ethernet)
        RX packets 489  bytes 167238 (167.2 KB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 5930  bytes 1072685 (1.0 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 1000  (Local Loopback)
        RX packets 11846  bytes 1084257 (1.0 MB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 11846  bytes 1084257 (1.0 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

wlp1s5: flags=4099<UP,BROADCAST,MULTICAST>  mtu 1500
        ether 00:0d:0a:00:1e:df  txqueuelen 1000  (Ethernet)
        RX packets 0  bytes 0 (0.0 B)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 0  bytes 0 (0.0 B)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0