Ubuntu----1
1. 安装ubuntu之后,你必须要做的事情, 引自:http://itsfoss.com/things-to-do-after-installing-ubuntu-13-04/
但是对于国人来讲,墙外世界更精彩。请看配置goagent教程:http://blog.csdn.net/killzero/article/details/10160321
Ubuntu 13.04 is here! You must have checked the new features in Ubuntu 13.04. It brings lots of eye candy and a bit of performance improvement. If you have installed a fresh version of Ubuntu 13.04, there are plenty of things to install to get the best experience out of it. Here is a list of what I consider must to do things after installing Ubuntu 13.04.
Install Gnome, KDE or Cinnamon desktop environment:
A huge number of people despise Unity. This is why Ubuntu has to come up with official Gnome flavor. If you have installed Ubuntu 13.04 with Unity flavor, you can still install Gnome, Cinnamon or KDE in it. At login time, you can choose which desktop environment you want to use.
sudo apt-get install cinnamon
sudo apt-get install gnome-shell
sudo apt-get install kde-standard
You can also use other flavors of KDE desktop environment in Ubuntu.
Restricted codecs:
If you did not choose the option to install codecs while installing Ubuntu, you’ll have a number of troubles playing music and videos. You won’t be able to play MP3, AVI, MP4 and many other file formats along with Java and Flash etc. Ubuntu doesn’t include these codecs by default in its release because of legal constraint in many countries. But if you install these codecs on your own, it is you who would be held responsible for the usage and not Ubuntu. Don’t worry, its quite safe to use them ![]()
You can install it by using the following command:
sudo apt-get install ubuntu-restricted-extras
VLC Player:
While Ubuntu’s default video player, Totem is quite capable in itself, VLC is still the best Open Source video player out there. It can play almost all kind of video formats, allows you to watch and synchronize subtitles.
sudo apt-get install vlc
Adobe Flash plugin:
By default, Firefox doesn’t install flash player. Which means you won’t be bale to watch You Tube and such other videos on it.
sudo apt-get install flashplugin-installer
Intsall Rar:
If you want to avoid errors like “There is no command installed for RAR archive files“, you must install Rar.
sudo apt-get install rar
Install Google Chrome:
I don’t think it is possible in today’s world to survive on just one browser. For one reason or other you should have at least two web browsers. Ubuntu comes with Mozilla Firefox as the default web browser. You can install Chromium from Ubuntu Software Center og Google Chrome from its website.
Install Weather applet:
A nice little applet that will make you aware of the weather condition from the top panel. Install it in following manner:
sudo apt-get install indicator-weather
You can also opt for some other dedicated weather applications with more features.
Install additional drivers:
To avoid suffering from wireless and graphics problem, install third party drivers. You can find the option of additional driver in the following manner:
Go to Unity Dash, search for Software & Updates. When you open the Software & Updates, you can see the Additional Drivers tab here.

Get rid of system crash report:
This annoying system crash report has been haunting the users since Ubuntu 12.04. Even after one year and two releases, Ubuntu has not disabled this crash report apport. At times it pops up to complain that Ubuntu 13.04 has experienced internal error. Since it is just reporting, you can disable it without thinking twice.

You can modify the apport file to disable it. Open the following file:
gksu gedit /etc/default/apport
Once the file is opened, look for the line # sudo service apport start force_start=1 enabled=1
Change the enabled=1 to enabled=0 and save the file. Thats it.
Install Gnome and Unity Tweak Tool:
If you would like to tweak the appearance of your system to suite your preference such as themes, icons, launcher etc, you can use appropriate tools. For Unity you can use Unity Tweak and for Gnome, Gnome Tweak tool. Install them using the following command:
sudo apt-get install unity-tweak-tool
sudo apt-get install gnome-tweak-tool
Get Skype:
Probably the only Microsoft product you’ll be using on Linux. Skype for Linux has a real ugly interface. But hey, we don’t have a choice here. At least Microsoft has not stopped the development for the Linux version. You can get the latest Skype in the following manner:
sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
sudo apt-get update
sudo apt-get install skype
Install Dropbox:
Though Ubuntu comes with its own cloud service, Ubuntu One, I still use Dropbox as my main cloud storage. It is certainly among the first few things that I install in a new operating system.
sudo apt-get install dropbox
Change the lock timing:
This is often overlooked but is highly annoying. If you leave your Ubuntu system idle for 5 minutes, the screen goes dim and is locked. Quite irritating, no? This is why it is important to change the lock timing. To do that, search for Brightness & lock in Unity dash and change the settings like this:

