2024年4月11日发(作者:)

Ubuntu的远程桌面(xrdp)

一、 Ubuntu 12.04

1. 安装Ubuntu 12.04,带desktop界面。

2. 修改root密码

root@unis-oVirt-Node:~# sudo passwd

Enter new UNIX password: unis123

Retype new UNIX password: unis123

passwd: password updated successfully

3. sudo su 切换到root,从$切换到#

4. 安装ssh

#sudo apt-get install openssh-client

#sudo apt-get install openssh-server

ssh到ubuntu root/unis123

5. 关闭防火墙

ufw disable

iptables -F

删除防火墙

sudo apt-get remove iptables

6. 安装yum

sudo apt-get install yum

7. 安装ovirt-guest-agent,实现ovirt-engine对ubuntu虚机系统获取IP地址

A. 新建配置文件

# sudo nano -w /etc/apt/.d/

B. 加入以下信息

deb

/repositories/home:/evilissimo:/ubuntu:/12.04/xUb

untu_12.04/ /