User Tools

Site Tools


linux_skodi

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
linux_skodi [2022/09/05 09:24] wwlinux_skodi [2026/06/20 15:35] (current) – external edit 127.0.0.1
Line 410: Line 410:
 <code bash>docker run -it --rm -v /home/user/temp/docker:/qemu-temp debian /bin/bash</code> <code bash>docker run -it --rm -v /home/user/temp/docker:/qemu-temp debian /bin/bash</code>
 (''-v cesta_venku:cesta_uvnitr'') (''-v cesta_venku:cesta_uvnitr'')
 +
 +===== Výpis síťových zařízení =====
 +
 +<code># lshw -C network -short
 +
 +H/W path                  Device          Class          Description
 +====================================================================
 +/0/100/1.2/0/4/         enp38s0         network        I210 Gigabit Network Connection
 +/0/100/1.2/0/5/         enp39s0         network        I210 Gigabit Network Connection
 +/0/100/3.1/             enp45s0         network        AQC107 NBase-T/IEEE 802.3bz Ethernet Controller [AQtion]
 +/0/100/3.2/             enp46s0         network        MT27500 Family [ConnectX-3]
 +/4                        enp46s0d1       network        MT27500 Family [ConnectX-3]</code>
 +
 +===== Rychlost síťových rozhraní =====
 +
 +<code>sudo ethtool eth0 | grep Speed</code>
  
 ===== Shellovinky ===== ===== Shellovinky =====
linux_skodi.1662369891.txt.gz · Last modified: (external edit)