|
You are here |
endot.org | ||
| | | | |
arnorhs.dev
|
|
| | | | | I've been doing some Wordpress development for the last year or so. A few client projects, some personal etc. A common chore that I find myself doing is developing the sites on one server and then moving them to the next. Very often I'll be developing on a virtual machine instance on my local machine and then placing the files online later. Just copying the files and exporting and importing the database will not do, so there are a few extra steps you need to take to do this successfully. So the best way ... | |
| | | | |
ole.michelsen.dk
|
|
| | | | | Schedule jobs to run daily with crontab on macOS, e.g. a script to backup your MySQL database. | |
| | | | |
ntdln.com
|
|
| | | | | Here's another DreamHost tip, this time for using mysqldump to export a MySQL database. You could always use phpMyAdmin to export a database, but there are times when the mysqldump command is eithe... | |
| | | | |
managing.blue
|
|
| | | dexidp.io contains valueable information on how to configure and run DexIdp, but even though they provide a docker container, there is scarce information on how to configure and run it. So let's create a DexIdp deployment in a Docker Desktop kubectl create deployment dexidp --image dexidp/dex We see from the Dockerfile that dex is being... | ||