// thetechspert.ca

The Techspert

Brogahn Ocasek — IT Support Professional
Toronto, Ontario, Canada

This is a professional profile page. I'm an IT support specialist with 15+ years of experience across enterprise environments, law firms, and industrial operations. This site is not a service portal — it exists so you can confirm I'm a real person if you've come across my name or domain online.

Desktop Support Server Administration Software Deployment Process Automation Troubleshooting End-User Training

// Try this before calling IT

troubleshoot.sh
$ run_checklist --before-escalating
01. Restart the computer — fully, not sleep/wake
02. Check if others on your network are affected
03. Try a different browser or open an incognito window
04. Clear cache & cookies (Ctrl+Shift+Delete)
05. Disable VPN temporarily, then retry
06. Check if the service has a public status page
07. Printer issue? Restart the print spooler service
08. Still stuck? Write down the exact error message first
$ // 80% of tickets resolve at step 01.

// End-user self-help

🔐

Password hygiene

  • Use a password manager — Bitwarden is free & open source
  • Minimum 16 characters; random beats "complex"
  • Never reuse passwords across different sites
  • Enable 2FA wherever it's offered
🎣

Spot a phishing email

  • Hover links before clicking — check the actual URL
  • Urgency + fear = manipulation tactic, not emergency
  • Legitimate companies never ask for passwords by email
  • Check the sender domain, not just the display name
🛡️

Basic PC security

  • Keep Windows & all apps updated — patches fix exploits
  • Windows Defender is genuinely solid for most users
  • Run a Malwarebytes free scan occasionally
  • Never dismiss UAC prompts without understanding why
💾

Back up your data

  • 3-2-1 rule: 3 copies, 2 media types, 1 offsite
  • OneDrive or Google Drive counts as your offsite copy
  • Test restores — a backup you haven't tested isn't a backup
  • External drives fail silently; check them yearly
🌐

Safe downloads

  • Download software from the official vendor site only
  • Watch for "Download" ads placed above the real button
  • Avoid bundled installers — always choose "Custom" install
  • Scan files at VirusTotal before running them
📶

Network basics

  • Restart router & modem before calling your ISP
  • 2.4 GHz = range; 5 GHz = speed (stay closer to router)
  • Wired beats wireless for video calls, every time
  • On public WiFi? Use a VPN — always

// Suspicious email? Run this check first

Before you click anything:

Does the sender's email domain match the company they claim to be? (e.g. support@paypa1.com ≠ PayPal)
Does hovering the link show a URL that actually belongs to that company?
Is the email creating urgency or threatening consequences if you don't act right now?
Is it asking for your password, SIN, credit card, or banking information?
Does the grammar, spacing, or logo look slightly off from what you'd normally see?
Did you receive this email without requesting or expecting anything?
If any of the above are yes — do not click. Forward to your IT department or delete it.

// Trusted resources