misc-scripts
nvm
misc-scripts | nvm | |
---|---|---|
1 | 356 | |
15 | 85,663 | |
- | 1.1% | |
9.4 | 7.9 | |
5 months ago | 9 days ago | |
Shell | Shell | |
GNU General Public License v3.0 only | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
misc-scripts
-
How to clean leftover files/folders in .config?
I use an overdesigned bash script that searches the home directory for files that match a string. The reason for not just searching .local and .config is that some programs make their own dot-directories.
nvm
-
Show HN: Vet – A tool for safely running remote shell scripts
I'm glad to see that I'm not the only person worried about this. It's a pretty glaring bit of attack surface if you ask me. I chuckled when I saw you used nvm as an example in your readme. I've pestered nvm about this sort of thing in the past (https://github.com/nvm-sh/nvm/issues/3349).
I'm a little uncertain about your threat model though. If you've got an SSL-tampering adversary that can serve you a malicious script when you expected the original, don't you think they'd also be sophisticated enough to instead cause the authentic script to subsequently download a malicious payload?
I know that nobody wants to deal with the headaches associated with keeping track of cryptographic hashes for everything you receive over a network (nix is, among other things, a tool for doing this). But I'm afraid it's the only way to actually solve this problem:
1. get remote inputs, check against hashes that were committed to source control
2. make a sandbox that doesn't have internet access
3. do the compute in that sandbox (to ensure it doesn't phone home for a payload which you haven't verified the hash of)
-
Meet uv: The Lightning-Fast Python Toolchain That JS Devs Will Love 🚀
Remember the day you've installed nvm for node and npm?
-
Installing NVM on Windows (WSL - Ubuntu)
NVM GitHub Repository
- Quais as melhores ferramentas para trabalhar com Node?
-
Stop Installing Node.js This way! Unlock Better Development Workflow.
nvm (Node Version Manager): The most popular choice, especially on Linux and macOS. It installs Node.js within your user directory, completely avoiding the need for sudo when installing global packages. It makes switching between different Node.js versions effortless. (GitHub - nvm-sh/nvm). I have used this for years.I used pnpm, you can use npm
-
⚡ Deploy a minimal MCP Server on AWS Lambda with Serverless Framework ⚡
Let’s get it running locally first. You should have Node installed (you may also use nvm or docker).
- Cómo crear un Bot de Telegram Seguro🔒 con el EIP-712
- Introdução ao NestJS: Criando sua primeira aplicação
-
🚀 Vite + Shadcn + Tailwind + React + TypeScript + Starter Kit
Make sure you have node installed. If not, I recommend installing via nvm(Node Version Manager)
-
Setting obsidian-shellcommands plugin on flatpak
I was welcomed with an error that it couldn’t find npx command, which makes sense - I’m using NVM to manage node.
What are some alternatives?
ffscreencast - ffscreencast - ffmpeg screencast/desktop-recording with video overlay and multi monitor support
shelljs - :shell: Portable Unix shell commands for Node.js
lncdtools - a collection of small utlities useful for neuroimaging research
fnm - 🚀 Fast and simple Node.js version manager, built in Rust
Snippets - Handy scripts and mini programs
cross-env