Remove Addgene stuff

This commit is contained in:
Tyrel Souza 2021-04-08 15:41:05 -04:00
parent 000bb5cf30
commit a08c0c5223
No known key found for this signature in database
GPG Key ID: 5A9394D4C30AEAC0
4 changed files with 1 additions and 22 deletions

View File

@ -1,2 +0,0 @@
#!/bin/bash
smbpasswd -r winsrv2.addgene.org -U tyrel

View File

@ -1,12 +0,0 @@
#! /bin/bash
newUser='klaviyo'
newDbPassword='oyivalk'
newDb='test_klaviyo'
host=localhost
#host='%'
commands="CREATE DATABASE \`${newDb}\`;GRANT USAGE ON *.* TO '${newUser}'@'${host}' IDENTIFIED BY '${newDbPassword}';GRANT ALL privileges ON \`${newDb}\`.*
TO '${newUser}'@'${host}';FLUSH PRIVILEGES;"
echo "${commands}" | mysql -u root

View File

@ -1,7 +0,0 @@
#!/bin/bash
cp /etc/resolv.conf /home/tyrelsouza/prev_resolv.conf
echo > /etc/resolv.conf
echo "nameserver 10.0.2.22" >> /etc/resolv.conf
echo "search addgene.org" >> /etc/resolv.conf

View File

@ -1,6 +1,6 @@
[core]
excludesfile = /Users/tyrel/.gitignore_global
editor = vim
editor = nvim
symlinks = false
pager = less -F -X
[user]