PowerShell Windows - see what is running on specific port and kill processPosted on May 6 2024 / in Tips, WordPressRun the command: you can then kill the process you find on the right of the LISTENING task you can add /F for force after taskkill
.bashrc PowerShell equivalent for Windows - run on StartPosted on April 22 2024 / in WordPresslaunch PowerShell and input the command then run: and input any script you wish
Dot.NET C# - Mock Custom Http Status Code response in IActionResultPosted on April 19 2024 / in DotNETWrite this class Then you can use it like so:
Revert to a previous commit without rewriting historyPosted on April 17 2024 / in GITThe 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
Mac OS X Terminal - see what is running on specific port and kill processPosted on February 20 2024 / in Mac, TerminalRun the command you can then kill the process with disable tracing zsh startup files:
Javascript - How to watch property change on object or windowPosted on January 22 2024 / in Javascriptyou can put this in DevTools console:
Mac Automator - Create a folder and ignore it in DropboxPosted on December 26 2023 / in WordPressLaunch Automator Select Quick Action in the top, receives: files or folder in Finder.app Add a Run Shell Script, and set Pass input: as arguments in the bash run:
Recent Comments