DEV Community

Discussion on: What are your top 5 Linux terminal commands?

Collapse
 
saunved profile image
Saunved


ssh <username>@<IP>

git push/pull

npm run/install <something>

curl -sSLI <example.com>

htop