Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
web:eclipse [2025/06/15 16:46] – [WSL Settings] Bernard Condrauweb:eclipse [2025/12/03 16:12] (current) – [WSL Settings] Bernard Condrau
Line 14: Line 14:
 ===== WSL Settings ===== ===== WSL Settings =====
   - To change the default setting of WSL (WSL1/WSL2) to allow file permissions on mounted Windows drives add the file ''wsl.conf'' with the following content to ''/etc'' in your linux distro:<code>[automount]   - To change the default setting of WSL (WSL1/WSL2) to allow file permissions on mounted Windows drives add the file ''wsl.conf'' with the following content to ''/etc'' in your linux distro:<code>[automount]
-options="metadata"</code>+options="metadata,umask=22,fmask=11"</code>
   - Stop wsl from the Windows command line:<code>wsl --shutdown [OR] wsl -t NAME</code>   - Stop wsl from the Windows command line:<code>wsl --shutdown [OR] wsl -t NAME</code>
   - Start wsl from the Windows command line:<code>wsl [OR] wsl --distribution NAME</code>   - Start wsl from the Windows command line:<code>wsl [OR] wsl --distribution NAME</code>
Line 23: Line 23:
  
 ===== Eclipse IDE ===== ===== Eclipse IDE =====
 +
 +==== PHP ====
 +  * Make sure ''display_errors'' is set to ON in apache's php.ini file and not overridden in the apache VirtualHost file 
  
 ==== Java ==== ==== Java ====