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 ...
随机推荐
- cocos2dx如何添加popScene的场景动画
说明 我们很容易在pushScene中添加动画 Director::getInstance()->pushScene(TransitionSlideInB::create(SCENE_TIME, ...
- Shell符号展开
字符 展开 * 这个 “*” 字符意味着匹配文件名中的任意字符 shell 把 “*” 展开成了另外的东西 ,在 echo 命令被执行前. ~家目录 算术表达式展开 算术表达式展开使用这种格式: $( ...
- easy ui tabs 顶部绑定事件
$(function(){ $('#tb').tabs('bindclick', function(index, title){ }); }); $.extend($.fn.tabs. ...
- Winform打包发布图解
最近,机房收费系统的个人版接近尾声,到了打包发布的时刻.VB.NET的打包发布与VB6.0的打包发布存在不小的差别.下面我们来详细看一下如果打包发布. 第一步: 打开VS,新建项目,选择其他项目类型- ...
- Spring Cloud Eureka Server 启停状态监控
目前发现如下的api: 当时没有找到文档 http://localhost:8761/eureka/apps 参考文章:(此文中api带有v2我自己试验不需要v2) http://blog.csdn. ...
- JS获取IP、MAC和主机名的五种方法
javascript获取客户端IP的小程序,下面的代码是我在所有windowsNT5.0及以上的系统上都测试通过的,喜欢的朋友可以收藏下.今天在搞JS(javascript)获取客户端IP的小程序,上 ...
- 几个 JavaScript 奇技淫巧
#1使用双等号给布尔变量赋值,很容易联想到 var a = b || 123; 的写法 var a = b == 123;#2快速转换为布尔值 !!a#3防止页面被 iframe 调用 if(top ...
- python【第二十篇】Django表的多对多、Ajax
1 创建多对多表的方式有两种 1.1 方式一:自定义关系表 class Host(models.Model): nid = models.AutoField(primary_key=True) hos ...
- PHP源码阅读笔记一(explode和implode函数分析)
PHP源码阅读笔记一一.explode和implode函数array explode ( string separator, string string [, int limit] )此函数返回由字符 ...
- arm-linux-gcc编译器定义寄存器变量
uboot代码中有这么一句话“#define DECLARE_GLOBAL_DATA_PTR register volatile gd_t *gd asm ("r8")”, ...