Skip to content

Instantly share code, notes, and snippets.

@zuhairkareem
Last active December 15, 2019 12:19
Show Gist options
  • Select an option

  • Save zuhairkareem/8e529f13f05c5660afe3a344a8dd3337 to your computer and use it in GitHub Desktop.

Select an option

Save zuhairkareem/8e529f13f05c5660afe3a344a8dd3337 to your computer and use it in GitHub Desktop.
Windows 10 - WSL Ubuntu fixes

Drush issue - ../vendor/bin/drush: Syntax error: end of file unexpected (expecting "then")

Checkout the changes if any in the repo. The issue is due to EOF between Ubuntu & Windows. We can use the below command to change the EOL

dos2unix vendor/bin/drush

To solve below error

(13)Permission denied: AH00072: make_sock: could not bind to address 0.0.0.0:443

sudo vim /etc/apache2/ports.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment