ubuntu16.04-i386安装后

1.安装输入法 [1,2]

wget "http://pinyin.sogou.com/linux/download.php?f=linux&bit=32" -O "sougou_32.deb"
sudo dpkg -i sougou_32.deb 
sudo apt-get install -f 
im-config 

选fcitx
或language support改ibus为fcitx
注销,ctrl+空格

2.安装Gnome[3]

sudo apt-get  install gnome-shell  gnome-panel   gnome-menus gnome-session gdm

3.ssh远程登录

sudo apt-get install openssh-server

4.远程桌面xrdp[4,5]

sudo apt-get install xrdp vnc4server tightvncserver
sudo apt-get install xfce4
echo xfce4-session >~/.xsession
sudo vi /etc/xrdp/startwm.sh
#在. /etc/X11/Xsession 前一行插入
xfce4-session
#putty vi 中按hjkl移动光标,不要按方向键,然后i插入,然后ESC,然后:wq退出
sudo service xrdp restart
ufw allow 3389/tcp
ufw allow 3350/tcp

5.关闭UTC[6]

ubuntu和windows双系统会出现时间不一致的情况,windows作为主系统时,可以关闭ubuntu中的UTC。

sudo timedatectl set-local-rtc 1
  1. http://jingyan.baidu.com/article/d5a880eb8b181113f147cc3b.html
  2. http://jingyan.baidu.com/article/a3aad71aa1abe7b1fa009641.html
  3. http://jingyan.baidu.com/article/22a299b51b83d39e19376aae.html
  4. http://jingyan.baidu.com/article/1709ad809d158a4635c4f04e.html
  5. http://blog.csdn.net/daniel_ustc/article/details/16845327
  6. http://blog.csdn.net/coderjyf/article/details/51270752

你可能感兴趣的:(安装)