Skip to content

Instantly share code, notes, and snippets.

@terremoth
Created January 3, 2025 11:36
Show Gist options
  • Save terremoth/ce19ce3387c937473f53aab8a2841d6d to your computer and use it in GitHub Desktop.
Save terremoth/ce19ce3387c937473f53aab8a2841d6d to your computer and use it in GitHub Desktop.
web development tools versions for diagnosis
#!/bin/sh
uname -a;
lsb_release -a;
php --version;
mysql --version;
composer --version;
echo nodejs $(node --version);
echo npm $(npm --version);
openssl version;
ssh -V;
php artisan --version;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment