prabhakk-mw
- 3 skills
- 0 followers
- 10 hours ago last updated
- ▌ Install Matlab · prabhakk-mw bundleInstall a specific release of MATLAB (and optional toolboxes) on Linux using MPM, the MATLAB Package Manager. Use when someone wants to install MATLAB non-interactively on a Linux machine or in a container/Dockerfile, needs the right OS dependency packages for a MATLAB release on Debian/Ubuntu or RHEL/Fedora, wants to pick products (Simulink, toolboxes) or a specific release like R2024b, or is scripting a headless/CI MATLAB install. Not for Windows or macOS.
- ▌ Install Dev Tools · prabhakk-mw bundleInstall or update the developer tools uv (Python package/proj manager), Go (the Go toolchain), and nvm (Node Version Manager) to their latest official versions, downloaded from each tool's official source, and lay them out so their caches don't fill $HOME. Use when setting up a dev machine, when someone asks to install or upgrade uv/go/nvm, when checking whether these tools are outdated, when a machine's home directory or root filesystem is filling up with toolchain caches, or when you want a per-user (no-sudo) install of them. Audits installed versions and the filesystem layout first, then changes things only after the user confirms.
- ▌ Docker Images On Ssd · prabhakk-mw bundleEnsure Docker image storage lives on the large SSD (/local-ssd) and never fills the root filesystem (/). Use when configuring a new machine's Docker storage, when / is running low on space, when images seem to land in the wrong place, or when auditing/fixing where Docker/containerd store image layers. Handles both the classic overlay2 store and the Docker 29+ containerd (overlayfs) store, which put images in DIFFERENT roots.