Install Gimp:
If you are looking for an Adobe Photoshop alternative, you can find no better Open Source solution than Gimp. Install it by using the following command:
sudo apt-get install gimp
Of course, there will be many more things to do once you start getting on with Ubuntu 13.04. And based on preference, this to do list could be different for different people. What are your must to do things after installing Ubuntu?
Ubuntu----1的更多相关文章
- 关于ubuntu实机与虚机互相copy
我的开发环境是在ubuntu上的,但是ubuntu上没有官方支持的QQ,有些不太方便,所以在上面虚了一个Win7(先是win10,但是win10最新版本太坑了,不说了),不过经常会出现复制文件,或者文 ...
- 在Ubuntu下搭建ASP.NET 5开发环境
在Ubuntu下搭建ASP.NET 5开发环境 0x00 写在前面的废话 年底这段时间实在太忙了,各种事情都凑在这个时候,没时间去学习自己感兴趣的东西,所以博客也好就没写了.最近工作上有个小功能要做成 ...
- Ubuntu 14.04中Elasticsearch集群配置
Ubuntu 14.04中Elasticsearch集群配置 前言:本文可用于elasticsearch集群搭建参考.细分为elasticsearch.yml配置和系统配置 达到的目的:各台机器配置成 ...
- 在Ubuntu 16.10 安装 git 并上传代码至 git.oschina.net
1. 注册一个账号和创建项目 先在git.oschina.net上注册一个账号和新建一个project ,如project name 是"myTest". 2.安装git sudo ...
- 在Ubuntu 16.10安装mysql workbench报未安装软件包 libpng12-0错误
1.安装mysql workbench,提示未安装软件包 libpng12-0 下载了MySQL Workbench 6.3.8 在安装的时候报错: -1ubu1604-amd64.deb 提示: ...
- Ubuntu 16.10 安装KolourPaint 4画图工具
KolourPaint 4画图工具简单实用,可以绘画.视频处理和图标编辑: • 绘画:绘制图表和“手绘” • 视频处理:编辑截图和照片;应用特效 • 图标编辑:绘画剪贴和标识透明化 1.在Ubuntu ...
- 使用ubuntu作为web开发环境的一些感受
从ms-dos,win95,win98,winMe,winXp,vista,win7,win10我都有使用的经历,我使用时间最长的应属winxp,其次是win7,说实话,我觉得这两个系统是微软做的最好 ...
- ubuntu系统下如何修改host
Ubuntu系统的Hosts只需修改/etc/hosts文件,在目录中还有一个hosts.conf文件,刚开始还以为只需要修改这个就可以了,结果发现是需要修改hosts.修改完之后要重启网络.具体过程 ...
- Mac OS、Ubuntu 安装及使用 Consul
Consul 概念(摘录): Consul 是 HashiCorp 公司推出的开源工具,用于实现分布式系统的服务发现与配置.与其他分布式服务注册与发现的方案,比如 Airbnb 的 SmartStac ...
- 使用SecureCRT连接虚拟机(ubuntu)配置记录
这种配置方法,可以非常方便的操作虚拟机里的Linux系统,且让VMware在后台运行,因为有时候我直接在虚拟机里操作会稍微卡顿,或者切换速度不理想,使用该方法亲测本机效果确实ok,特此记录. Secu ...
随机推荐
- python 自动化之路 day 02
本节内容: 列表.元组操作 字符串操作 1. 列表.元组操作 列表是我们最以后最常用的数据类型之一,通过列表可以对数据实现最方便的存储.修改等操作 定义列表 1 names = ['Alex',&qu ...
- python的一个表达式的计算(超简单)
运行的过程如下: 输入计算表达式:3+5 计算结果:8 然后再次显示计算表达式,等待输入完成后,再次显示结果,依此循环. 作为初学者再适合不过,代码也简单,如下所示: #!/usr/bin/env ...
- CSS3鼠标移入移出图片生成随机动画
今天分享使用html+css3+少量jquery实现鼠标移入移出图片生成随机动画,我们先看最终效果图(截图为静态效果,做出来可是动态的哟) 左右旋转 上下移动 缩放 由于时间关系我就不一步步解析各段代 ...
- yii2 安装
php版本必须是php5.4以上.记得配置php环境变量 1.下载https://github.com/yiisoft/yii2-app-advanced 2.php -r "readfil ...
- alibaba的COBAR真是强大.
近好不容易抽空研究了下Cobar,感觉这个产品确实很不错(在文档方面比Amoeba强多了),特此推荐给大家.Cobar是阿里巴巴研发的关系型数据 的分布式处理系统,该产品成功替代了原先基于Oracle ...
- Cocos2d-X 2.2嵌入MFC的子窗口
1.在cocos2dx目录下创建基于对话框的MFC工程,对话框中间放一个Picture控件 2.添加cocos2dx的相关头文件包含路径.库包含路径和依赖项,可以参考其他cocos工程设置 3.选中P ...
- matplotlib 显示中文
# --*-- coding: utf-8 --*-- from matplotlib.font_manager import FontProperties import matplotlib.pyp ...
- 时序图(Sequence Diagram)
控制焦点Focus on Control 的取值: Alternative fragment(denoted “alt”) 与 if…then…else对应 Option fragment (deno ...
- 一个简单的DDraw应用程序
阅读排行榜 1. C/C++ 笔试.面试题目大汇总(72915) 2. [STL]list基础(21718) 3. COM笔记-CoCreateInstance(14842) 4. C/C++ ...
- 老陈---谈Delphi中SSL协议的应用[转]
摘要:本文主要介绍如何在Delphi中使用SSL协议.一共分为七个部分:(1)SSL协议是什么?(2)Delphi中如何使用SSL协议?(3)SSL客户端编程实例.(4)SSL服务端编程实例.(5)S ...