The other day, I had to restart a Windows server using only Powershell. The catch was that I had to do it only if the output of a command line tool was a certain way. I also kept a log for documentation purposes.
[Read More]
Stack vs Heap in C#
In C#, there are two main ways to store data in memory: on the stack and on the heap.
[Read More]
mklink /D
The mklink command is a powerful tool in the Windows command line that allows you to create symbolic links. A symbolic link is a special type of file that points to another file or directory on your system. When you access the symbolic link, it behaves as if you are...
[Read More]
My favorite Windows 10 keyboard shortcuts
Windows File Explorer
[Read More]
AWS - How to search for IP addresses - CLI
How to find out which resource owns this IP in AWS.
[Read More]