Ubuntu
Ubuntu介绍 Ubuntu(乌班图)是一个以桌面应用为主的Linux操作系统,是比较流行的一款linux桌面系统,还有如:Ubuntu是属于Debian系列、CentOS则是属于Redhat系列 Ubuntu下载地址:http://releases.ubuntu.com/ 本文以Ubuntu 16.04.1 LTS为例记录U盘、硬盘安装方法(windows安装类似) Ubuntu使用使用ssh连接 默认没有安装sshd服务:udo apt-get install openssh-server,可通过systemctl status sshd查看状态 此时安装的openssh默认没有开启root用户登录权限,可修改sshd配置文件 windows远程桌面连接Ubuntu ^10 Xmanager、VNC登录远程桌面 https://www.tightvnc.com/ 基于xrdp配置远程桌面 123456789101112# 安装xrdpsudo apt-get install xrdp# 安装vnc4serversudo apt-get install vnc4server# 安装xubuntu-desktopsudo apt-get install xubuntu-desktop# 向xsession中写入xfce4-session(每个用户自己运行此行)echo ...