SPF, DKIM, and DMARC

Emails are still a major threat to IT security. SPF, DKIM, and DMARC are now mandatory for sending to Outlook, Live, and Hotmail. For domains sending over 5,000 emails per day, Outlook will soon requi...
0 Read More

Git | Basic

Here’s a quick list of commands to know if you’re starting with Git. ⌨ Set email ➡️ git config global user.email ⌨ Set name ➡️ git config global user.name ⌨ Setup your own local repo...
0 Read More