Things to do after the installation of Ubuntu

Source: Internet
Author: User
Tags bz2 rar

Font recommendation source
Lantern can set the global proxy

After installing Ubuntu, install the Gnome theme

Before installing GNOME, upgrade your system:

sudo apt update$ sudo apt upgrade
    • 1
    • 2
sudo apt-get updatesudo apt-get install gnome-session-flashback
    • 1
    • 2

Login with classic theme after installation (the terminal is not available at this time ctrl+alt+t)

Ubuntu 16.04/16.10 Installing KDE Plasma
sudo add-apt-repository ppa:kubuntu-ppa/backports  # Ubuntu 16.04# 如果使用16.10,不用添加第三方源$ sudo apt update$ sudo apt upgrade$ sudo apt install kubuntu-desktop
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • Lightdm:unity Desktop Default display Manager
    • Ssdm:kde desktop prefers to use SSDM (choose this)
      Last install login system does not respond, only one underline, and then ctrl+alt+f3 into terminal mode at login
sudo apt-get remove kubuntu-xxxx
    • 1

Then log in to use GNOME login, the terminal can use shortcut keys to call out

Ubuntu installation QQ

Crossover Installation and cracking

Download the crossover installation package on the official website:

Https://www.codeweavers.com/products/crossover-linux

Wait for the installation finished, do not open crossover after installation, download the cracked file:

Https://pan.baidu.com/s/1slTLv8T

On the command line, enter sudo nautilus to open a root-permission file Manager

Replace the crack file (crossover16crack->winewrapper.exe.so) with the path: winewrapper.exe.so file under/opt/cxoffice/lib/wine. Hint that there are already files, click "Replace" to complete the hack.

Install Deepin QQ 7.9 Light Chat Edition

To download the installation package:

Https://pan.baidu.com/s/1gfl00ZT

Open with Archive Manager after download

Point open data.tar.xz Find./opt/cxoffice/support
Pull out the Apps.com.qq.im.light folder.

On the command line, enter sudo nautilus to open a root-permission file Manager

Then copy this folder to the/opt/cxoffice/support of the system.

QQ minimized call not come out to solve
sudo apt-add-repository ppa:fixnix/indicator-systemtray-unitysudo apt-get updatesudo apt-get install indicator-systemtray-unity
    • 1
    • 2
    • 3

or using the Gnome theme

Win+alt right mouse button status bar Add to Panel add message notification event

Ubuntu Install Chrome

2. In the terminal, enter the following command:

sudo wget http://www.linuxidc.com/files/repo/google-chrome.list -P /etc/apt/sources.list.d/wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add -sudo apt-get updatesudo apt-get install google-chrome-stable
Sudo:/etc/sudoers can be written by anyone with a solution

How to Solve

chmod 0440 www.089188.cn /etc/sudoers
git push prompt: Update is denied because the latest commit of your current branch is behind its corresponding remote branch
git remote add origin https://github.com/username/test.git    $git fetch origin  $git merge origin/master  

. MD Templates
Title[Translated]kotlin 1.1 candidate versions come on!]Date2017-12L1713:37:00 author:mikhail glukhikhtags:keywords : categories: Official dynamic reward:falsereward_ Title:have a nice kotlin! reward_wechat:reward_alipay:source_ Url:https://blog.jetbrains.com/kotlin/2017/02/kotlin-1- 1-release-candidate-is-here/translator:ahong222translator_url:https://github.com/ahong222     

Tar
Unpacking: Tar xvf Filename.tar
Package: Tar cvf filename.tar DirName

. gz
Decompression 1:gunzip filename.gz
Decompression 2:gzip-d filename.gz
Compression: gzip FileName
. tar.gz
Decompression: Tar zxvf FileName.tar.gz
Compression: Tar zcvf FileName.tar.gz DirName

. bz2
Decompression 1:bzip2-d filename.bz2
Decompression 2:BUNZIP2 filename.bz2
Compression: Bzip2-z FileName
. tar.bz2
Decompression: Tar jxvf FileName.tar.bz2
Compression: Tar jcvf FileName.tar.bz2 DirName

. BZ
Decompression 1:bzip2-d filename.bz
Decompression 2:BUNZIP2 filename.bz

. tar.bz
Decompression: Tar jxvf FileName.tar.bz

. Z
Decompression: uncompress filename.z
Compression: Compress FileName

. Tar. Z
Decompression: Tar zxvf filename.tar.z
Compression: Tar zcvf filename.tar.z DirName

. tgz
Decompression: Tar zxvf filename.tgz

. tar.tgz
Decompression: Tar zxvf FileName.tar.tgz
Compression: Tar zcvf FileName.tar.tgz FileName

. zip
Decompression: Unzip Filename.zip
Compression: Zip Filename.zip DirName

. rar
Decompression: rar a Filename.rar
Compression: RAR e Filename.rar

. Lha
Decompression: Lha-e Filename.lha
Compression: Lha-a Filename.lha FileName

Androidstudio Configuration
Edit/etc/apt/sources.listFileandAddone of following line:d EB Span class= "Hljs-keyword" >http://download.virtualbox.org/www.boshenyl.cn  Virtualbox/debian trusty Contribsave and exitupdate using:sudo apt-get updateaccording to www.cnzhaotai.com www.feifanyule.cn virtualbox_ Wiki need to install Dkmssudo apt-get install Dkmssetup Oracle public key:wget http://download.virtualbox.org/virtualbox/debian/oracle_ Vbox.ascsudo apt-key add oracle_vbox.ascinstall oracle Virtualboxsudo apt-get updatesudo apt-get install Virtualbox-5.0 
Installing OBS push-stream software
 sudo apt-get install ffmpeg sudo add-apt-repository ppa:obsproject/obs-studio sudo apt-get update && sudo apt-get install obs-studio
FTP Upload files

Using Filezillia

Attention!!!

When uploading a file, the default is not to support the Chinese language, in the site settings to enforce the use of the UTF-8 character set

Post Software Installation related file location:
 1.下载的软件存放位置   /var/cache/apt/archives 2.安装后软件默认位置 /usr/share 3.可执行文件位置  /usr/bin 4.配置文件位置  /etc 5.lib文件位置
How Linux creates shortcuts

Shortcuts to Ubuntu create shortcuts to Android studio under the/usr/share/applications/path,

The command is as follows: sudo gedit www.120xh.cn/usr/share/applications/Studio.desktop

[Java] View plain copy
[Desktop Entry]
Name = AS
Comment= Android Studio
exec=/home/king/tools/android/android-studio/bin/studio.sh (change according to your own directory)
Icon=/home/king/tools/www.huange157.com Android/android-studio/bin/studio.png (change according to your own catalogue)
Terminal=false
Type=application
which

exec is pointing to the execution script path

Icon refers to the picture path of the program
!!! It is also important to note that each row must be close to the left and the last face of each row cannot have spaces!!!

Things to do after the installation of Ubuntu

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.