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的更多相关文章

  1. 关于ubuntu实机与虚机互相copy

    我的开发环境是在ubuntu上的,但是ubuntu上没有官方支持的QQ,有些不太方便,所以在上面虚了一个Win7(先是win10,但是win10最新版本太坑了,不说了),不过经常会出现复制文件,或者文 ...

  2. 在Ubuntu下搭建ASP.NET 5开发环境

    在Ubuntu下搭建ASP.NET 5开发环境 0x00 写在前面的废话 年底这段时间实在太忙了,各种事情都凑在这个时候,没时间去学习自己感兴趣的东西,所以博客也好就没写了.最近工作上有个小功能要做成 ...

  3. Ubuntu 14.04中Elasticsearch集群配置

    Ubuntu 14.04中Elasticsearch集群配置 前言:本文可用于elasticsearch集群搭建参考.细分为elasticsearch.yml配置和系统配置 达到的目的:各台机器配置成 ...

  4. 在Ubuntu 16.10 安装 git 并上传代码至 git.oschina.net

    1. 注册一个账号和创建项目 先在git.oschina.net上注册一个账号和新建一个project ,如project name 是"myTest". 2.安装git sudo ...

  5. 在Ubuntu 16.10安装mysql workbench报未安装软件包 libpng12-0错误

    1.安装mysql workbench,提示未安装软件包 libpng12-0 下载了MySQL Workbench 6.3.8   在安装的时候报错: -1ubu1604-amd64.deb 提示: ...

  6. Ubuntu 16.10 安装KolourPaint 4画图工具

    KolourPaint 4画图工具简单实用,可以绘画.视频处理和图标编辑: • 绘画:绘制图表和“手绘” • 视频处理:编辑截图和照片;应用特效 • 图标编辑:绘画剪贴和标识透明化 1.在Ubuntu ...

  7. 使用ubuntu作为web开发环境的一些感受

    从ms-dos,win95,win98,winMe,winXp,vista,win7,win10我都有使用的经历,我使用时间最长的应属winxp,其次是win7,说实话,我觉得这两个系统是微软做的最好 ...

  8. ubuntu系统下如何修改host

    Ubuntu系统的Hosts只需修改/etc/hosts文件,在目录中还有一个hosts.conf文件,刚开始还以为只需要修改这个就可以了,结果发现是需要修改hosts.修改完之后要重启网络.具体过程 ...

  9. Mac OS、Ubuntu 安装及使用 Consul

    Consul 概念(摘录): Consul 是 HashiCorp 公司推出的开源工具,用于实现分布式系统的服务发现与配置.与其他分布式服务注册与发现的方案,比如 Airbnb 的 SmartStac ...

  10. 使用SecureCRT连接虚拟机(ubuntu)配置记录

    这种配置方法,可以非常方便的操作虚拟机里的Linux系统,且让VMware在后台运行,因为有时候我直接在虚拟机里操作会稍微卡顿,或者切换速度不理想,使用该方法亲测本机效果确实ok,特此记录. Secu ...

随机推荐

  1. jquery tab mouseover 特效

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/ ...

  2. 【转】Oracle job procedure 存储过程定时任务

    原文:Oracle job procedure 存储过程定时任务 oracle job有定时执行的功能,可以在指定的时间点或每天的某个时间点自行执行任务. 一.查询系统中的job,可以查询视图 --相 ...

  3. 『奇葩问题集锦』Zepto 页面唤醒拨号功能点透

    不废话直接上代码: HTML: <a class="js-tel tel" data-tel="1312414"></a> JS: // ...

  4. yii2定义模版

    首先复制vendor\yiisoft\yii2-gii\generators\crud\default目录到根目录下的giitemplate/crud(这个目录自己新建), 然后打开gii配置文件,添 ...

  5. wpf:DataGrid使用

    xmlns:i="clr-namespace:System.Windows.Interactivity;assembly=System.Windows.Interactivity" ...

  6. Java笔记2 : 泛型的体现,及其上限、下限、通配符

    Java中的泛型是在jdk5.0引入的,语法不难,但是需要注意的细节有很多,这里写一下备忘. 首先是最简单的泛型类,泛型方法,泛型接口: //泛型接口的定义 interface MyInter< ...

  7. Word续上表

    选中表格的下半部分(全部下半部分),然后按ctrl+shift+enter,这样就换行了.

  8. 【转载】JavaEE权限管理分析

    JavaEE权限管理分析 一.背景 在 Web 应用开发中,安全一直是非常重要的一个方面.安全虽然属于应用的非功能性需求,但是应该在应用开发的初期就考虑进来.如果在应用开发的后期才考虑安全的问题,就可 ...

  9. 解决iOS应用内购买报错:invalidProductIdentifiers

    当写完IAP业务过程后,点击测试却发现没有返回成功的商品Id,反而返回了无效的商品:response.invalidProductIdentifiers 这种情况下考虑以下因素: 创建的App ID是 ...

  10. 防御XSS攻击的七条原则

    本文将会着重介绍防御XSS攻击的一些原则,需要读者对于XSS有所了解,至少知道XSS漏洞的基本原理,如果您对此不是特别清楚,请参考这两篇文章:<Stored and Reflected XSS ...