A series of articles/tutorials explaining the everyday useful Linux commands along with the detailed examples.
https://www.nayab.xyz/book/linux-cli-000-intro.html
#cli #linux #linuxcommandline
This article shows how to cross compile Linux kernel for Raspberry Pi 3 Model B, load the kernel and device tree from tftp server every time the board boots up.
https://www.nayab.xyz/rpi3b-elinux/embedded-linux-rpi3-050-linux.html
#linux #uboot #raspberrypi #raspberrypi3
Create partitions using fdisk tool for any SD card or USB drive. Build a file system in those partitions. In this tutorial we create two partitions, the first one with fat32 filesystem and the second one with ext4 filesystem.
https://www.nayab.xyz/linux-tools/partitioning-using-fdisk.html
#fdisk #mkfs #drivepartitioning #linux