首页 > 其他 > 详细

ubuntu installation note

时间:2014-06-27 17:09:20      阅读:337      评论:0      收藏:0      [点我收藏+]

14.04 LTS

enabling vnc:
0. apt-get install dconf-tools
1.click icon "search your computer and online sources"
desktop sharing, enable
2. create file and named as vino-fix.sh
#!/bin/bash
export DISPLAY=:0.0
gsettings set org.gnome.desktop.remote-access require-encryption false
3. sudo chomd +x vino.sh
4. click icon "serach your computer and online sources"
startup application
add, vino-fix.sh
5. enhance performance
gsettings set org.gnome.vino disable-xdamage true

intall openssh
sudo apt-get install openssh-server

install ftp
sudo apt-get install vsftpd
see /etc/vsftpd.conf

ubuntu installation note,布布扣,bubuko.com

ubuntu installation note

原文:http://www.cnblogs.com/sadcat/p/3810077.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!