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 […]
read machine code February 8, 2025 | No Comments | linux, macos, server You will be able to read an object file in c, that is, a file.o if you have a .o example software.o c object file. […]
pwd | No Comments | information, linux, macos, server What is it for? To display the current working directory. The name pwd comes from the acronym “Print Working Directory” shows the full path from […]
create an iso February 7, 2025 | No Comments | iso, linux, macos An ISO image created from files is not exactly a copy of a collection of files that have been organized into a file structure that […]
Install Java, Springboot and Maven on Ubuntu Server February 2, 2025 | No Comments | java, linux, maven, server, spring-boot install java: You should see output similar to: openjdk 19.0.1 2022-10-18 OpenJDK Runtime Environment Temurin-19.0.1+10 (build 19.0.1+10) OpenJDK 64-Bit Server VM Temurin-19.0.1+10 (build 19.0.1+10, mixed […]