#powershell
Read more stories on Hashnode
Articles with this tag
With Powershell · When migrating some processing logic to a new framework/service, I wanted to compare the contents of two JSONL files with a schema...
in Chrome and Chromium (113.0.5672.85) · There is inconsistent behavior with the output generated by the Chrome/Chromium Developer Tools for cUrl and...
CVE 2023-21036 · I first heard about this vulnerability a month ago on the Security Now podcast. Fell asleep to a Computerphile episode on it. First...
I was browsing r/ProgrammerHumor when I came across this post: :(){ :|:& };:. This is a fork bomb in Unix/Bash shell command. This logic will...
Had a story to copy hundreds of files from a Secure File Transfer Protocol (SFTP) server to an Azure Storage Account blob store. Used WinSCP to get...
TargetFramework/TargetFrameworks · Recently had to update the .NET Framework version for a service. Initially, did a quick and dirty regex...