公司配的台式机,新装了ubuntu,记录下配置过程。

vim

sudo apt-get install vim

unzip

sudo apt-get install unzip

unrar

sudo apt-get install unrar

cmake

sudo apt-get install cmake

ubuntu受限的额外的解码器

sudo apt-get install ubuntu-restricted-extras

adobe-flash播放器

sudo apt-get install flashplugin-installer

VLC

sudo apt-get install vlc

搜狗输入法

访问http://pinyin.sogou.com/linux/

下载64位deb包 双击打开就可以安装上

再安装Fcitx

sudo apt-get install fcitx-table-wbpy

安装完毕后 右上角齿轮 系统设置 语言支持 将键盘输入方式系统从ibus换成Fcitx

注销后重新登陆 即可使用搜狗输入法

安装JDK

第一种方法

sudo add-apt-repository ppa:webupd8team/java 
sudo apt-get update

jdk7

sudo apt-get install oracle-java7-installer

或jdk8

sudo apt-get install oracle-java8-installer

第二种方法

浏览器访问http://www.oracle.com/technetwork/articles/javase/index-jsp-138363.html

下载对应的包 比如下载的是jdk-8u74-linux-x64.tar.gz

进入JDK的下载目录

sudo tar zxvf jdk-8u74-linux-x64.tar.gz -C /usr/lib/jvm 
vim /etc/profile

添加以下代码

export JAVA_HOME=/usr/lib/jvm/jdk1..0_74
export JRE_HOME=${JAVA_HOME}/jre
export CLASSPATH=.:${JAVA_HOME}/lib:${JRE_HOME}/lib
export PATH=${JAVA_HOME}/bin:$PATH

保存退出

source /etc/profile

设置系统默认jdk版本

sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk1..0_74/bin/java  

sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk1..0_74/bin/javac  

sudo update-alternatives --install /usr/bin/jar jar /usr/lib/jvm/jdk1..0_74/bin/jar  

sudo update-alternatives --install /usr/bin/javah javah /usr/lib/jvm/jdk1..0_74/bin/javah  

sudo update-alternatives --install /usr/bin/javap javap /usr/lib/jvm/jdk1..0_74/bin/javap  

sudo update-alternatives --config java  

验证是否成功

java -version

第三种方法 直接在软件中心 搜索安装openjdk代替……

Thunderbird

点击左上角 输入Thunderbird搜索到Thunderbird并打开,输入账号密码,它会自己搜索配置。

然后左下角确认安全例外,根据自己的邮箱类型在账户设置里改下端口和验证方式就可以。

wps

在软件中心搜索安装

Guake

sudo add-apt-repository ppa:webupd8team/unstable
sudo apt-get update
sudo apt-get install guake

fish shell

sudo apt-add-repository ppa:fish-shell/release-

sudo apt-get update

sudo apt-get install fish

设置fish为登陆shell

chsh -s /usr/bin/fish

安装oh my fish

curl -L https://github.com/oh-my-fish/oh-my-fish/raw/master/bin/install | fish

omf install grc  

chrome

到google官网下载chrome

sudo dpkg -i google-chrome-stable_current_amd64.deb 

有依赖问题

sudo apt-get -f install 

就装好了

右键终端

sudo apt-get install nautilus-open-terminal

词典

在软件中心搜索安装词典goldendist

上网搜索下载一些离线词典 设置词典路径

还可以配置在线搜索 目前用有道(可惜google翻译不能用)

wine

sudo add-apt-repository ppa:ubuntu-wine/ppa

sudo apt-get update

sudo apt-get install wine1. winetricks

everpad

sudo add-apt-repository ppa:nvbn-rm/ppa  

sudo apt-get update  

sudo apt-get install everpad 

安装wineqq

参考 http://www.longene.org/forum/viewtopic.php?f=6&t=30516

百度网盘客户端bcloud

https://github.com/LiuLang/bcloud-packages下载安装包

uget

sudo add-apt-repository ppa:plushuang-tw/uget-stable

sudo apt-get update

sudo apt-get install uget 

aria2

sudo add-apt-repository ppa:t-tujikawa/ppa

sudo apt-get update

sudo apt-get install aria2

配置uget使用aria2

配置firefox使用uget

GIMP

软件中心搜索安装

新立得

软件中心搜索安装

本文链接:http://www.cnblogs.com/zqb-all/p/5255457.html

