About 1,770,000 results
Open links in new tab
  1. Command-line (cmd) command to lock a windows machine

    Aug 11, 2009 · Is there a way to lock a Windows XP machine via the command line? The shutdown command doesn't have an option for it.

  2. What's the difference between uv lock --upgrade and uv sync?

    Feb 28, 2025 · The uv lock --upgrade command updates the lock file (uv.lock) by allowing package upgrades, even if they were previously pinned. But still it is a managing command for the uv.lock file …

  3. python - What is the difference between `poetry lock` and `poetry ...

    Jan 25, 2021 · The lock command reads the pyproject.toml file from the current directory, processes it, and locks the dependencies in the poetry.lock file. "Processing" means resolving dependencies to be …

  4. python - How to update Poetry's lock file without upgrading ...

    Nov 20, 2019 · poetry lock --no-update This makes it possible to remove a dependency from pyproject.toml and update the lock file without upgrading dependencies. Note that this flag is only …

  5. linux - Lock screen from command line - Super User

    Dec 29, 2021 · How to lock screen and at the time of unlock should ask password? How to do it from command prompt? I have tried: gnome-screensaver-command -l But not asking password at the …

  6. linux - Lock screen from command line in Xfce - Super User

    Dec 29, 2021 · On my laptop (Arch linux + xfce4) two combinations work $ xfce4-screensaver-command --lock and the one mentioned by @Harm $ xflock4 You can set a keyboard shortcut for locking the …

  7. What does a lock statement do under the hood? - Stack Overflow

    Its simpler than you think- According to Microsoft: The lock keyword ensures that one thread does not enter a critical section of code while another thread is in the critical section. If another thread tries to …

  8. Git index.lock File exists when I try to commit, but I cannot delete ...

    10 This is happening when you cancel pulling from origin in the middle. So you can manually delete the index.lock file from your .git directory: rm -f ./.git/index.lock cd into your project directory and run this …

  9. windows - Locking computer remotely - Stack Overflow

    Nov 1, 2013 · Is there any way that one can lock a desktop computer remotely? For example, if one accidently leaves a computer logged on, would there be a way to lock that computer using Remote …

  10. python - Warning: The lock file is not up to date with the latest ...

    When I am using a poetry command with Python 3.7, in my case: poetry export -f requirements.txt I am getting the following error: Warning: The lock file is not up to date with the latest changes in