image

How to Make a Gmail Desktop App for Windows

While Google offers no official Gmail app for computers, you can use a workaround to turn Gmail’s desktop site into a PWA app on Windows. You’ll be able to launch and use it, similar to how you would a normal app. You’ll want to do this if you dislike other email clients’ interfaces and would prefer Gmail’s native Read More

image

How to Connect a Linux Instance on Oracle Cloud

You connect to a running Linux instance by using a Secure Shell (SSH) connection. The steps to connect to a Linux instance vary, depending on the operating system that you’re connecting from. Most UNIX-style systems include an SSH client by default. Windows 10 and Windows Server 2019 systems should include the OpenSSH client, which you need Read More

image

Set up Email Notifications for Microsoft Security 

To view or edit email notification settings for your company, follow these steps: Go to the Microsoft 365 Defender portal (https://security.microsoft.com) and sign in. In the navigation pane, select Settings, and then select Endpoints. Then, under General, select Email notifications. Review the information on the Alerts and Vulnerabilities tabs. If you don’t see any items listed on the Alerts tab, you can create a rule Read More

image

How to Setup 301 Redirects (URL Forwarding) Using Cloudflare DNS and Page Rules

The process of setting up redirects using Cloudflare’s DNS is pretty simple. You add your domain, point the CloudFlare DNS records (A record & CNAME record) to Cloudflare’s server, and then setup a URL forwarding rule. That’s pretty much it. The first two steps of this walkthrough have nothing to do with the actual CloudFlare Read More

image

How to Deploy Microsoft Defender for Identity

Are you planning on deploying Microsoft Defender for Identity (MDI), but you are not sure how to? No worries, this blog will walk you through the deployment steps. What is Microsoft Defender for Identity MDI Leverages your on-premises Active Directory signals to identify, detect, and investigate advanced threats, compromised identities, and malicious insider actions directed Read More

image

How to Redirect a Subdomain to a URL with Cloudflare

For anyone looking to Forward a Subdomain to a URL these are the steps I used as of October 2023. In the example below I will Forward sub.doamin.com to https://google.com *Note: verify Cloudflare is not paused on your domain. (Overview page, lower right under “Advanced Actions”) Step1 – Create DNS RecordType: CNAMEName: subTarget: domain.comProxy status: ProxiedTTL: Auto Step2 – Create Redirect RuleUnder Read More