Linux

lspci

lspci command is used to list PCI devices on your computer. To see all lspci command-line options root@first-vm:~# lspci help Usage: lspci…

Linux tr command (translate)

The tr command is used to translate text. Example root@ok:~# echo “serverok” | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ SERVEROK root@ok:~# You can also use…