About 259,000 results
Open links in new tab
  1. git - How to change line-ending settings - Stack Overflow

    Line ending format used in OS: Windows: CR (Carriage Return \r) and LF (LineFeed \n) pair OSX, Linux: LF (LineFeed \n) We can configure git to auto-correct line ending formats for each OS in …

  2. windows - How can I make all line endings (EOLs) in all files in …

    I use Windows 10 Home and I usually use Visual Studio Code (VS Code) to edit Linux Bash scripts as well as PHP and JavaScript. I don't develop anything dedicated for Windows and I …

  3. How to translate the wslpath /home/user/ to windows path

    Nov 26, 2018 · I need to convert linux paths to windows paths in order to mount them through Docker for Windows. The files are on Windows and typically accessed the way you mentioned.

  4. scp from Linux to Windows - Stack Overflow

    I am running a putty client on a Windows machine to connect successfully to a Linux box. Now I want to be able to copy a file from the Linux machine under the path /home/ubuntu/myfile to …

  5. Make a path work both on linux and Windows - Stack Overflow

    In Linux, the path separator is /. In Windows, it is either \ or /. So just use forward slashes and you will be fine.

  6. How to use "/" (directory separator) in both Linux and Windows in ...

    Apr 15, 2013 · I have written a code in python which uses / to make a particular file in a folder, if I want to use the code in windows it will not work, is there a way by which I can use the code in …

  7. Can Windows containers be hosted on Linux? - Stack Overflow

    No, you cannot run Windows containers directly on Linux. But you can run Linux on Windows. Windows Server 2016 and above comes packaged with a base image of the Ubuntu OS (after …

  8. How to use the same Python virtualenv on both Windows and Linux

    May 31, 2018 · 46 I started using Windows and Linux recently on the same PC - they are installed to two different partitions, and a third partition contains common data and archives. virtualenvs …

  9. How to transfer VSCode key mapping on windows to ubuntu

    Oct 10, 2018 · 52 I use vs-code as my go-to editor on Windows. Recently I've installed on Ubuntu and now the default key mapping is different. Is there any way I can set the key mapping on …

  10. How to use Git credential store on WSL (Ubuntu on Windows)?

    Ok, you can´t install, but you can use the windows executables from WSL, so you can use the credential helper from git for windows on git running on WSL. This configuration is copied from …