Ubuntu14.04配置记录的更多相关文章

  1. Caffe+CUDA7.5+CuDNNv3+OpenCV3.0+Ubuntu14.04 配置参考文献 以及 常见编译问题总结

    Caffe+CUDA7.5+CuDNNv3+OpenCV3.0+Ubuntu14.04  配置参考文献 ---- Wang Xiao Warning: Please make sure the cud ...

  2. Caffe+CUDA8.0+CuDNNv5.1+OpenCV3.1+Ubuntu14.04 配置参考文献 以及 常见编译问题总结

    Caffe + CUDA8.0 + CuDNNv5.1 + OpenCV3.1 + Ubuntu14.04  配置参考文献 ---- Wang Xiao  Anhui University  CVPR ...

  3. Ubuntu14.04配置gcc4.4.4+Qt4.8.4交叉编译环境

    安装32位程序运行支持 sudo apt-get install lib32stdc++6 lib32z1 lib32ncurses5 lib32bz2-1.0 可能报错: lib32stdc++6 ...

  4. ubuntu14.04 配置网络

    ubuntu14.04 配置网络的练习 本文参考的资料: https://blog.csdn.net/liu782726344/article/details/52912797. 感谢作者的分享! 打 ...

  5. Ubuntu14.04配置VIM与GVIM 高亮、跳转与变量函数列表

    一.环境:刚安装好的Ubuntu14.04,本文只能保证 在Ubuntu下能达到效果. 二.安装GVim. sudo apt-get update sudo apt-get install vim-g ...

  6. Ubuntu14.04配置Mono+Jexus

    总所周知,ASP.NET是微软公司的一项技术,是一个网站服务端开发的一种技术,它可以在通过HTTP请求文档时再在Web服务器上动态创建它们,就是所谓动态网站开发,它依赖运行于 IIS 之中的程序 .但 ...

  7. ubuntu14.04 配置中文输入法

    ubuntu14.04自带中文输入法,只要配置就可以了. 1.安装中文支持 System Settings -->  Language Support 点击 install/remove lan ...

  8. ubuntu14.04配置中文latex完美环境(texlive+texmaker+lyx)

    Ubuntu下的文档编辑虽然有libreoffice,但对中文和公式的排版始终不如ms office,因此要想写出高质量的文档,只能靠latex了,现在随着xeCjk的开发,中文文档在ubuntu下的 ...

  9. 戴尔笔记本win8.1+UEFI下安装Ubuntu14.04过程记录

    瞎扯:笔记本刚买不久就想装ubuntu来着,但结果发现BIOS启动方式为UEFI,网上一搜索发现跟曾经的双系统安装方法不一样,看详细教程感觉相当复杂,并且也有点操心折腾跪了这新本本所以一直没有动手.但 ...

随机推荐

  1. open文件操作

    open()做文件操作的就是他1.打开文件#f=open("db","r")#只读#f-open("db","w")#只 ...

  2. mongodb学习04 操作详解(2)

    查找文档 筛选查找 db.collection.find(); 返回一个集合中文档的子集,子集的 范围从 0 个文档到整个集合; db.collection.findOne(); 返回筛选的一个文档; ...

  3. jquery笔记(效果)

    显示/隐藏: $(selector).hide(speed, function()):隐藏 $(selector).show(speed, function()):隐藏 $(selector).tog ...

  4. ios 简单的倒计时验证码数秒过程实现

    timer = [NSTimer scheduledTimerWithTimeInterval:1.0 target:self selector:@selector(timerFireMethod:) ...

  5. ural 1072. Routing

    1072. Routing Time limit: 1.0 secondMemory limit: 64 MB There is a TCP/IP net of several computers. ...

  6. BZOJ4665 : 小w的喜糖

    考虑枚举哪些人一定不合法,那么方案数可以通过简单的排列组合算出. 于是设$f[i][j]$表示前$i$种糖果,一共有$j$个人一定不合法的方案数,但是这样并不能保证其他人一定合法,所以需要进行容斥. ...

  7. Storm实战集锦

    一.Kafka+Storm+HDFS整合实践 本文导读: 前言 Kafka安装配置 Storm安装配置 整合Kafka+Storm 整合Storm+HDFS 整合Kafka+Storm+HDFS 参考 ...

  8. input type=checkbox checked disabled

    input type=checkbox checked disabled 禁用无法提交!

  9. topcoder SRM 623 DIV2 CatchTheBeatEasy

    比较简单的一题,纠结比较久的是把my_cmp和my_minus放在类中,利用sort函数会出现 no matching function for call to ""sort(st ...

  10. 【BZOJ】3916: [Baltic2014]friends

    http://www.lydsy.com/JudgeOnline/problem.php?id=3916 #include <bits/stdc++.h> using namespace ...