Skip to content

Instantly share code, notes, and snippets.

@mblankleder
Last active December 28, 2015 19:29
Show Gist options
  • Save mblankleder/7550413 to your computer and use it in GitHub Desktop.
Save mblankleder/7550413 to your computer and use it in GitHub Desktop.
#!/bin/bash
DEB_VER=`cat /etc/debian_version`
OS=`uname -o`
KERNEL=`uname -v |awk -F ' ' '{print $4}'`
echo "$OS Debian $DEB_VER"
echo "Kernel $KERNEL"
konqueror --version
#chromium --version|awk -F " " '{print $1" "$2}'
/opt/google/chrome/google-chrome --version
java -version
sudo tune2fs -l /dev/sda1 | grep 'Filesystem created:'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment