Skip to content

Instantly share code, notes, and snippets.

@hieu-v
Last active February 26, 2024 09:39
Show Gist options
  • Save hieu-v/29785e098b04a067c4bb60f0157c85f1 to your computer and use it in GitHub Desktop.
Save hieu-v/29785e098b04a067c4bb60f0157c85f1 to your computer and use it in GitHub Desktop.
Bitdefender

Hướng dẫn cài trên Linux

1. Tải gói cài đặt

2. Đổi tên máy tính

  • Windows

    Theo hướng dẫn sau: Rename your Windows 10 PC

  • Linux

    hostnamectl set-hostname your.new.name
    
    # Example: hostnamectl set-hostname nguyen.trung.hieu
    
  • macOS

    sudo scutil –set ComputerName your.new.name
    sudo scutil –set HostName your.new.name
    sudo scutil –set LocalHostName your.new.name
    
    

3. Cài đặt

  • Windows
  • Linux Giải nén vào folder bitdefender
    cd bitdefender
    chmod +x installer
    sudo ./installer
    
  • macOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment