About 485,000 results
Open links in new tab
  1. How to identify which OS Python is running on - Stack Overflow

    Summary If you want to check if OS is Windows or Linux, or OS X, then the most reliable way is platform.system(). If you want to make OS-specific calls, but via built-in Python modules posix …

  2. command line - Check Software Version - Ask Ubuntu

    I need to check the current version of VLC I have running, however I don't know where it is installed (can't see it in /etc or /bin). If I do vlc in a terminal then the application starts, but is...

  3. [SOLVED] Outdated McAfee DATs on Red Hat Linux Machines

    Linux - Newbie This Linux forum is for members that are new to Linux. Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

  4. linux - How to get the nvidia driver version from the command line ...

    For debugging CUDA code and checking compatibilities I need to find out what nvidia driver version for the GPU I have installed. I found How to get the cuda version? but that does not …

  5. How do I check the version of Ubuntu I am running? [duplicate]

    Oct 16, 2015 · How can I check my current Ubuntu version through the command-line and GUI?

  6. How to check nfs version - LinuxQuestions.org

    May 14, 2012 · I am just installed RHEL4 ws. I am trying to know which version of nfs installed on it. How can I check the version of NFS ?

  7. Which version of PostgreSQL am I running? - Stack Overflow

    Learn how to determine the version of PostgreSQL you are using with this helpful guide on Stack Overflow.

  8. How to check if Ubuntu Desktop or Server is installed?

    dpkg -l ubuntu-desktop will tell you if the suggested desktop components are installed. uname -a will tell you whether the server or generic kernel is being used. "Desktop or server" is not a …

  9. how to check glibc version? - LinuxQuestions.org

    May 13, 2011 · Linux - Software This forum is for Software issues. Having a problem installing a new program? Want to know which application is best for the job? Post your question in this …

  10. How to get the CUDA version? - Stack Overflow

    Mar 16, 2012 · Is there any quick command or script to check for the version of CUDA installed? I found the manual of 4.0 under the installation directory but I'm not sure whether it is of the …