If you are unfamiliar with how to use a shell it boils down to this: First change to nxboot's directory (cd command), then make the command executable (chmod +x nxboot), finally run it via ./nxboot, for example ./nxboot -h to see all available arguments. There is a nice article here how to use...