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
win10:wsl [2021/01/03 16:52] – [Installation] Bernard Condrauwin10:wsl [2024/04/25 16:40] (current) – [LAMP] Bernard Condrau
Line 1: Line 1:
 ====== Windows Subsystem for Linux - Debian 10.3 ===== ====== Windows Subsystem for Linux - Debian 10.3 =====
 +===== Cassandra, Hera, Vulcan, Hercules, Poseidon, Iapetus =====
 ===== Installation ===== ===== Installation =====
   * Enable "Developer mode" in //Settings --> Update & Security --> For developers//   * Enable "Developer mode" in //Settings --> Update & Security --> For developers//
 +  * Press Windows key + R and run **optionalfeatures.exe**. Enable //Windows Subsystem for Linux//. Restart the computer.
   * Open Windows Power Shell as Administrator, then run the following line and reboot:<code>Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux</code>   * Open Windows Power Shell as Administrator, then run the following line and reboot:<code>Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux</code>
   * Open the Microsoft Store and search for "Linux". Choose and get Debian, as per 2020-03-10 this is Debian 10 Buster.   * Open the Microsoft Store and search for "Linux". Choose and get Debian, as per 2020-03-10 this is Debian 10 Buster.
Line 31: Line 33:
       * Run with highest privileges       * Run with highest privileges
     - Trigger     - Trigger
-      * Begin the task: At log on+      * Begin the task: At log on [OR] On an event 
 +      * (if you mount VeraCrypt volumes during boot it's better to use //On an event// and begin the task when the volumes are mounted)
       * Specific user: <user>       * Specific user: <user>
       * Enabled       * Enabled
Line 50: Line 53:
  
 ===== LAMP ===== ===== LAMP =====
-  * [[deb9:apache|Apache 2.4 and PHP 7.4]] +  * [[deb12:lamp|LAMP on Debian 12 (Apache 2.4, PHP 8.3, MariaDB 10.11)]] 
-  * [[deb9:mariadb|MariaDB 10.3]]+  * [[deb9:apache|Debian 9 - Apache 2.4 and PHP 7.4]] 
 +  * [[deb9:mariadb|Debian 9 - MariaDB 10.3]]
  
 ===== Mounting encrypted drives ===== ===== Mounting encrypted drives =====
Line 63: Line 67:
   * Remember to "Enable All Task History" under Actions tab. **<color #ed1c24>You might need to do this again after a Windows 10 major version upgrade</color>**.   * Remember to "Enable All Task History" under Actions tab. **<color #ed1c24>You might need to do this again after a Windows 10 major version upgrade</color>**.
  
 +===== Mounting external drives =====
 +  mkdir /mnt/f
 +  mount -t drvfs f: /mnt/f
 ===== Links ===== ===== Links =====
   * [[https://docs.microsoft.com/en-us/windows/wsl/install-win10|Windows Subsystem for Linux Installation Guide for Windows 10]]   * [[https://docs.microsoft.com/en-us/windows/wsl/install-win10|Windows Subsystem for Linux Installation Guide for Windows 10]]