About 746,000 results
Open links in new tab
  1. How to configure git with SSH keys on Windows 10?

    2 On Windows 10 I wasn't able to just use the SSH public/private key pair as generated on GitHub. I had to first convert the private key to a .ppk format. To do this, open PuTTY Key Generator, go to …

  2. What causes the Ansible "The module ansible.legacy.setup was …

    Jul 29, 2024 · I have a simple Ansible playbook executing against a Windows server and I get this error: The module ansible.legacy.setup was redirected to ansible.windows.setup, which could not be …

  3. Python and Virtualenv on Windows - Stack Overflow

    Jul 19, 2013 · How do you install virtualenv correctly on windows? I downloaded virtualenv1.9.1 from here and tried installing it with: python virtualenv.py install but it does not appear in …

  4. ssl - How to install OpenSSL in Windows 10? - Stack Overflow

    On Windows, you can access the System Control Center by pressing Windows Key + Pause. In the System window, click Advanced System Settings → Advanced (tab) → Environment Variables. For …

  5. python - Tesseract installation in windows - Stack Overflow

    Jul 8, 2022 · I am currently working on optimal character recognition project using python 2.7,open computer vision in windows.To accomplish this task i came to know that it can be done by using …

  6. Setting up a cron job in Windows - Stack Overflow

    Aug 25, 2011 · 141 I have to download a file from an SFTP server everyday. I have the program which retrieves the file from the server but I was thinking of setting up a cron job (or anything similar) to …

  7. Setting up OpenSSH for Windows using public key authentication

    I am having issues setting up OpenSSH for Windows, using public key authentication. I have this working on my local desktop and can ssh with a key from Unix machines or other OpenSSH for …

  8. Setting JAVA_HOME environment variable in MS Windows

    Set the JAVA_HOME Variable Windows 7 – Right click My Computer and select Properties > Advanced Windows 8 – Go to Control Panel > System > Advanced System Settings Windows 10 – Search for …

  9. Start a powershell script at the end of Windows 10 installation?

    Feb 9, 2022 · More Complex Create an Unattend.xml file with the FirstLogonCommands\SynchronousCommand setting to run after the Out of Box Experience (OOBE) …

  10. windows - How to add Maven to the Path variable? - Stack Overflow

    Jul 15, 2017 · If you are struggling to get the iii) step working, in the system path, just add C:\Program Files\apache-maven-3.x.y\bin (Replacing x and y with your version number) to your path variable …