How to Send Email from Powershell

18. March 2025 Jan Brekke 0

Ever wished you could fire off an email without opening Outlook, Gmail, or even touching your browser?
Let’s walk through a simple PowerShell script that lets you do just that.

Fix Unverified Repository

19. February 2019 Jan Brekke 0

Scenario: You have added a new repository to the “sources.list” file in “/etc/apt/“, but when you run “apt-get update” it refuse to use your added […]