Skip to content

Instantly share code, notes, and snippets.

@pheraph
Created March 16, 2013 12:44
Show Gist options
  • Save pheraph/5176223 to your computer and use it in GitHub Desktop.
Save pheraph/5176223 to your computer and use it in GitHub Desktop.
Ein paar Infos über einen uberspace anzeigen
#/bin/sh
echo -e "\n===== SQL-Zugangsdaten ====="
cat ~/.my.cnf | grep "^user="
cat ~/.my.cnf | grep "^password="
echo -e "\n=== Aktuelle PHP-Version ==="
php -v | grep "^PHP "
echo "(Ändern über ~/etc/phpversion)"
echo -e "\n======== Disk Quota ========"
quota -gsl | grep -v "^Disk quotas"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment