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. Launch a Batch File With Windows Installer

    Quote from: http://flexerasoftware.force.com/articles/en_US/HOWTO/Q111515 Synopsis This article desc ...

  2. 状态模式(State Pattern)

    状态模式:允许对象在内部状态改变时改变它的行为,对象看起来好像修改了它的类. 这个模式将状态封装成为独立的类,并将动作委托到代表当前对象的对象,这样行为就与拥有状态类解耦了. 从客户的角度来看,对象的 ...

  3. CentOS7修改网卡为eth0

    CentOS7修改网卡为eth0 1.编辑网卡信息 [root@linux-node2~]# cd /etc/sysconfig/network-scripts/  #进入网卡目录 [root@lin ...

  4. django 学习点滴

    django连接数据库要安装第三方包,比如mysql的就是 python-mysqldb, 用apt-cache search python-mysql 搜索一下. django的project可以放 ...

  5. canvas径向渐变详解

    创建径向渐变步骤如下: 1,创建径向渐变对象 createRadialGradient(x0,y0,r0,x1,y1,r1),其中x0,y0,r0分别为起始圆的位置坐标和半径,x1,y1,r1为终止圆 ...

  6. JS进制转换,浮点数相加,数字判断

    document.write("整数转换函数:parseInt(数据,底数)<br>"); document.write("10101=>" ...

  7. substring和substr的用法

    substring 方法用于提取字符串中介于两个指定下标之间的字符 substring(start,end) 开始和结束的位置,从零开始的索引 返回值是一个新的字符串,该字符串值包含 stringOb ...

  8. android中listview的item滑动删除效果(已解决listview点击问题)

    领导看到iphone上tableview有个滑动删除的效果,要求在android上也实现,搜了下资料,实现起来比较简单,可弄到后面,居然不能点击了,把一篇文章中的代码修改了一下,捣鼓了一番,搞定,下面 ...

  9. Android使用adb工具及root权限完成手机抓包

    1.环境准备/注意: 手机要求已经root. 首先需要配置JDK环境变量,这里主要讲解抓包,JDK环境变量配置跳过. 将包内附带的adb.zip解压到C盘根目录.  整个操作过程都需要用手机用数据线连 ...

  10. Java 单链表的倒置

    在面试,笔试的过程中经常会遇到面试官问这种问题,实现单链表的倒置方法.现在对单链表的倒置犯法做个记录,方便自己以后查看. 单链表的定义: public class Node { int v; Node ...