Help with SQL commands to interact with a MySQL database
- Mac /usr/local/mysql/bin
- Windows /Program Files/MySQL/MySQL version/bin
- Xampp /xampp/mysql/bin
Reference:
sudo fdisk -l
The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog The quick brown fox jumps over the lazy dog | |
short string | |
short string | |
short string | |
short string | |
short string | |
short string | |
short string |
#Nginx Load Balancer Service For Core OS
Create a directory to manage using fleetctl for this service:
$ mkdir static
Create this file in static/nginx_lb.service
#Multiple Node Service Template for Core OS
Create 2 directory to manage using fleetctl for this service:
$ mkdir {templates,instances}
Create this file in templates/[email protected]
#Dockerfile for Node App
Here is sample dockerfile for a basic express app
FROM ubuntu:14.04
RUN apt-get update
RUN apt-get install -qy curl
RUN curl -sL https://deb.nodesource.com/setup | sudo bash -