π₯οΈ Securing Your PC and Configuring Passkeys
π 1. Basic Principles for Securing Your PCβ
A secure PC is protected against cyberattacks, viruses, and intrusions. Here are the basics to secure your computer.
β 1.1 Updating Your Operating Systemβ
- Windows: Settings > Update & Security > Windows Update
- macOS: System Preferences > Software Update
- Linux: Use the following commands:
- Ubuntu/Debian:
sudo apt update && sudo apt upgrade
- Fedora:
sudo dnf update
- Ubuntu/Debian:
π Microsoft Guide - Windows Update
π Apple Guide - macOS Update
π 1.2 Activating an Antivirus and a Firewallβ
- Windows: Windows Security > Virus & Threat Protection
- macOS: Firewall activated in Security & Privacy
- Linux: Install ufw (
sudo apt install ufw
), then enable withsudo ufw enable
π Microsoft Guide - Windows Security
π Google Chrome Guide - Secure Your Browsing
π Apple Safari Guide - Privacy and Security
If you want me to add them directly to the document, let me know! π
π 1.3 Using SmartLinkβ
Good news for you, by using SmartLink you are already taking a giant step towards securing your IT environment!
π΅οΈ 1.4 Securing Your Browser and Connectionsβ
- Enable HTTPS Everywhere and block third-party cookies
- Check extension permissions
- Use a VPN if you are on public Wi-Fi
- Regularly update your browser
π Mozilla Guide - Secure Firefox
π Google Guide - Secure Chrome
π Apple Guide - Secure Safari
π 2. Configuring Passkeys on PCβ
Passkeys are secure alternatives to passwords, compatible with Windows Hello, macOS Touch ID, and FIDO2.
π₯οΈ 2.1 Activating Windows Hello on Windows 10/11β
- Settings > Accounts > Sign-in options
- Under Windows Hello, set up facial recognition, fingerprint, or a PIN
- Ensure your Microsoft account is synced
π Windows Hello Guide - Microsoft
π 2.2 Activating Passkeys on macOSβ
- System Preferences > Passwords
- Click on a compatible account and select Add a passkey
- Confirm with Touch ID or administrator password
π 2.3 Using a FIDO2 Security Keyβ
If your PC does not support Windows Hello or Touch ID, you can use a USB/NFC security key:
- YubiKey: Compatible with Windows/macOS/Linux
- Google Titan: Compatible with Google services
π YubiKey - FIDO2 Security Keys
π Google Titan - Security Key
β Conclusionβ
By following these steps, your PC will be protected against most threats. Configuring passkeys simplifies authentication while enhancing your security. ππ