首页 > 代码库 > ubuntu installation note
ubuntu installation note
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
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。