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
# xdebug 2 | |
[XDebug] | |
zend_extension = "d:\dev\xampp\php\ext\php_xdebug.dll" | |
xdebug.remote_autostart = 1 | |
xdebug.profiler_append = 0 | |
xdebug.profiler_enable = 0 | |
xdebug.profiler_enable_trigger = 0 | |
xdebug.profiler_output_dir = "d:\dev\xampp\tmp" | |
;xdebug.profiler_output_name = "cachegrind.out.%t-%s" | |
xdebug.remote_enable = 1 |
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
# generate race key pair | |
ssh-keygen -t rsa -f cloud-key | |
# get pem value from public key | |
ssh-keygen -f cloud-key.pub -e -m pem |
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
# run this from console to update db | |
php srdb.cli.php -h "127.0.0.1" -n "dbname" -u dbuser -p "dbuserpass" -P 3310 -s "https://host.old" -r "https://host.new" --debug true |
- Run git bash and go to the folder
~/.ssh
- If folder not exist create it by command
mkdir ~/.ssh
and enter to it - Run comand
ssh-keygen -t rsa -C "[email protected]"
to generate key and set requested options - Got to github, add content of file
~/.ssh/id_rsa.pub
in ssh keys settings