IO Advanced - Commands

command explanation more info wget The non-interactive network downloader man make menuconfig configuration config the kernel man less config-xxx displays specific config man less /boot/grub/grub.cfg check if the new kernel is booted man smartctl -a /dev/hda1 tool for SMART observeration of drives man Build And Install A Kernel build –> make -j8 deb-pkg (j-Parameter: amounts of threads to be used) install –> sudo dpkg -i linux-*....

September 15, 2020 · 1 min · Me

IO Basics - Commands

Commands In Slides command explanation more info sudo less /proc/ioports displays attached ports man sudo less /proc/iomem memory mapped IO resources man less /proc/interrupts displays all interrupts man iostat -p vda statistics about current I/O man smartctl -a /dev/hda1 tool for SMART observeration of drives man Direct Memory Access Linux UDEV device nodes in /dev and list the properties of the root partition...

September 15, 2020 · 1 min · Me