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 revision Previous revision
Next revision
Previous revision
linux_skodi [2022/04/24 15:22]
ww [Docker]
linux_skodi [2024/06/13 15:31] (current)
ww
Line 358: Line 358:
 exit ${global_exit} exit ${global_exit}
  
 +</code>
 +
 +----
 +
 +===== fstab - příklad =====
 +
 +<code>
 +fstab
 +
 +# <file system>                            <mount point>        <type> <options> <dump> <pass>
 +proc                                       /proc                proc   defaults  0      0
 +
 +UUID=27d259c9-f4a8-4749-b8a7-b9a0f019a3c4  /mnt/ext-usb-4tb     ext4   defaults  0      0
 </code> </code>
  
Line 397: 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.1650806537.txt.gz · Last modified: 2022/04/24 15:22 by ww