About 50 results
Open links in new tab
  1. Is there any difference between a GUID and a UUID?

    Oct 29, 2008 · I see these two acronyms being thrown around and I was wondering if there are any differences between a GUID and a UUID?

  2. How to modify block 0 / UID of a Mifare 1K tag (using a proxmark)

    Aug 5, 2020 · I bricked a Mifare 1k tag during an attempt to write to block n°0 (to change the UID), I would like to understand what I did wrong. Just for reminder, the datasheet of the Mifare 1k => 1 I …

  3. How to set uid and gid in Docker Compose? - Stack Overflow

    Jul 2, 2019 · UID is a shell variable and exporting it again by specifying a value as export UID=${UID} fails the command with "-bash: UID: readonly variable" and unfortunately it also creates an …

  4. How to connect to SQL Server using Pyodbc if I have UID='<domain ...

    Jul 28, 2022 · How to connect to SQL Server using Pyodbc if I have UID='<domain>\<username>' that is an Active Directory Service Account from Flask Python Ask Question Asked 3 years, 7 months ago …

  5. Running mssh: No user exists for uid 1000 - Stack Overflow

    Jul 13, 2022 · Running mssh: No user exists for uid 1000 Ask Question Asked 3 years, 7 months ago Modified 3 years, 7 months ago

  6. Write UID on mifare 1k (ISO14443A, mifare classic 1K cards)

    Nov 18, 2022 · Write UID on mifare 1k (ISO14443A, mifare classic 1K cards) Asked 3 years, 3 months ago Modified 3 years, 3 months ago Viewed 4k times

  7. Change UID and GID in alpine docker container - Stack Overflow

    Jun 23, 2023 · I want to change an alpine-based container user's UID and GID. But there's no usermod and groupmod. Are there equivalents? (This is for a running container, not an image.)

  8. MiFare - Difference between UID and Serial Number of MiFare Card

    I found a document of NXP online which says UID and serial number are different. (on page number 3, line number 5) There is an application of OmniKey that reads the serial number of the card, and it …

  9. Windows Server 2019 "Server for NFS" UID/GID mapping with Auth_SYS

    Apr 2, 2021 · I have a Windows Server 2019 installation with an LDAP instance (nfsmappingstore) for nfs mapping. I created this with the powershell cmdlet Install-NfsMappingStore. To illustrate, here is …

  10. Creating user with uid 1000 on alpine Docker image

    Nov 21, 2022 · A specific numeric user ID in a Dockerfile shouldn't matter, so long as it's not zero. (The image should normally be runnable on many hosts with different host user IDs.) Can you pick a …