Install Linux Mint

Source: Internet
Author: User
Tags aliases linux mint

1, after the production and installation of USB flash drive, select non-EFI mode, select Start Linux Mint (is the first);

2, install Mint, select the installation options, do not connect the network , or the installation will download language packs, etc., all download completed one months or so,:(;

Install third-party software, clear disk new installation; Hostname Terrans force does not explain;

3, the installation after the successful shutdown, unplug the U disk, after the connection network; set up the software source : In the Start menu search software source, graphics settings (automatic speed, select the fastest, General Zhong Ke ustc the fastest, Both main and base choose Zhong Ke.

4. install Chinese Input Method (refer to http://blog.csdn.net/sunzhenhua0608/article/details/32746335):

sudo add-apt-repository ppa:fcitx-team/nightly

Or

sudo add-apt-repository ppa:fcitx-team/stable

Failure to execute can be ignored, but must be performed, otherwise the following two commands fail to execute:

sudo apt-get update

sudo apt-get install FCITX

5. Select Input Method in the Start menu, select Fcitx && install Simplified Chinese;

6, restart the system, right-click the input method, select the configuration:

The initial configuration is as follows:

Leave a Chinese Input method, add "keyboard-Chinese" IME: (refer to Http://tieba.baidu.com/p/2811713743?pn=1&statsInfo=frs_pager)

Tips

1, Mint's default region shortcut key is: shift+ctrl+printscreen; if not sensitive, press a little longer;

/**

1.
In Ubuntu Apt-get upgrade, Encounter:
E:could not get lock/var/cache/
Apt/archives/lock-open (Resource temporarily unavailable)
E:unable to lock the download directory
The solution is as follows:
sudo rm-rf/var/lib/dpkg/lock
sudo rm-rf/var/cache/apt/archives/lock
sudo apt-get update
Then the apt-get is back to normal.

2. Install Adobe Flash
sudo apt-get update
sudo apt-get install Flashplugin-installer

3. Installing VLC
Open terminal (shortcut key ctrl+alt+t), enter the following command,
sudo add-apt-repository PPA:N-MUENCH/VLC
sudo apt-get update
If you do not have VLC installed, you will also need to execute the following command.
sudo apt-get install VLC

4, install Thunderbolt Xware
Https://github.com/Xinkai/XwareDesktop/wiki/%E4%BD%BF%E7%94%A8%E8%AF%B4%E6%98%8E
Xware Desktop accepts parameters from the command line as a new task URL in the format
Xware-desktop http://www.website.com/file1 Ftp://www.website.com/file2 ...

5, how to check their own computer has several terminals
sudo update-alternatives--config x-terminal-emulator

6, install VIM, solve the problem of the upper and lower left:
Ubuntu is preinstalled with the Vim tiny version, and requires a vim full version. Execute the following statement to install the VIM full version:

$sudo Apt-get Remove Vim-common

$sudo Apt-get Install Vim

A temporary workaround is to use: Set nocompatible, but set each time.

7. Set the default terminal window size
CD. config/terminator/
VI Config
Append under Parent= ""
Size = 600,720
Can.

8. Install Virtual windows
Http://jingyan.baidu.com/article/eae07827856ac21fed54856f.html

And the virtual machine's Windows communication:
Install WINSCP on Windows, connect the IP of Linux;
Installing SSHD on Linux
You can do this in turn:
sudo apt-get update
sudo apt-get install Openssh-server
sudo service ssh restart
alt+ctrl+ up or down: switch workspace

9. Add Command aliases
Add the following file additions
Alias.. = ' CD. '
Can:
VI ~/.bash_aliases
SOURCE ~/.BASHRC

Command line execution: alias ll= "Ls-l" takes effect immediately but the command will be lost after re-login;
Can be saved in the. bashrc file in the user directory, but requires the user to log back in to take effect, can be used with source ~/.BASHRC (or. ~/.BASHRC) Make the amendment effective immediately;
It is recommended that user-set aliases be placed inside ~/.bash_aliases,. BASHRC executes the newly created file.

10. Shortcut keys for multiple workspaces:

11. Source Insight Coding Problem:
Previously did not find, recently put their own code on the computer to run the error, found to be a character set problem, in general, eclipse default is GBK encoding, and Ubuntu default is no GBK encoding, so Ubuntu eclipse

Naturally there is no GBK, in order to facilitate the manual addition of GBK code

1:sudo geidt/var/lib/locales/supported.d/local

, add it in the file:

Zh_cn. GBK GBK

Zh_cn. GB2312 GB2312

Zh_cn. GB18030 GB18030

2:sudo dpkg-reconfigure locales

3: Enter Eclipse, click window==>preferences==>general==> The textfileencoding in Workspace is set to GBK or GB2312 or GB18030. (If the encoding list does not appear in other, the direct output

The specified encoding can be entered)
Http://www.cnblogs.com/snake-hand/p/3155472.html

12. Install MySQL
sudo apt-get install Mysql-server

sudo apt-get install mysql-client

3. sudo apt-get install Libmysqlclient-dev

13,install Nutstore
Tar zxvf nutstore_linux_src_installer.tar.gz
CD Nutstore_linux_src_installer
/configure.
sudo pacman-s libnautilus-extension
/configure.
Make
sudo make install
Approx. nautilus-q
Panax/runtime_bootstrap.
14,install Python2

wget https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tgz
Xz-d PYTHON-2.7.12.TAR.XZ
Tar xvf Python-2.7.12.tar
Python-2.7.12 CD
Details of how to install Python refer to: http://blog.csdn.net/ab198604/article/details/8681851

/configure.
Make
--version python
sudo make install
which Python
Ls-l/usr/bin/python
Ls-l/usr/local/bin/python
Which Python2
Which Python3
Find. -name "nutstore-py*"
nutstore/dist/bin/nutstore-pydaemon.py VI.
The nano-nutstore/dist/bin/nutstore-pydaemon.py changed the first act #!/usr/bin/env python2

At this point the nut cloud can be opened smoothly.

15,using Eclipse View Code

Import Autotools Project;
Then specify the code path. > Better than import Makefile Project.

Also can file->open File to Edit non-code Files.

16. Turn on Manjaro ssh (you can open Xshell and WINSCP)
Manjaro install SSH, then you can Xshell management: only use $ systemctl start sshd on the line.
$ su
$ pacman-s OpenSSH
$ systemctl Enable sshd
$ systemctl Start sshd

17. Manjaro Install Eclipse:
The package is placed under the Downloads folder:
CD Downloads
Mkdir-p/opt/eclipse4c++
Tar zxvf ... tar.gz-c/opt/eclipse4c++
Cd/opt/eclipse4c++
./eclipse &

18, Ln-s
Ln-s/opt/eclipse/eclipse ~/desktop/eclipse4c++
Must be a full path

Install Linux Mint

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.