lhlucky

一.在操作系统中用管理员权限安装以下软件

     1. 安装xrdp:

          sudo apt-get install xrdp

      2. 安装vnc4server:

          sudo apt-get install vnc4server

      3. 安装xubuntu-desktop:

           sudo apt-get install xubuntu-desktop

       4. xsession中写入xfce4-session,需要远程的用户都要单独执行这条命令:

            echo "xfce4-session" >~/.xsession

        5. 重启xrdp服务:

             /etc/init.d/xrdp  restart

二. Windows端操作

      1.执行MSTSC开启远程登陆终端

          

     2. 输入密码:

 

         

 

     3. 连接的界面

         

 

#########################################################

三. ubuntu vsftpd.conf配置

 

listen=YES

listen_port=2112

anonymous_enable=NO

local_enable=YES

write_enable=YES

chroot_local_user=NO

chroot_list_file=/etc/vsftpd.chroot_list

pam_service_name=ftp

分类:

技术点:

相关文章:

  • 2021-11-19
  • 2021-07-26
  • 2021-06-20
  • 2021-07-19
  • 2021-11-17
  • 2022-12-23
猜你喜欢
  • 2021-12-27
  • 2022-02-16
  • 2022-01-02
  • 2022-02-09
  • 2021-12-31
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案