Skip to content

Instantly share code, notes, and snippets.

# Change these to suit your needs...
DBHOST=localhost
DBNAME=dbname
DBUSER=dbuser
DBPASSWD=test123
DB_ROOT_PASS=password123
apt-get -y install curl build-essential python-software-properties git python3
debconf-set-selections <<< "mysql-server mysql-server/root_password password $DB_ROOT_PASS"

Keybase proof

I hereby claim:

  • I am mattische on github.
  • I am mattische (https://keybase.io/mattische) on keybase.
  • I have a public key whose fingerprint is E49D BA91 E89F CA2D 1FCF 44FC 4E1D 1027 F5AB E62E

To claim this, I am signing this object:

@mattische
mattische / camanjs-example.html
Last active September 21, 2016 09:22
short example /w camanjs
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>pic</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/camanjs/4.1.2/caman.full.min.js"></script>
<script>