-endfragment-->
1, install the win7_64 bit step:
https://www.douban.com/note/224102684/
How to install the WIN7 system for hard disk partitioning
Stupid well-off 2012-07-0713:39:29
How to install the WIN7 system for hard disk partitioning
First of all, there are many ways to partition the new hard disk, many of the installation disks are integrated with related software, I recorded the complexity of the process, because my laptop hard disk replaced by Hitachi 750G, using the Advancedformat (Advanced format) technology HDD, zoning has certain requirements (4K , the original is 512 bytes), need the official partition alignment software or Win7 with the partition function, ordinary partition software will affect the performance of hard disk, also can not use Ghost partition and installation system, the specific term Baidu search it!
Installing Win7 on a new hard disk, the installer creates the primary partition and does not have any options to create the logical partition, resulting in the inability to continue allocating the remaining space after creating 4 primary partitions. Use the DiskPart command to quickly resolve Win7 installation zoning restrictions. You can use Win7 's own DiskPart command to first partition and then install the system. The benefits of doing this are three points: first, no third-party tools are necessary, and secondly, there is no 100MB "system reserved" Partition; Finally, the partition operation takes effect directly without restarting the computer.
Here's how:
When the installation Win7 runs to the Create Disk partition interface, press "SHIFT+F10" to launch the command window. After entering DiskPart Enter, you can enter the command environment of DiskPart (its prompt is: "diskpart>"). Type the appropriate command at this prompt to partition the operation (note: The purple font is the input command, Chinese for the command interpretation, do not enter!) ):
Listdisk Show all disks on this machine
SelectDisk0 Select disk Number No. 0
Clean clears all partitions on disk # NO. 0
CREATEPARTITIONPRIMARYSIZE=51200 Create primary partition, Capacity: 512000MB (50G), this value can be changed according to their own requirements, the change of the digital reference
Active Active Primary partition
Formatquick Quick formatting of the current partition
createpartitionextended creating an extended partition
CREATEPARTITIONLOGICALSIZE=51200 Create logical partition 1, Capacity: 512000MB (50G), this value can be changed according to their own requirements, the change of the digital reference
Formatquick Quick formatting of the current partition
CREATEPARTITIONLOGICALSIZE=51200 Create logical Partition 2, Capacity: 512000MB (50G), this value can be changed according to their own requirements, the change of the digital reference
Formatquick Quick formatting of the current partition
Createpartitionlogical Create logical Partition 3, capacity for this hard disk remaining space
Formatquick Quick formatting of the current partition
Exit the DiskPart command environment
Exit Quit Command Window
After the window exits, the "refresh" option in the Win7 installation window will show the results of our partition!
List of integer partitions:
10g=10245mb
20g=20482mb
30g=30726mb
40g=40963mb
50g=51208mb
60g=61444mb
70g=71681mb
80g=81926mb
90g=92162mb
100g=102407mb
200g=204806mb
300g=307204mb
400g=409603mb
500g=512002mb
2. Turn off automatic Updates.
3, activate Windows;
4, install the wireless driver.
5, to the official website to install Lenovo-driven management, or computer butler.
6, when installing MINGW,CDT do not use online download.
7. Install the C + + eclipse: Choose the C + + version directly on the Eclipse website, without installing the CDT, otherwise the interface is very difficult to read: just install MinGW to compile C + +.
A programming language can correspond to an eclipse.
7. Python's Eclipse development environment: It is recommended: "Or you can install eclipse after you search Pydev plugin installation. "--Do not install Aptana, it will install other plugins;
Http://www.cnblogs.com/windinsky/archive/2012/09/20/2695520.html
Multiple Python versions can be renamed executable Python2.exe, Python3.exe, and then added in path;
It is recommended that you install only 3, and the Eclipse IDE does not set environment variables (many Windows installation packages no longer need to manually configure environment variables, such as JAVA,PYTHON3, etc.).
When you create a new project, select the version:
When you do not use the IDE, you configure environment variables, typically D:\Users\joker\AppData\Local\Programs\Python\Python35
You can debug python without using the IDE.
8. Windows System installation VMware virtual machine
can refer to
http://my.oschina.net/ykuaile/blog/357552
You need to turn on the BIOS's VT x feature before installing the virtual machine (this feature is disabled when optimizing the BIOS).
After the installation is complete, deselect the ISO file on the disc.
9, installation Xshell error: Missing msvcp110.dll file;
Reference http://answers.microsoft.com/en-us/windows/forum/windows_10-performance/missing-msvcp110dll-file/ 4f69d316-bbe4-4bef-91ab-3a3585357e0f?auth=1
In http://www.microsoft.com/en-us/download/confirmation.aspx?id=30679
Install the corresponding version of Vcredist_x86.exe (Crash 64 software installs the x64 version)
Farewell to SuSE: (sudo zypper up executes when Xshell is interrupted and not connected; Zypper is not good for that)
10. Install element OS:
11, "Could not connect to ' hostname ' (port): Connection failed."
Description 22 port with no SSH enabled
Run under Ubuntu terminal
sudo netstat–antup
or service SSH status to see if there are SSH services
See if there is a 22 port below, and if there is no need to install the SSHD service, you can run the installation service directly
sudo apt-get install Openssh-server
After the installation and then check whether the 22 port is turned on, if it is turned on, then use Xshell to connect basically there is no problem.
http://hezxnl.blog.163.com/blog/static/1717039262010102701148991/
It is recommended to use elementary, more software (including nut clouds, etc.).
12, install Manjaro (not recommended, use is Pacman, did not learn)
No need to click Update package!! (Waste time, error prone)
It is recommended to install English.
Manjaro install SSH, and then you can Xshell manage:
$ su
$ pacman-s OpenSSH
$ systemctl Enable sshd
$ systemctl Start sshd
13. Install Fedora
partitioning schemes follow Manjaro; swap can be put to the end.
Direct Service sshd Status
Service sshd Start
Can.
14. When the physical machine is installed ele OS, the BIOS settings:
Turn off Fast Boot
Boot List:uefi
Secure Boot: Off
Legacy Rom: Allow
Other to maintain the most preferred optimal can be
When the boot F12 is installed, select the EFI USB drive. Partition, install the EFI partition (for the first, 200-500m,fat32;esp:flag) primary partition Yes, others have not tried
/50G primary partition, Other matter
/Home The remaining
/swap 1000M
installing Windows 7