Ubuntu10.04总结

1、如何重启图形界面?

  Ctrl + Alt + F1 进入F1命令行终端,运行 “sudo service gdm restart“ 或start x  

参考:http://forum.ubuntu.org.cn/viewtopic.php?f=86&t=242770&start=0

 http://forum.ubuntu.org.cn/viewtopic.php?f=48&t=271811(无敌三键)

http://www.linuxdiyf.com/viewarticle.php?id=140656

2、Ubuntu wubi安装:

     http://www.williamlong.info/archives/1905.html

3、ubuntu 下rar解压工具安装方法:


压缩功能
安装 sudo apt-get install rar
卸载 sudo apt-get remove rar
解压功能
安装 sudo apt-get install unrar
卸载 sudo apt-get remove unrar
ubuntu解压命令
.tar
解包:tar xvf FileName.tar
打包:tar cvf FileName.tar DirName
注:tar是打包,不是压缩!
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~
.gz
解压1:gunzip FileName.gz
解压2:gzip -d FileName.gz
压缩:gzip FileName
~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~.~
.tar.gz 和 .tgz
解压:tar zxvf FileName.tar.gz
压缩:tar zcvf FileName.tar.gz DirName

  参考:http://hi.baidu.com/ljtzyh/blog/item/1ef7c41b64c9a50a34fa41a2.html

4、Ubuntu10.04:开启3D桌面特效

  sudo aptitude install compiz compizconfig-settings-manager

5、虚拟机里ubuntu 的VM-TOOL安装

6、Ubuntu 10.04 Eclipse C/C++平台搭建

http://www.linuxidc.com/Linux/2010-12/30192.htm

7、ubuntu 下gvim配置文件.vimrc

  http://www.cnblogs.com/deeryao/archive/2010/09/10/1823655.html

8、自动挂载 Windows 分区

     http://wiki.ubuntu.org.cn/%E8%87%AA%E5%8A%A8%E6%8C%82%E8%BD%BDWindows%E5%88%86%E5%8C%BA

9、安装和更新firefox

     在火狐的官方网站上下载安装包解压之后运行里边的firefox可执行文件就可以安装(如果已经安装了,更新)。

10、添加新用户

    sudo adduser <用户名>

    http://forum.ubuntu.org.cn/viewtopic.php?t=202171


原文地址:https://www.cnblogs.com/dpc525/p/2041472.html