How to kill a process running on a local port in Windows 2024-01-16 3 min read Blog Now you can’t run your application because another process already uses the port. How can you find that process? How to kill it? Continue reading
OhMyPosh and CascadiaCode not working on PowerShell? How to fix it in Windows 10 and Windows 11 Integrated Terminal 2023-10-31 6 min read Blog Learn how to integrate Oh My Posh, a cross-platform tool that lets you create beautiful and informative prompts for PowerShell. Continue reading
How to open the same URL on different environments with PowerShell 2021-01-26 3 min read Blog Revise PowerShell basics with a simple script that opens a browser for each specified URL. We’re gonna cover how to declare variables, define arrays, concatenate strings and run CMD commands. Continue reading