Run the command you can then kill the process with you can add /F for force after taskkill
ARCHIVE
Tips
Posted on April 17 2024 / in GIT
The tip of the git would not go back in time, it will go on top of the current branch tip head. would return to 2 commits behind
Posted on November 22 2023 / in GIT
To have this happen automatically for branches without a trackingupstream, see ‘push.autoSetupRemote’ in ‘git help config’.
Posted on October 25 2023 / in Tips
For that we will follow these steps: 1. Create a directory for global packages 2. Tell npm where to store globally installed packages 3. Ensure npm will find installed binaries and man pages Add the following to your .bashrc / .zshrc: i. check config with: npm config get
Posted on October 7 2023 / in Mac
How to create a local dev Apache Mysql PHP Setup on Mac OS X ‣ Digital Zoom Studio brew unlink php && brew link --overwrite --force php@8.0 add this in your conf file inside apache configuration ( use /opt/homebrew/bin/httpd -V to find the configuration file ) LoadModule rewrite_module lib/httpd/modules/mod_rewrite.so LoadModule php_module /opt/homebrew/opt/php/lib/httpd/modules/libphp.so AddType application/x-httpd-php .php
Recent Comments