Run the command you can then kill the process with you can add /F for force after taskkill
ARCHIVE
terminal
Posted on April 29 2023 / in Tips
on MAC OS X, how a list of disks and partitions: detect your disk and enter: when on windows dual boot, mount the efi drive: open CMD in Administrator mode you can find ONE COMMANDER on the app store, to open on Linux, use
Posted on October 27 2020 / in Tips
zip a directory without .git and node_modules you can type this in Terminal cd TARGET_PATH/ zip -r dzs-wootable.zip ./dzs-wootable -x "**/node_modules/*" "*.git*"
Posted on September 26 2018 / in Tips
To see current processes do this in terminal sudo lsof -i ':80' To stop the built in apache server in Mac OS X do sudo apachectl stop
Posted on September 25 2018 / in Tips
best option would be to use cpanel option if avaialble recommandation Install brew brew install certbot use this command certbot --apache -d yourdomain.com this might also work sudo certbot certonly --manual create the file requested
Posted on June 30 2017 / in Tips
Launch Terminal write: defaults write com.apple.screencapture type jpg then you can write killall SystemUIServer Should be all Tried in Mac OS X Sierra
Recent Comments