Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ After installing Ubuntu 15.04, to do a few things     - How to manage KVM virtual environments with command-line tools in Linux (Server)

- Gentoo: !!! existing preserved libs problem (Linux)

- MySQL master-slave delay problem (Database)

- Ubuntu terminal command - see the port occupied and off (Linux)

- Java Generics (Programming)

- Python implementation restart the router (Programming)

- Linux installation and configuration curl command tool (Linux)

- OpenGL shadow map (Programming)

- Ubuntu Control Panel to resolve network-manager icon display issue (Linux)

- SQL in the specific internal Oracle process (Database)

- Linux, MySQL / MariaDB Galera Cluster Setup Process (Database)

- Upload the project to GitHub, synchronous remote repository Github (Linux)

- To setup a ftp server under Linux (Server)

- Oracle SQL statement to retrieve data paging table (Database)

- pureftpd basis: Install, configure, implement, anonymous logon (Linux)

- Linux input and output redirection (Linux)

- Ubuntu install OpenMPI (Linux)

- How to install with JSON support in Ubuntu 15.04 SQLite 3.9.1 (Database)

- Oracle multi-user concurrency and transaction processing (Database)

- Restore database fault encountered ORA-0600 (Database)

 
         
  After installing Ubuntu 15.04, to do a few things
     
  Add Date : 2018-11-21      
         
         
         
  After installing Ubuntu 15.04, to do a few things, combined with my personal information on the network you need to write the notes.

0. update source

Canadian-source method:

sudo gedit /etc/apt/sources.list

Update Source:

sudo apt-get update

Software Update:

sudo apt-get upgrade

Ali cloud Source:

deb http://mirrors.aliyun.com/ubuntu/ vivid main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ vivid-security main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ vivid-updates main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ vivid-proposed main restricted universe multiverse

deb http://mirrors.aliyun.com/ubuntu/ vivid-backports main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ vivid main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ vivid-security main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ vivid-updates main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ vivid-proposed main restricted universe multiverse

deb-src http://mirrors.aliyun.com/ubuntu/ vivid-backports main restricted universe multiverse

ubuntu kylin Source:

deb http://archive.ubuntukylin.com:10006/ubuntukylin trusty main

NOTE: If you are prompted public mistake, you can press the following ways:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 6AF0E1940624A220 # 6AF0E1940624A220 need here is the key error

Source added PPA (PPA: Personal Package Archives, personal depot)

If prompted hash checksums do not match, it may be caused by poor network

# To install SysPeek

sudo add-apt-repository ppa: nilarimogard / webupd8

# To install apt-fast

sudo add-apt-repository ppa: tldm217 / tahutek.net

1. Remove libreoffice

libreoffice Although open source, Java to write out the efficiency of office is to be commended, decisive deleted after Bahrain system

sudo apt-get remove libreoffice-common
2. Remove the Amazon link

sudo apt-get remove unity-webapps-common

3. Deletion of the basic need comes with software (with the time rearm never too late)

sudo apt-get remove thunderbird totem rhythmbox empathy brasero simple-scan gnome-mahjongg aisleriot gnome-mines cheese transmission-common gnome-orca webbrowser-app gnome-sudoku landscape-client-ui-install onboard deja-dup

Remarks:

thunderbird: Mozilla browser mail features in the transformation of the Mail Tool

totem: video player

rhythmbox: music player and management software

empathy: instant messaging tool

brasero: CD burning software

simple-scan: Scan Tool

gnome-mahjongg: Mahjong - Two of a Kind

aisleriot: Card Games

gnome-mines: Minesweeper

cheese: camera photo and video software cheese

transmission-common: BT client

gnome-orca: screen reader

webbrowser-app: the system comes with a web browser

gnome-sudoku: Sudoku

landscape-client-ui-install: Remote Management Software

onboard: Virtual Keyboard

deja-dup: Backup Utility

So that the system is basically clean. Here a few according to their need to get

4. Install Vim

Actually not integrated Vim default artifact, only manually installed.

sudo apt-get install vim

5. Install Sogou input method

sudo apt-get install sogoupinyin

7. Install the system indicator SysPeek

 sudo apt-get install syspeek

8.Apt-fast

It is a script to accelerate with axel apt-get software installation, because it is multi-threaded download, so acceleration effect is obvious.

sudoapt-get installapt-fast

Instructions:

Replace the original apt-get command apt-fast command, such as:

apt-fast updateapt-fastinstallfcitx
     
         
         
         
  More:      
 
- CentOS 6.x systems installation + NIC driver installation (Realtek PCIe GBE Family Controller for Linux) (Linux)
- Installation Experience open source car Automotive Grade Linux system (Linux)
- Good wireless network security information spread in the air (Linux)
- Oracle how to assess the true concurrent session (Database)
- Ubuntu system safe and caution sudo su command (Linux)
- Jigsaw project will solve the problem of Java JAR hell Mody (Programming)
- Linux system started to learn: Teaches you install Fedora 22 on VirtualBox (Linux)
- Delay for the specified IP port analog network to send and receive packets on Linux (Linux)
- C ++ hash function (Programming)
- CentOS How quickly customize kernel binary RPM package (Linux)
- Linux Getting Started tutorial: 3D effects and beautify your desktop (Linux)
- Linux 10 useful examples of command-line completion (Linux)
- Subquery Oracle study notes (Database)
- MySQL main and backup replication structures (using mysqld_multi) (Database)
- How to identify memory leaks in Java (Programming)
- Linux (CentOS) SSH login without password authentication (Linux)
- Java Prototype Pattern (Programming)
- Ubuntu installed Gimp 2.6.11 (stable version) with PPA (Linux)
- Use C program in JavaScript (Programming)
- Bash command substitution (Programming)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.