码迷,mamicode.com
首页 > 系统相关 > 详细

安装ubuntu桌面版小记

时间:2015-01-22 07:12:04      阅读:399      评论:0      收藏:0      [点我收藏+]

标签:network   gateway   address   ubuntu   兼容性   

ubuntu设置IP,DNS 

sudo vi /etc/network/interfaces

  auto eth0

  iface eth0 inet static

  address 

  netmask

  gateway

  :wq!

sudo vi /etc/resolvconf/resolv.conf.d/base

  nameserver

  nameserver

:wq!

sudo resolvconf -u

解决Ubuntu下DNS重启后需重设的问题

参考:http://yubosun.akhtm.com/tech/ubntu-dns-reset.htm


ubuntu无法重启网卡

sudo ifconfig eth0 down && sudo ifconfig eth0 up


由于xrdp、gnome和unity之间的兼容性问题,在Ubuntu 14.04版本中仍然无法使用xrdp登陆gnome或unity的远程桌面,现象是登录后只有黑白点为背景,无图标也无法操作。与13.10中的解决方式相同,使用xrdp只能登录xfce的远程桌面。

sudo apt-get update

sudo apt-get install xfce4

sudo apt-get install xrdp vnc4server

sudo echo "xfce4-session">~/.xsession

sudo service xrdp restart


参考:http://www.linuxidc.com/Linux/2014-04/100491.htm

      http://www.zhixing123.cn/ubuntu/41953.html


现在没有可用的软件包xbase-clients,但是它被其它的软件包引用了

http://blog.sina.com.cn/s/blog_7ca13dc40101e45j.html  软件源没有同步过 先执行 sudo apt-get update 后再执行apt-get install


Xfce是一个在Unix与Unix-like操作系统 (如GNU/Linux、FreeBSD 和 Solaris)上运行的开源桌面环境。其主要特色是快速、轻量,同时拥有美观的交互界面并易于使用。

参考:http://baike.baidu.com/link?url=eoIvJDcI2ETCWgd4YuSbSCetsy1lxuPfo5CC9vAuzPnvDb6vZau6C05lQ65H-jMWHwg4exAP7dVPtA1gIGMcIa


Ubuntu安装QQ

由于Wine QQ一直没更新版本导致目前版本报版本过低无法使用,暂时先上UK官网的国际版Wine QQ,虽然功能没那么新,但稳定能用:

下载:

下载地址:http://www.ubuntukylin.com/applications/showimg.php?lang=cn&id=23

下载后解压得到wine-qqintl文件夹,里面有三个deb包:fonts-wqy-microhei_0.2.0-beta-2_all.deb、ttf-wqy-microhei_0.2.0-beta-2_all.deb、wine-qqintl_0.1.3-2_i386.deb

安装:
1、在wine-qqintl目录下打开终端输入:sudo dpkg -i fonts-wqy-microhei_0.2.0-beta-2_all.deb ttf-wqy-microhei_0.2.0-beta-2_all.deb wine-qqintl_0.1.3-2_i386.deb
2、如果报依赖错误,输入:sudo apt-get install -f
3、自动解决依赖后再执行步骤1

另外需要注意的是:在登录的时候,如果输入密码时提示密码错误,请使用旁边的软件盘进行鼠标点击输入就能成功了。

参考:http://www.ubuntukylin.com/ukylin/forum.php?mod=viewthread&tid=7688&extra=page%3D1


安装ubuntu桌面版小记

标签:network   gateway   address   ubuntu   兼容性   

原文地址:http://shangjinming.blog.51cto.com/6106640/1606759

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!