About 1,140,000 results
Open links in new tab
  1. Find which version of package is installed with pip

    Apr 18, 2012 · Using pip, is it possible to figure out which version of a package is currently installed? I know about pip install XYZ --upgrade but I am wondering if there is anything like …

  2. Difference between logger.info and logger.debug - Stack Overflow

    Feb 26, 2010 · What is the difference between logger.debug and logger.info ? When will logger.debug be printed?

  3. How to turn off saved data popup in edge - Stack Overflow

    Nov 29, 2021 · saved data popup As per screenshot, It is showing saved data pop up which we have entered earlier, how to not show this popup when we click on this pop up ?

  4. How to identify a USB device given its VID and PID

    Nov 28, 2011 · If the device is not connected, and you just want the info for any VID/PID (USB device), you need to consult some online USB VID/PID database. Unfortunately there is not …

  5. "getaddrinfo failed", what does that mean? - Stack Overflow

    Sep 7, 2011 · Is there a way to gracefully handle this error? I have a password reset form and it works fine if the EMAIL_HOST info is correct. But assuming that the e-mail server is down for …

  6. Use powershell to get device names and their ipaddress on a …

    Jan 21, 2017 · If I wanted to do this on my home network, I would have to get the info from my router. My PC doesn't know about some of the devices in the network.

  7. c# - How to determine if .NET Core is installed - Stack Overflow

    I just wanted to point out (at least for NET.Core 2.0 and above) the only thing needed is to execute dotnet --info in a command prompt to get information about the latest version …

  8. Is there a way to get details about a process in Windows?

    Jan 26, 2019 · In PowerShell, you use the Get-Process cmdlet to get information about one or more processes running on the system. If you run the cmdlet without any parameters, it will list …

  9. powershell - Catching FULL exception message - Stack Overflow

    Instead of calling Write-Host -Foreground Red ... you should just use the Write-Error cmdlet. -- that will keep the output consistent across all host applications.

  10. How to extract all users information from Active Directory

    Aug 3, 2022 · I need to bulk "download" every user we have on Active directory. I need the email address, location etc. I have been looking into the PowerShell command …