Skip to content

Instantly share code, notes, and snippets.

@rkennesson
Last active August 29, 2015 14:26
Show Gist options
  • Save rkennesson/8887c4cbc7aed4d7e71d to your computer and use it in GitHub Desktop.
Save rkennesson/8887c4cbc7aed4d7e71d to your computer and use it in GitHub Desktop.
vagrant setup
http://www.dev-metal.com/super-simple-vagrant-lamp-stack-bootstrap-installable-one-command/
----
#http://www.dev-metal.com/useful-basic-linux-stuff-show-kernel-version-distribution-name-and-distribution-version-on-ubuntu-12-04/
Show kernel version:
uname -r
Show kernel version and CPU:
uname -a
Show distribution version:
lsb_release -r
Show distribution name and version:
lsb_release -a
----
http://www.adminer.org/
https://puphpet.com/#create
vagrant init ARTACK/debian-jessie; vagrant up --provider virtualbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment