The [MySQL Input Plugin][8] for Telegraf gathers data from a MySQL server.
For connections that are local to the MySQL server, use localhost
as your hostname:
git status
, ideally between each and every git command (especially when starting out).Create or have a project ready then move into that project directory.
Use Git
$ git init
to initialize gitOutdated note: the process is a lot easier now: after you brew install postgresql
you can initialize or stop the daemon with these commands: brew services start postgresql
or brew services stop postgresql
.
new out put may look like
To have launchd start postgresql now and restart at login:
brew services start postgresql
Or, if you don't want/need a background service you can just run:
pg_ctl -D /usr/local/var/postgres start
If you have already installed any of these programs before, then you may skip it.
Scroll to the bottom of the page and find the install code for your operating system:
#tl;dr
pre: assuming you have forked a repo and cloned your fork to your computer
git remote add [maintainer's name] [paste URL here]
git fetch --all
git branch --track [maintainer's name]_[branch] [remote name from step 1]/[branch you want to track]
At this point you may watch to checkout to your newly create branch and issue a git pull
command.Code | Message | Description |
---|---|---|
100 | Continue | The server has received the request headers, and the client should proceed to send the request body |
101 | Switching Protocols | The requester has asked the server to switch protocols |
103 | Checkpoint | Used in the resumable requests proposal to resume aborted PUT or POST requests |
Code | Message | Description |
---|
$ mkdir sass_gulp_workshop
cd
into the new directory$ npm init --yes
$ npm install -D gulp gulp-sass browser-sync
package.json
's scripts
section with this key-value pair: "scripts": { "dev": "gulp" }
public
(directory)
css
(directory)index.html
(file)Examples shown are bare minimum needed to achieve a simple goal.
c-c-c-c-c-ULTIMATE c-c-c-COMBO!!!