Albert Albala
Albert Albala
The following have information about this, but I can't get it to work: https://coderwall.com/p/p3bj2a https://help.github.com/articles/using-ssh-agent-forwarding I have enabled ssh forwarding on my mac and have added the forward agent and...
I got this to work with another machine by following the instructions at http://stackoverflow.com/questions/24681167 Specifically, this has to be added to .ssh/config: ``` Host * ForwardAgent yes ``` Then make...
https://github.com/jenkinsci/puppet-jenkins, which we are using, can apparently (according to the README, configure firewall).
See also https://github.com/jenkinsci/puppet-jenkins/issues/92
Started a new branch for this called 3.
I also did a sudo apachectl restart. It would be good to add this to the puppet files, because on two different servers provisioned with the script I had to...
What we have in safari, when displaying the code or trying to copy it to the clipboard, is "undefinedundefined", whereas in Chrome we have the actual code.
* See also https://github.com/docker-library/mysql/issues/318 * https://www.docker.com/blog/multi-arch-images/
See https://github.com/docker/compose/issues/4748, we could gain some speed here.
Thanks for the quick reply! I have installed a brand new unpatched Drupal 11.2.2 site with Drush 13.6.1.0 on Alpine 3.22.1, and then I went to /admin/config/search/path/add and added a...