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