About 29,600 results
Open links in new tab
  1. powershell - list local users and their groups - Stack Overflow

    30 I'd like to have a report with all the local users and their relative groups (users, power users, administrators and so on. I get the users in this way:

  2. How to list unpushed Git commits (local but not on origin)

    How can I view any local commits I've made, that haven't yet been pushed to the remote repository? Occasionally, git status will print out that my branch is X commits ahead of origin/master, but not

  3. git - List all local branches without a remote - Stack Overflow

    Mar 27, 2013 · git branch (without any options) lists only local branches, but you don't know if they are tracking a remote branch or not. Usually those local branches should be deleted once merged into …

  4. How to list all processes/services running on different ports

    Jan 6, 2020 · Is there a command that lists all the services that are running on different ports of localhost? In my case, when I'm working on an Angular app, I may run it on localhost:4200, a React …

  5. Git: How do I list only local branches? - Stack Overflow

    git branch -a shows both remote and local branches. git branch -r shows remote branches. Is there a way to list just the local branches?

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

    Jun 30, 2009 · You also have: git tag -l <pattern> List tags with names that match the given pattern (or all if no pattern is given). Typing "git tag" without arguments, also lists all tags.

  7. ip - List ALL devices on local network? - Stack Overflow

    Jun 4, 2015 · I want to generate a list of all devices on a local network. I have tried the command arp -a and it has listed some devices, but not all of them. The ifconfig command shows my IP address and …

  8. Use powershell to get device names and their ipaddress on a home ...

    Jan 21, 2017 · Get-NetIPAddress | Format-Table I would like to be able to get a list of all devices on my home network. Including the device ip address, and some sort of name for that device. The previous …

  9. How to list containers in Docker - Stack Overflow

    May 30, 2013 · There's a command to list images, docker images, but there doesn't seem to be a corresponding docker containers. Other than becoming root and looking into /var/lib/docker there …

  10. How can I list ALL DNS records? - Stack Overflow

    Is there any way I can list ALL DNS records for a domain? I know about such things as dig and nslookup but they only go so far. For example, if I've got a subdomain A record as test A somedomain....