IT Tips

by James McDonald | Aug 19, 2025 | 0 comments

Access

Blog History

Formatting a USB Key with diskpart

Just had to do a BIOS update with MSI's M-Flash BIOS utility and needed a fat32 formatted USB key. This is how to do it with diskpart Commands in an Administrative Terminal diskpart list disk select disk 2 rem (or whichever is your USB key) rem Important don't...

read more...

Install node in /usr/local

Goto https://nodejs.org/en/download Select Linux and x64 if that is what you are running Right click and copy the Download link from the "Standalone Binary (.xz)" button e.g. https://nodejs.org/dist/v22.15.0/node-v22.15.0-linux-x64.tar.xz and download the file wget...

read more...