About 26,900 results
Open links in new tab
  1. How to list all processes/services running on different ports

    Jan 6, 2020 · Edit: Since you said you were using Windows, you can use this to list all the relevant processes (-n == numeric, -a == all, -o == show process id, -p TCP == show TCP …

  2. git tag - How to list all Git tags? - Stack Overflow

    Jun 30, 2009 · Which lists tags with their commits (see "Git Tag list, display commit sha1 hashes"). Note the -d in order to dereference the annotated tag object (which have their own …

  3. List of Git branch names, ordered by most recent commit… - Stack …

    Mar 4, 2011 · The -r flag causes it to list remote branches instead of local branches. With Git 2.27 (Q2 2020), " git branch " and other " for-each-ref " variants accepted multiple --sort=<key> …

  4. How to get all groups that a user is a member of?

    Feb 22, 2011 · Domain local group is a security or distribution group that can contain universal groups, global groups, other domain local groups from its own domain, and accounts from any …

  5. How can I view all the git repositories on my machine?

    This takes care to prune directories from the search as early as possible. Also, once a directory is positively confirmed as a git workspace, then it too is pruned. This returns the list of …

  6. Printing all global variables/local variables? - Stack Overflow

    Jul 31, 2013 · In case you want to see the local variables of a calling function use select-frame before info locals. E.g.: (gdb) bt #0 0xfec3c0b5 in _lwp_kill from /lib/libc.so.1 #1 0xfec36f39 in …

  7. How do I get a list of locally installed Python modules?

    I found the -v flag very useful (pip list -v) since it showed the package installer (e.g. rpm vs pip) and the installation path (global vs local to the user) – matth Commented Jan 2 at 21:28

  8. How to get a list of images on docker registry v2

    Jul 6, 2015 · make a https request to the registry to list all "repositories" filter the json result to a flat list of repository names; for each repository name: make a https request to the registry to …

  9. How to list npm user-installed packages? - Stack Overflow

    Jul 30, 2013 · Node.js has a concept of local modules and global modules. Local modules are located within the current project directory. Global modules are generally located at the user's …

  10. PowerShell get a list of network machines - Stack Overflow

    Apr 3, 2013 · I want to write a PS script, that would go through all machines it can find on a local network, take a look at "SomeDirectory" and if a file there exists, overwrite it with a new …

Refresh