Ubuntu 14.04 configuration record

The company’s desktop computer is newly installed with ubuntu, and the configuration process is recorded.

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 limited additional decoder

sudo apt-get install ubuntu-restricted-extras

adobe-flash player

sudo apt-get install flashplugin-installer

VLC

sudo apt-get install vlc

sogou Input

Access http://pinyin.sogou.com/linux/

Download the 64-bit deb package and double-click to open it and install it

Install Fcitx again

sudo apt-get install fcitx-table-wbpy

After installation, the gear system setting language in the upper right corner supports changing the keyboard input system from ibus to Fcitx

Log out and log in again to use Sogou input method

Install JDK

the first method

sudo add-apt-repository ppa:webupd8team/java 

sudo apt-get update

jdk7

sudo apt-get install oracle-java7-installer

Or jdk8

sudo apt-get install oracle-java8-installer

The second method

Browser visit http://www.oracle.com/technetwork/articles/javase/index-jsp-138363.html

Download the corresponding package such as jdk-8u74-linux-x64.tar.gz

Enter the JDK download directory

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

Add the following code

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

Save and exit

source /etc/profile

Set the system default jdk version

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

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

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

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

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

sudo update-alternatives --config java  

Verification is successful

java -version

The third method is to search and install openjdk directly in the software center instead...

Thunderbird

Click on the upper left corner and enter Thunderbird to search for Thunderbird and open it, enter the account password, and it will search for the configuration itself.

Then confirm the security exception in the lower left corner, and change the port and verification method in the account settings according to your email type.

wps

Search and install in the software center

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-2

sudo apt-get update

sudo apt-get install fish

Set fish as the login shell

chsh -s /usr/bin/fish

Install oh my fish

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

omf install grc  

chrome

Go to google official website to download chrome

sudo dpkg -i google-chrome-stable_current_amd64.deb 

Have dependency issues

sudo apt-get-f install 

Just installed

Right click terminal

sudo apt-get install nautilus-open-terminal

dictionary

Search and install the goldendist dictionary in the software center

Search online and download some offline dictionaries to set the dictionary path

You can also configure the online search to use Youdao (Unfortunately, google translation cannot be used)

wine

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

sudo apt-get update

sudo apt-get install wine1.7 winetricks

everpad

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

sudo apt-get update  

sudo apt-get install everpad 

Install wineqq

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

Baidu cloud disk client bcloud

Go to https://github.com/LiuLang/bcloud-packages to download the installation package

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

Configure uget to use aria2

Configure firefox to use uget

GIMP

Software center search installation

Synaptic

Software center search installation

Link to this article: http://www.cnblogs.com/zqb-all/p/5255457.html

Recommended Posts

Ubuntu 14.04 configuration record
Ubuntu nfs configuration
Ubuntu20.04 configuration notes
Ubuntu installation record
ubuntu configuration python, Red
Ubuntu configuration development environment
Ubuntu 18.04 network card configuration
Ubuntu development environment configuration
Network configuration under Ubuntu
023. Ubuntu common personalized configuration
CentOS8.x system configuration record
Ubuntu 17.10 installation toss record
CentOS7.x system configuration record
Ubuntu own software record
Ubuntu16.04 installation and simple configuration
Server upgrade Ubuntu 20.04 LTS record
Server upgrade Ubuntu 20.04 LTS record
Ubuntu16.04 install SVN and configuration
Ubuntu PostgreSQL installation and configuration
Detailed ubuntu14.04 build (migration) hustoj record
Ubuntu environment variables and ADB configuration
Ubuntu 20.04 best configuration guide for engineers
Ubuntu 20.04 best configuration guide for engineers
Ubuntu16.04 configuration OpenCV3.4.2 and basic use
Ubuntu 19.1 installation and configuration Chinese environment
Configuration and beautification after Ubuntu installation (1)
Nginx installation and configuration load (ubuntu12.04)
Ubuntu configuration source and installation software
Openstack G version Ubuntu13.04 three-node experiment record
Ubuntu 20.04 best configuration guide (required for newbies)
JDK environment variable configuration method under ubuntu
Ubuntu software
Ubuntu17.04 configuration method to replace domestic sources
Ubuntu install PHP and PHP Nginx configuration method
Linux (ubuntu 12.04)
DLNA/UPnP Server installation and configuration under Ubuntu 12.04
Debian and Ubuntu installation source configuration file description
The basic configuration and interface beautification of Ubuntu
Virtual machine installation and configuration ubuntu shared folder_
Note record | Ubuntu16.04 set default root user login
Kaldi installation and configuration graphic tutorials under Ubuntu
Basic configuration and common software installation after ubuntu 18.04 installation
Installation, configuration and uninstallation of GitLab in Ubuntu19.1