Mint (Ubuntu) Linux terminal Chinese display garbled problem solution 0. install zhcon 1 sudo apt-get install zhcon solution: 1. ubuntu default Chinese character encoding for zh_CN.UTF-8, this can be seen in/etc/environment: sudo gedit/etc/environment can see the following content: PATH = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin: /usr/games "LANG =" zh_CN.UTF-8 "LANGUAGE =" zh_CN: zh: e
Geary is a lightweight email client, a client developed for Gnome Desktop. It is also the default mail client of Elementary OS 0.2 Luna. The latest available version is Geary 0.6.0, which has been released for a period of time. This version greatly improves server support, stability, speed, interface design, and some error fixes.
It can be installed through PPA and supports Ubuntu 13.10 and Linux Mint 16
Pantheon is the default desktop environment of Elementary OS. You must like it very much. The following will show you how to install Elementary OS Pantheon desktop environment on Ubuntu and Linux Mint.
Use PPA for installation:
Sudo add-apt-repository-y ppa: elementary-OS/stable
Sudo apt-get update
Sudo apt-get install elementary-desktop
To solve the wallpaper display bug, run the following command:
The graphics driver is very important, but when the Debian drive was a few genius, but now it is very easy to install,See this blog: http://www.yyearth.com/article/14-03/amd13.htmlThank you for that!My words, all in the shape of the interface is done, the specific steps are as follows:1 "to the AMD website download graphics driver, I downloaded is amd-driver-installer-15.20.1046-x86.x86_64.zip,180m size2 "Apt-get install build-essential linux-headers-
A. MySQL does not support Chinese by default, and its server and DB defaults to latin1 encoding. So we're going to change it to Utf-8 code, because utf-8 contains the binary encoding of most languages on the planet.
1. Turn off MySQL service
Sudo/etc/init.d/mysql stop
2. Modify MySQL configuration file
The MySQL profile defaults to the/ETC/MY.CNF or/etc/mysql/my.cnf directory and goes to the command line
sudo gedit/etc/mysql/my.cnf
Add default-character-set = UTF8 under [client]Add charact
[Linux Mint] shares Cinnamon desktop with vino-server, and linuxmintcinnamonLinux Mint Cinnamon Desktop Sharing
Linux Mint 17 Cinnamon desktop comes with a pre-installed vino-server for VNC desktop sharing, which makes it easy to connect to the
We installed a Linux mint 15 in Vmware workstation 9 to try the effect. The X resolution is not supported, and now the 14-inch resolution is the highest.
Search online and put the following code in the shell file to change the resolution to 1600x900.
Mint15-Mate Xsession. d # cat/usr/local/bin/change-resolution.sh#! /Bin/shEcho change 1600*900
Cvt 1600 900Sleep 1Xrandroid -- newmode "1600x900_60.00" 118.
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; Hostnam
Linux Mint (Application Software-menu tool: Start menu)
The most popular Linux Command is Mint. However, the Start menu is used when you need to work with software. Today, I will mainly introduce this menu.
What is the Start menu? Actually, it is a way of calling the menu in Mint
I entered sudo apt-get install Bochs installation under the Linux Mint command line and found that this did not install GUI interface, there are some problems with the use, so directly delete the download code from the official website to compile their own installation.
Add the right source to Linux Mint
Install mercurial, the source code management tool used by xen, and use it to download stable source code.
hg clone http://xenbits.xen.org/hg/xen-4.1-testing.hg/
Detection dependency
cd tools/checkmake
Install the missing package
libssl-devuuid-devbcciasltexinfobridge-utilspython-dev
Compile
make xenmake toolsmake stubdom
Problem: Make stubdom compilation error. bits/predefs. h cannot be found
My system is 64-bit, and newlib used in stubdom is 32-bit, so 32-bit libc is required.
Solution: Dow
Banshee music player in Linux Mint
LinuxMint has the Banshee music player installed by default. The audio decoding library that matches it is also installed. You can directly play music through it without installing any dongben.
Start Banshee in the menu. Start path: menu-> audio and video-> Banshee. Shows the startup interface. You can click the play button to play the music.
Banshee has the following feat
Linux Mint has two versions, cinnamon version is more beautiful, consumption resources are high, mate version of the resource requirements are lower, if you install the cinnamon version, want to switch to the Mate version and do not want to reinstall the system, to see this experience.
Method/Step
Open Menu--"System management--" software manager
Enter Mint
Linux Mint (Application Software-binary file editor: bless)
In our work, we will operate on binary files. In Windows, of course we will use the ultraedit software. I will not talk about the powerful software. I believe many people will understand it. The software also has the Linux version, but it is a paid software, so it is not placed in the
Today in Korea's total discarded notebook installed Linux Mint system, after the first thing to think about is to install an input method, because the system comes with the Input method framework is IBUs, I tried to find it is not humane, so decided to change the Fcitx+sougou:
Delete IBUs: Execute sudo apt-get remove ibus* at the command line or search for IBUs in the software manager, then delete
Use SystemBack to back up/restore your Ubuntu/Linux Mint
For any operating system that allows users to restore their computers to their previous State (including file systems, installed applications, and system settings), system restoration is a required feature, it can recover system faults and other problems.
Sometimes installing a program or driver may expose your system to a black screen. The system als
'370a @ GLIB_LIBS @ \ 'Makefile. am# CompileMake# Installation. To package it into deb, sudo checkinstall should be used hereSudo make install
To package the compiled program into deb for easy installation on other machines, you can install checkinstall first.Sudo apt-get install checkinstallThen, do not run the sudo make install command on the last line of the script, but like this:Sudo checkinstallEnter some package information as prompted to generate the deb installation package.
Finally, to
Many people prefer the Ubuntu derivative version. Today, we finally hope to see the new version, even though it is RC.
Linux Mint is a Ubuntu-based release. Its goal is to provide a more complete and instantly available experience, this is achieved through browser plug-ins, multimedia decoder, DVD playback support, Java, and other components. It also adds a set of customized desktops and various menus, som
Installing dropbox in linux mint 13 maya 1. Installing nautilus-dropbox Java code through a terminalSudo apt-get install nautilus-dropbox through the software center, but the installation is only an empty shell. After the installation, dropbox automatically downloads the installation file,However, due to firewall reasons, the installation process will be frozen! Www.2cto.com 2, according to your
1. The downloaded Oracle SQL Developer, rpm file,: http://www.oracle.com/technology/software/products/ SQL /index.html
2. Install sun's jdk1.6. If it is already installed, skip this step. (linux mint 12 is installed by default.) command:Sudo apt-get install sun-java6-jdk
3. l SQL Develoepr setting is an rpm package by default. To install Mint in
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.