Ubuntu Learning Note-win7&ubuntu Dual system simple build system Guide

Source: Internet
Author: User
Tags administrator password

Win7&ubuntu Dual System Simple Setup System guide

This article is my old book tossing Ubuntu Some records, mainly to build a enough entertainment (do not play games) focus on practicing their own programming ability content. Simply write about the installation of the system and some of the configuration environment of the simple building. The contents of the system are not explored in depth. Hope can give incense simple to use the classmate reference.

First, the preparatory work

    1. Open UltraISO, click "File"--"open"--Select the Ubuntu14.04 system image file, confirm that you can see all the file information of the whole image in the software interface after opening.
    2. Next start making the system installation disk, click "Start"--" write to Hard disk image...".
    3. After entering the burning interface, select the writable USB drive letter in the "Hard Drives" section, select "Usb-hdd+" in the Write mode, and click "Write" after confirming the error.
The prompt interface warns you that all data on the USB flash drive will be lost, and that you want to continue the operation? Click "Yes" to wait a few minutes.

Second, install Ubuntu
    1. Right click on my Computer "management" Disk Management, select a large space, the right button to select the compressed volume , the author for Ubuntu14.04 Divided 80G space (space size according to their own needs to choose, recommended if just install as a practice to use 30G can be, If you have a running program or to process data or suggest a little bit more space, set the size of the post-point compression can be, do not have to set the drive letter, we are in the installation of Ubuntu in the re-partition. Note: This partition we do not have a direct view of the Ubuntu partition in Win7, but in Ubuntu we can access anything placed on the hard drive, that is, you can view the partition of the Win7 system directly

    1. The Ubuntu boot plug in the computer, restart the computer, when the boot press F12, select the USB stick to boot.
    2. Use the third option to build the system (do not coexist)
    3. New partition, click "+", set swap space swap, the author's own memory is 8G, also divided 8G, generally not much than physical memory on the line
    4. New partition, click "+", set "/boot" Ubuntu boot area , generally divided 200Mb enough. (Note, if it is too small, there may be a problem when the system updates, unable to download the update file to/boot.) The author believes that there is a great possibility of online updating, it is not recommended to update online, recommended for long-term support version. )
    5. New partition, click "+", set "/" primary partition , equivalent to Win7 system C drive, the same way, the remaining space set " /Home" partition for the existence of files.
The important point is to install the boot boot device to select the previous partition of the/boot disk

Iii. Modifying system startup item changes with EASYBCD

You can change the system startup item wait time, the boot order.

Four, Update Source

Method 1 (Recommended): can be updated directly in update. Change server with software source, settings

Method 2: Add source Mode

First, back up the original Ubuntu 14.04 Source address list file

sudo cp/etc/apt/sources.list/etc/apt/sources.list.old

And then make changes.

sudo gedit/etc/apt/sources.list

Add the source to add good after saving, and then enter the sudo apt-get Update can be updated, waiting to download things slowly.

(software source)

five .Vim + gcc + gdb configuration

Installation

VIM) Open the command line to run sudo apt-get install vimand follow the prompts to enter the administrator password.

GCC+GDB) Enter command line to run sudo apt-get install build-essential

Build-essential contains tools such as GCC and GDB and is the C language development package.

You can do it after installation.

Gcc--version

command to view the version, the output is as follows:

GCC (GCC) 4.2.3 (UBUNTU4.2.3-2UBUNTU7)

Copyright (C) 2007freesoftwarefoundation,inc.

Compilation uses the GCC command. To learn first, you need to familiarize yourself with the use of GCC commands.

GCC commands provide a lot of command options, but not all should be familiar with the beginning of the class to master a few commonly used, and then slowly learn other options, so as to avoid too many options to combat the confidence of learning.

VI. VIM Configuration

Vim's color-matching indentation and so on, we can apply the network great God Configuration

See ma6174 's Blog

Here you can use the author's Web download:

Terminal input:

wget Http://files.cnblogs.com/ma6174/vimrc.zip

Unzip-f vimrc.zip-d ~/

Vii. other software

Docky, SMPlayer video player, audacious audio player, Google Chrome browser, QQ Deepin.

Summarize:

After a period of groping, as a small white user, one can support most of the entertainment (music, film, QQ) and has a fairly stable system environment (the old book to reproduce vitality). Do not toss the situation to give people a peace of mind to study the environment of research.

Ubuntu Learning Note-win7&ubuntu Dual system simple build system Guide

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.