From 3be8ff13d1871fb8ca266b1f55f3e7c6aff5bef0 Mon Sep 17 00:00:00 2001 From: mudler Date: Thu, 7 Apr 2016 21:05:59 +0200 Subject: [PATCH] [sabayon-help-info] adding script to collect system information to allow easy sharing for assistance --- sabayon-help-info | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 sabayon-help-info diff --git a/sabayon-help-info b/sabayon-help-info new file mode 100755 index 0000000..6479c2f --- /dev/null +++ b/sabayon-help-info @@ -0,0 +1,6 @@ +#!/bin/bash + +sudo bash << EOF +echo "Grabbing system informations, the url to share will happear in a minute" +(echo 'lspci'; lspci; echo 'network'; ifconfig -a; echo 'drivers'; lsmod; find /lib/modules; echo 'kernel'; uname -a) | pastebunz +EOF