How To Install and Configure VNC on Ubuntu 14.04
How To Install and Configure VNC on Ubuntu 14.04
VNC is a remote desktop software that allows you to access your Ubuntu 14.04 desktop environment from another computer. Here are the steps to install and configure VNC on Ubuntu 14.04:
Step 1: Install VNC Server
- Open a terminal window
- Run the following command to install VNC server:
sudo apt-get install tightvncserver - Follow the prompts to complete the installation process
Step 2: Configure VNC Server
- Run the following command to start VNC server:
vncserver :1 - Enter a password when prompted
- Stop the VNC server:
vncserver -kill :1 - Edit the VNC server configuration file:
nano ~/.vnc/xstartup - Add the following lines at the end of the file:
#!/bin/bash xrdb $HOME/.Xresources startxfce4 & - Save and close the file
- Start the VNC server again:
vncserver :1
Step 3: Connect to VNC Server
- On your remote computer, install a VNC client software
- Open the VNC client software and enter the IP address of your Ubuntu 14.04 computer, followed by the port number
:1 - Enter the VNC server password when prompted
- You should now be connected to your Ubuntu 14.04 desktop environment
Комментарии
Отправить комментарий