MSMuhammad Saifinwdevinfo.hashnode.dev·Jun 30, 2025 · 2 min readPackage JSON scripts (NPM Scripts)Introduction Package JSON scripts, often referred to as npm scripts, are custom commands defined in the package.json file of a Node.js project. These scripts automate terminal commands, making it easier to perform repetitive or complex tasks with sim...00
MSMuhammad Saifingeneral-cs-info.hashnode.dev·Feb 1, 2025 · 2 min readHow to make USB Device Bootable on Linux (using dd command)What you need : An ISO image of the operating system we want to boot A USB Drive (minimum 8GB) NOTE : I am using Ubuntu for this tutorial. Step 1 : Recognize your USB device Type the following command in the terminal to list all disks. lsblk s...00