Results 1 to 6 of 6

Thread: How do I copy the download from Windows 10 to Ubuntu Root?

  1. #1
    Join Date
    Feb 2010
    Beans
    18

    How do I copy the download from Windows 10 to Ubuntu Root?

    Hi experts,

    I am learning how to do CI Jenkins with Ubuntu. Unfortunately I am on Windows 10 and I have a Ubuntu 20.04 LTS with WSL2.

    Now, I got a pem key from AWS but it will only download to Window 10 and not Ubuntu.

    So, how do I copy the pem key that is in Windows 10 and make it go to Ubuntu root? since I need it to work together with Jenkins and Nginx which I have installed in Ubuntu root.

    Hope that it can be done.

    Tks.

  2. #2
    Join Date
    Nov 2009
    Beans
    Hidden!
    Distro
    Kubuntu 20.04 Focal Fossa

    Re: How do I copy the download from Windows 10 to Ubuntu Root?

    why would you install something in root?

    anyway you use sudo command to elevate you privilege to admin. more here: https://help.ubuntu.com/community/RootSudo
    Read the easy to understand, lots of pics Ubuntu manual.
    Do i need antivirus/firewall in linux?
    Full disk backup (newer kernel -> suitable for newer PC): Clonezilla
    User friendly full disk backup: Rescuezilla

  3. #3
    Join Date
    Jun 2014
    Beans
    7,383

    Re: How do I copy the download from Windows 10 to Ubuntu Root?

    So, how do I copy the pem key that is in Windows 10 and make it go to Ubuntu root?
    It's a simple process of mounting the partition, accessing it and doing the copy on an actual install of Ubuntu. In some cases, as suggested above you may need root (sudo) privileges. Ubuntu on WSL doesn't work the same way. I'm sure microsoft has a site somewhere describing and documenting WSL and that would likely be a better place to go for information.

    https://docs.microsoft.com/en-us/windows/wsl/about

    When you say root, are you referring to the /, root of the filesystem as I can't imagine any reason to copy to the root user directory.

  4. #4
    Join Date
    Jun 2010
    Location
    London, England
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How do I copy the download from Windows 10 to Ubuntu Root?

    I offer these links as evidence that the answers to questions about Windows Subsystem for Linux are on the internet. I can in no way validate the correctness of the commands offered in these links

    https://ridicurious.com/2018/10/18/2...tem-for-linux/

    https://stackoverflow.com/questions/...-for-linux-wsl

    Regards
    It is a machine. It is more stupid than we are. It will not stop us from doing stupid things.
    Ubuntu user #33,200. Linux user #530,530


  5. #5
    Join Date
    Feb 2010
    Beans
    18

    Re: How do I copy the download from Windows 10 to Ubuntu Root?

    Am I right to say that using UBUNTU WSL2 in Windows 10 is like having a crippled leg?

  6. #6
    Join Date
    Jun 2014
    Beans
    7,383

    Re: How do I copy the download from Windows 10 to Ubuntu Root?

    Am I right to say that using UBUNTU WSL2 in Windows 10 is like having a crippled leg?
    Never used it myself but most of what I have read about it has been negative. Questions about it are better posted at a windows forum as it is microsoft software, a modification of Ubuntu to (supposedly) run on windows. Only microsoft knows what modifications they have made.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •