Skip to content

Instantly share code, notes, and snippets.

@pif
Created October 16, 2012 14:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pif/3899691 to your computer and use it in GitHub Desktop.
Save pif/3899691 to your computer and use it in GitHub Desktop.
get linux/java/flash version
uname -a; echo "ISSUE:"; cat /etc/issue; echo "VERSION:"; cat /etc/*version*; echo "RELEASE:"; cat /etc/*release*
java -version; echo "ALTERNATIVES: "; update-alternatives --list java
apt-cache show adobe-flashplugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment