Configuration after Ubuntu Installation

Source: Internet
Author: User

1: select the update source

The default update source for Ubuntu may be slow. Choose system> System Management> Software source> download to the drop-down list and click the select best server button to set the speed, use the tested update source after completion

 

2: Chinese

Ubuntu8.10 will select a language during installation. Although the Chinese language is selected, half of the Chinese language and half of the English language are displayed after the system is installed. Select Chinese from system-system management-language support. After the application, the Language Pack is updated. Then reboot the system. After this step is completed, scim's Chinese Input Method is automatically installed

 

3: Install emacs23

First, add the update source to/etc/APT/sources. List:

Deb http://debs.peadrop.com

Feisty backports
Deb-Src http://debs.peadrop.com

Feisty backports

Then add verification: Open the terminal and enter

Wget http://debs.peadrop.com/DD385D79.gpg

-O-| sudo apt-key add-

Update

Sudo apt-Get update

Install

Sudo apt-Get install emacs-Snapshot-GTK

 

4: mount the windows (host) shared directory

Method 1 (re-connect after restart ):

First, configure the network and determine the following parameters:
Host vnet8 IP: 192.168.221.1
Windows User name: winuser
Windows logon password: winpwd
Windows shared directory: winshare
Share directory for Ubuntu to win:/usr/linuxshare

Mount win shared directory:
Sudo Mount // 192.168.221.1/winshare/usr/linuxshare/-O username = winuser, password = winpwd, dmask = 777, fmask = 777
Cancel the shared directory:
Sudo umount/usr/linuxshare/

 

Method 2: Access Windows sharing

In the file browser, enter SMB: // windows IP address (or host name) or access through location-Network-Windows Network

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.