get core.img and core.efi for x86_64 February 19, 2025 | No Comments | information, iso, linux, macos core.efi and core.img are part of grub, they are bootloaders. In this case they are for the x86_64 architecture, if the architecture changes the files […]
differences between iso and img | No Comments | information, iso, linux, macos, windows Both .img and .iso are image file formats. .iso is the format that complies with the ISO 9660 standard, which is an international standard for […]
cp mv dd commands February 17, 2025 | No Comments | information, linux cp The cp command is used to copy files and directories. The cp command is like copy and paste in a visual desktop operating system. […]
mount February 15, 2025 | No Comments | iso, linux, macos, server Creating a mount point is a necessary step to enable the operating system to access and manage the file system of an external storage device […]
bootable iso images & bootloaders February 9, 2025 | No Comments | linux, macos, server, windows The goal is to have an iso image that boots when the PC starts. some software to generate a bootable iso image: GRUB configuration is […]