Imported from Joplin

This commit is contained in:
dan
2021-10-29 14:50:40 -04:00
parent 71c1d08b0f
commit 71fc095075
90 changed files with 1844 additions and 0 deletions

9
computers/dokku.md Normal file
View File

@@ -0,0 +1,9 @@
Dokku
- ssh into remote computer
`dokku apps:create [appname]`
- local computer
`git remote add dokku dokku@192.168.86.38:[appname]`
`git push dokku [local branch]:master`
- Note that the subdomain proxy needs to be added to nginx reverse proxy manager.

View File

@@ -0,0 +1,3 @@
Reset Auto Increment
ALTER TABLE table_name AUTO_INCREMENT = value;