How CAN you recognize and Avoid Phishing Scams

Malicious actors use emails, text messages, and IMs to fool you into giving them personal information. This information is is later used to target you and others you know in an attempt to gain access to resources and other information ultimately leading to you calling or entering financial information so they can steal or extort … Read more

How can I tell if my Internet Service Provider ISP is down?

ISP Outage Ruffling Your Feathers This Morning? Good Morning happy followers…well not for Comcast in Baltimore. It appears there have been rolling outages across our area.  This is a good first look to see if the outage you are experiencing is with your Internet Service Provider so you can self-diagnose the problem before calling “your … Read more

Host Your Entire Website with Hubspot

DNS records when you host your entire website with Hubspot. This post will explain how you can host your entire website, root domain and all, with HubSpot. This is especially useful for any organization using CPanel. This will help you Redirect your root domain effectively to a CName record which is the technical language for making your entire website host … Read more

How to Use Microsoft Planner (office 365 Planner) Effectively

Microsoft Planner can be an amazing tool for all-size businesses. It provides opportunities for an organization from small businesses to big corporate companies. To fully benefit from this tool, it’s important to understand how to use Microsoft Planner. What is Microsoft Planner (Office 365 Planner)? Something important to remember is that this tool is not … Read more

Make wordpress website HTTPS only using .htaccess

How do I make a website HTTPS only using .htaccess Open .htaccess for website using ftp Insert the following at top of .htaccess file: “#BEGIN Forcing https: RewriteCond %{HTTPS} off RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NC,R=301,L] #END Forcing https:” Save Overwrite existing .htaccess file

How to increase frequency of time server synchronization

When server time creep challenges VM’s from remaining compliant, fix the host OS. If using an Windows Hyper-V Server try the following: 1) start registry editor (regedit will do fine) 2) go to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetServicesW32TimeTimeProvidersNtpClient 3) edit value SpecialPollInterval. SpecialPollInterval is defined in seconds. If you wish e.g. 1 hour just write 3600. You can calculate … Read more