Windows 10: As a developer, should I install dev stuff on WSL or on Windows11 in my case? What are the...

Discus and support As a developer, should I install dev stuff on WSL or on Windows11 in my case? What are the... in Windows 10 Software and Apps to solve the problem; As a developer, I am confused whether I should install development software on WSL itself or on Windows. For instance, installing Docker. When... Discussion in 'Windows 10 Software and Apps' started by _SampleName_, Apr 30, 2023.

  1. As a developer, should I install dev stuff on WSL or on Windows11 in my case? What are the...


    As a developer, I am confused whether I should install development software on WSL itself or on Windows. For instance, installing Docker. When installing Docker Desktop you can select Windows containers or WSL backend. I don't understand what's the difference, the pros, and cons etc. and which one should I choose.Other widely used SDKs and tools such as Git, JRE, Python, and Node pose the question of an installation place as well.If it depends what are the criteria for the decision-making in these cases or whatnot?I couldn't find any information on this topic on the Web. Does Microsoft have an

    :)
     
    _SampleName_, Apr 30, 2023
    #1
  2. TTrout Win User

    WSL & website development

    For years I've used the Windows environment to develop websites that eventually end up in a Linux environment. As an experiment I've installed Ubuntu 18 in WSL, along with an Apache server, MySQL & PHP. Then cloned one of my github repos in my home folder
    (to allow IDE access) and opened the project in Apache Netbeans 11.1. So far so good, altho' I wasn't enamored with having to connect to the site with http://127.0.0.1:8000.

    What surprised me, though, was how sluggish the site was. The worst case was generating a PDF - in Windows it was less than 2 seconds. In WSL it exceeded PHP's 30 second timeout.

    I'm interested in hearing whether others have tried similar experiments and how successful (or not) that was.
     
    TTrout, Apr 30, 2023
    #2
  3. zebal Win User
    Install WSL issue

    thanks, I've tried all of it including troubleshooting section.

    The only step I didn't try is installing kernel update package which fails because subsystem is up to date.

    Anyway I've given up from WSL and using Hyper-V, I don't need linux often maybe once in a month just to test some stuff so it's not a big issue.
     
    zebal, Apr 30, 2023
    #3
  4. As a developer, should I install dev stuff on WSL or on Windows11 in my case? What are the...

    Permission error on WSL 2 when trying to setup a nodejs project

    TLAs a developer, should I install dev stuff on WSL or on Windows11 in my case? What are the... :DR;

    Code:
    Can't use npm global package in /mnt/c/Users.username. It works in WSL home (~) though.
    ---

    Code:
    Currently, I have all my web projects in /mnt/c/Users/[username]/dev.
    Steps I took:

    1. I open the terminal and access the above folder via a symlink.
    2. Installed p5js-cli package globally but when I get to use it I get the below output:
    Code:
    ☁ dev p5 new test+
    Creating new p5.js project in test...[Error: failed to mmap. Could not write data: Permission denied] {errno: -1,errorFunction: 'Clone.clone'}
    I'm struggling to get my head around file permissions in this case.

    Code:
    If I run ls -lah in the windows folder I get the below output which I understand it means I should have the correct access to those folders and the output is consistent
     with the files on the WSL side.drwxrwxrwx 1 username username 4.0K Aug 25 23:31...I have installed vue-cli and was able to successfully use it to create a project in /mnt/c/Users/username/dev , could this be an issue with p5js-cli and not the wsl setup?
     
    TiberiuIon, Apr 30, 2023
    #4
Thema:

As a developer, should I install dev stuff on WSL or on Windows11 in my case? What are the...

Loading...
  1. As a developer, should I install dev stuff on WSL or on Windows11 in my case? What are the... - Similar Threads - developer should install

  2. Who should I contact about what I've developed?

    in Windows 10 Gaming
    Who should I contact about what I've developed?: /*Copyright © 2024 Devin B. Royal.All Rights Reserved.QAOS-AI: Quantum-AI Operating System for Autonomous Security and IdentityCore functionality includes:Quantum-Classical Resource Management QuantumResourceManagerAdaptive AI-Driven Security...
  3. Who should I contact about what I've developed?

    in Windows 10 Software and Apps
    Who should I contact about what I've developed?: /*Copyright © 2024 Devin B. Royal.All Rights Reserved.QAOS-AI: Quantum-AI Operating System for Autonomous Security and IdentityCore functionality includes:Quantum-Classical Resource Management QuantumResourceManagerAdaptive AI-Driven Security...
  4. WHAT SHOULD I DO IN THIS CASE

    in Windows 10 Gaming
    WHAT SHOULD I DO IN THIS CASE: Pls help me my accoount was changed from my original gmail to something barker @hotelforluck.com and i added my original email but i had minecraft at that email and i dont know what to do now and how do i change my email becuse i dont know who is barker and i tried to change...
  5. WHAT SHOULD I DO IN THIS CASE

    in Windows 10 Software and Apps
    WHAT SHOULD I DO IN THIS CASE: Pls help me my accoount was changed from my original gmail to something barker @hotelforluck.com and i added my original email but i had minecraft at that email and i dont know what to do now and how do i change my email becuse i dont know who is barker and i tried to change...
  6. WHAT SHOULD I DO IN THIS CASE

    in AntiVirus, Firewalls and System Security
    WHAT SHOULD I DO IN THIS CASE: Pls help me my accoount was changed from my original gmail to something barker @hotelforluck.com and i added my original email but i had minecraft at that email and i dont know what to do now and how do i change my email becuse i dont know who is barker and i tried to change...
  7. As a developer, should I install dev stuff on WSL or on Windows11 in my case? What are the...

    in Windows 10 Gaming
    As a developer, should I install dev stuff on WSL or on Windows11 in my case? What are the...: As a developer, I am confused whether I should install development software on WSL itself or on Windows. For instance, installing Docker. When installing Docker Desktop you can select Windows containers or WSL backend. I don't understand what's the difference, the pros, and...
  8. What should i install ?

    in Windows 10 Gaming
    What should i install ?: I have both cds which should i install as Default?MacOS 13.2 or Windows 11 ? https://answers.microsoft.com/en-us/windows/forum/all/what-should-i-install/7c70d120-315a-44d1-a35b-2e8790d66343
  9. What should i install ?

    in Windows 10 Software and Apps
    What should i install ?: I have both cds which should i install as Default?MacOS 13.2 or Windows 11 ? https://answers.microsoft.com/en-us/windows/forum/all/what-should-i-install/7c70d120-315a-44d1-a35b-2e8790d66343
  10. WSL & website development

    in Windows 10 Software and Apps
    WSL & website development: For years I've used the Windows environment to develop websites that eventually end up in a Linux environment. As an experiment I've installed Ubuntu 18 in WSL, along with an Apache server, MySQL & PHP. Then cloned one of my github repos in my home folder (to allow IDE...