Install Linux Mint Debian Edition 2 Betsy Records

Source: Internet
Author: User
Tags rar set background linux mint

I'm using a http://mirrors.ustc.edu.cn/linuxmint-cd/debian/lmde-2-201503-mate-64bit.iso.

1. Change the software source to mirrors.ustc.edu.cn

Here's what's in/etc/apt/sources.list.d/official-package-repositories.list
Deb Http://mirrors.ustc.edu.cn/linuxmint Betsy main upstream import
Deb Http://mirrors.ustc.edu.cn/debian Jessie Main contrib Non-free
Deb Http://mirrors.ustc.edu.cn/debian jessie-updates main contrib Non-free
Deb http://mirrors.ustc.edu.cn/debian-security jessie/updates main contrib Non-free
Deb Http://mirrors.ustc.edu.cn/debian-multimedia Jessie Main Non-free
Deb Http://extra.linuxmint.com Betsy Main

2, install a variety of software.

3. Install Chinese Input Method Fcitx-googlepinyin

sudo apt install fcitx fcitx-googlepinyin fcitx-frontend-all fcitx-frontend-gtk2 fcitx-frontend-gtk3 Fcitx-frontend-qt4 FCITX-CONFIG-GTK Fcitx-ui-classic Fcitx-module-dbus

Install fonts: sudo apt-get install FONTS-NOTO-CJK

4, install google-chrome-stable, Qupzilla Web browser.

5. For Intel graphics, install I965-va-driver to turn on video acceleration.

6. When creating a new user, add it to the sudo group manually, even if you are creating a new administrator user. My approach is through cat/etc/group, to see which group the current Admin user is in, put the new Admin user in, so that the two might have the same permissions. Of course, there is one more way:

sudo usermod-a-g sudo zbyzsy

7, the problem of egg pain came ... sudo caja, the default owner does not change from the previous user's folder to a file that was cut in the user folder from the past/home/. Then, oneself may only read the right, without modification of the right. Only CD to the relevant folder, through "chown-r zbyzsy:zbyzsy * *" To modify files and folders recursively, owner Zbyzsy, all groups Zbyzsy.

8. Vim Settings

The installed vim default code is not highlighted, the line number is not displayed, and is not automatically indented. Edit/ETC/VIM/VIMRC (or/USR/SHARE/VIM/VIMRC), remove the comment symbol before "syntax on", add "Set Nu", "Set nowrap" and "set Cindent", that is, display line numbers, cancel auto-wrapping, Auto Indent (c language style).

Of course, if you feel that indenting 8 spaces is too large, you can modify it to indent 4 spaces:

Set sw=4 "Indent 4 spaces per layer

Set ts=4 "Each tab equals 4 spaces

FileType indent on "Turn on select indent by file type

Set Expandtab "Each time you type tab, you actually type 4 spaces

Download the color file Solarized.vim, put it in/usr/share/vim/vim74/colors, add "ColorScheme solarized" in/ETC/VIM/VIMRC, remove "set background= Dark "before the comment symbol.

9, Installation 7-zip:

sudo apt-get install p7zip p7zip-full p7zip-rar

LMDE Pre-installed the first two packages, just install P7zip-rar. Relative to the installation using Unrar, the Chinese content in the rar file extracted with P7zip-rar is displayed as normal.

10. Download and install WPS Office for Linux (linux.wps.cn).

Actually can go here to download, education net IPv6 soon: http://mirrors.ustc.edu.cn/deepin/pool/non-free/w/wps-office/

11. Download and install QQ International edition.

To the Ubuntukylin official website of the "application" page to find wineqq and download, after the decompression is three Deb package, two fonts, a wine-qqintl_0.1.3-2_i386.deb. In the past, if two i386 fonts were installed in Ubuntu, the system fonts became ugly, so I only installed wine-qqintl.

First "sudo dpkg-i--force-all wine-qqintl_0.1.3-2_i386.deb", indicating that the dependency relationship is not satisfied. Run "sudo apt-get install-f" to fix dependencies and install several I386 libraries. However, the hint "WINE-QQINTL relies on Wqy-microhei" and hints that this dependency cannot be fixed, requiring the Apt-get install-f to run. If you are running, you are prompted to uninstall Wine-qqintl, how can this be done?! Then open the/var/lib/dpkg/status file, locate the location where Wine-qqintl is located, and delete the contents of "Wqy-microhei" in "Depends". Then run Apt-get clean,apt-get update to stop prompting the dependency to not be satisfied.

This QQ can chat, upload files, call local browser login space and mailbox, but if the "status and reminders" in the "settings" will be stuck, must end the process to exit, if minimized to the system tray, you will not be able to open the main panel again, you can only right-click the tray icon select "Exit" and then reopen, However, if you are prompted to receive a message, you can open the Chat window, and if you switch the workspace, the main panel disappears, leaving only the icon for the notification area. You can bring up the main panel through Ctrl+alt+z, this shortcut can be set in QQ.

12. Enable ICC color profile

The display color is cold, I found a MAC.ICC color profile, but Lmde 2 mate's control center does not have a "color" setting item. Install Xcalib (sudo apt-get install xcalib), place the MAC.ICC color profile in the/USR/SHARE/COLOR/ICC directory (where you can actually place it), and then start the application in control center Add the Startup item XCALIB/USR/SHARE/COLOR/ICC/MAC.ICC

This allows the color profile to be loaded after each login.

13. When installing VirtualBox, you may need to install virtualbox-dkms manually.

14. Turn off the Hibernate function

Because my computer often "can't afford to sleep", so I have to turn off hibernation.

sudo pluma/etc/default/acpi-support,

Use "#" to comment out "acpi_hibernate=true".

Install Linux Mint Debian Edition 2 Betsy Records

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.