openssl rand -base64 32 // config.inc.php $cfg['blowfish_secret'] = 'BX0pgCsYvLhoohqKaUgdTzr5T+Na0n/tKvat4i9bGfc=';
// .bashrc alias phpmyadmin="php8.0 -S localhost:8081 -t /home/user/tools/phpmyadmin"
| #!/bin/bash | |
| # gitup.sh | |
| # gitup.sh HEAD | |
| # gitup.sh HEAD~3 | |
| if [ ! -z "$1" ] ; then | |
| echo "Createing ../update.zip " | |
| git diff --name-only "$1" --diff-filter=d | |
| git archive -o ../update.zip HEAD $(git diff --name-only "$1" --diff-filter=d) |
openssl rand -base64 32 // config.inc.php $cfg['blowfish_secret'] = 'BX0pgCsYvLhoohqKaUgdTzr5T+Na0n/tKvat4i9bGfc=';
// .bashrc alias phpmyadmin="php8.0 -S localhost:8081 -t /home/user/tools/phpmyadmin"