How to Access PC at Home 1 minutes | 114 words Background Story Why I want to access my PC at home? It’s too heavy to carry around. It’s Intel based while my laptop is a M1 mac. It can …
SSH Login Without Password 1 minutes | 56 words Add remote host to ssh config file $ nano ~/.ssh/config Host remotehost Hostname Port HostKeyAlias remotehost User Create public and …
Automated Birthday Wisher 3 minutes | 435 words Objectives: Send email using python code. Libraries: smtplib, datetime, pandas Code: Automated Birthday Wisher How email works? For example, …