Hướng dẫn điều khiển máy tính với Ubuntu
Tiếng Việt
Ubuntu là một hệ điều hành Linux phổ biến, được sử dụng bởi nhiều người trên khắp thế giới. Một trong những tính năng hữu ích nhất của Ubuntu là khả năng điều khiển máy tính từ xa. Điều này cho phép bạn truy cập và sử dụng máy tính Ubuntu của mình từ bất kỳ nơi nào có kết nối internet.
Có hai cách chính để điều khiển máy tính Ubuntu từ xa:
Sử dụng ứng dụng khách Remote Desktop
Sử dụng SSH
Sử dụng ứng dụng khách Remote Desktop
Ứng dụng khách Remote Desktop là một chương trình cho phép bạn kết nối với máy tính từ xa. Có nhiều ứng dụng khách Remote Desktop khác nhau có sẵn, bao gồm:
Trên Windows: Remote Desktop Connection
Trên macOS: Remote Desktop
Trên Linux: Remmina
Để sử dụng ứng dụng khách Remote Desktop để điều khiển máy tính Ubuntu từ xa, bạn cần:
Đảm bảo rằng máy tính Ubuntu của bạn đã bật tính năng chia sẻ màn hình.
Tìm địa chỉ IP của máy tính Ubuntu. Bạn có thể tìm thấy địa chỉ IP này bằng cách mở một terminal và chạy lệnh sau:
ip addr show
Mở ứng dụng khách Remote Desktop trên máy tính của bạn.
Nhập địa chỉ IP của máy tính Ubuntu vào hộp thoại Connect to a computer.
Nhập tên người dùng và mật khẩu của bạn.
Nhấp vào Connect.
Sử dụng SSH
SSH là một giao thức mạng cho phép bạn kết nối an toàn với máy tính từ xa. Để sử dụng SSH để điều khiển máy tính Ubuntu từ xa, bạn cần:
Đảm bảo rằng máy tính Ubuntu của bạn đã bật SSH.
Cài đặt ứng dụng khách SSH trên máy tính của bạn.
Mở ứng dụng khách SSH trên máy tính của bạn.
Kết nối với máy tính Ubuntu bằng lệnh sau:
ssh user@ip_address
Thay thế “user” bằng tên người dùng của bạn và “ip_address” bằng địa chỉ IP của máy tính Ubuntu.
Lưu ý
Nếu bạn muốn truy cập máy tính Ubuntu từ bên ngoài mạng gia đình hoặc văn phòng của mình, bạn cần đảm bảo rằng máy tính Ubuntu của bạn có địa chỉ IP tĩnh.
Bạn nên sử dụng mật khẩu mạnh cho máy tính Ubuntu của mình để bảo vệ khỏi truy cập trái phép.
English
Ubuntu is a popular Linux operating system, used by many people around the world. One of the most useful features of Ubuntu is the ability to remotely control your computer. This allows you to access and use your Ubuntu computer from anywhere with an internet connection.
There are two main ways to remotely control an Ubuntu computer:
Using a Remote Desktop client
Using SSH
Using a Remote Desktop client
A Remote Desktop client is a program that allows you to connect to a remote computer. There are many different Remote Desktop clients available, including:
On Windows: Remote Desktop Connection
On macOS: Remote Desktop
On Linux: Remmina
To use a Remote Desktop client to remotely control an Ubuntu computer, you need to:
Make sure that your Ubuntu computer has screen sharing enabled.
Find the IP address of your Ubuntu computer. You can find this IP address by opening a terminal and running the following command:
ip addr show
Open the Remote Desktop client on your computer.
Enter the IP address of your Ubuntu computer into the Connect to a computer dialog box.
Enter your username and password.
Click Connect.
Using SSH
SSH is a network protocol that allows you to securely connect to a remote computer. To use SSH to remotely control an Ubuntu computer, you need to:
Make sure that your Ubuntu computer has SSH enabled.
Install an SSH client on your computer.
Open the SSH client on your computer.
Connect to your Ubuntu computer with the following command:
ssh user@ip_address
Replace “user” with your username and “ip_address” with the IP address of your Ubuntu computer.
Note
If you want to access your Ubuntu computer from outside your home or office network, you need to make sure that your Ubuntu computer has a static IP address.
You should use a strong password for your Ubuntu computer to protect it from unauthorized access.