- Load Customers table
- Load Items table
- drop times rented
- drop quantity
- Checkout table
- Drop total
connecting from 130.184.252.46
18:10:12 $ composer -vvv require composer/semver
18:10:18
Reading ./composer.json
Loading config file /home/xenial/.composer/config.json
Loading config file /home/xenial/.composer/auth.json
Loading config file ./composer.json
Checked CA file /etc/ssl/certs/ca-certificates.crt: valid
Executing command (/home/xenial/scratch/gpgl/core): git branch --no-color --no-abbrev -v
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--DROP TABLE c6_customer; | |
--CREATE TABLE c6_customer ( | |
-- id INT IDENTITY PRIMARY KEY, | |
-- first_name VARCHAR(50) NOT NULL, | |
-- created_at DATETIME DEFAULT GETDATE(), | |
-- email VARCHAR(255) UNIQUE | |
--); | |
--INSERT INTO c6_customer (first_name, email) |
https://help.ubuntu.com/lts/serverguide/sssd-ad.html
set default shell in [nss]
section of /etc/sssd/sssd.conf
[nss]
default_shell = /bin/bash
note that sudo systemctl start sssd.service
will fail until after kinit
and sudo net ads join -k
add windows "enterprise admins" group to sudoers in root visudo