Chapter 555: Super Dual System

Text [Black World] Chapter 555 Super Dual System "Did you find anything just now?" Remember to take those few lines of binary code back and study them carefully." Microsoft's president Boric said excitedly.

"Yes, according to your instructions!" The man sitting next to Boric replied.

** When it was calm, then the conference had to continue, Iverson continued: "Now I have Mr. Meka, please! ”

Meka was stunned for a moment, then stood up calmly, his eyes glanced at where Huang Fei was sitting, Huang Fei also happened to look at him at this time, the two glanced at each other, looked at each other and smiled.

Meka walked to the stage, first of all, he had to introduce himself, because he was usually quite low-key, and he had almost never done anything outstanding in order to find Huang Fei, so everyone didn't have much impression of him.

"Meka walked up to the stage and introduced himself first, he was a member of the former M country X organization, the same as Goks!"

"Hello everyone, what I'm about to demonstrate to you is the hacking of a specified target IP under specific circumstances." Meka said lightly.

He opened a piece of software, which was a simple one, and could only be used to scan ports, so what did Meka want to do?

The mystery will soon be revealed, only to see Meka continue to run another software, the software name is called "Ha.ker" C is replaced by the middle point, which is Mecca's original tool.

"First of all, we need to build the environment of the system, for every hacker, the system environment is a step that must be done, this step is also very important, let's choose VM, that is, virtual machine." After Meka finished speaking, she turned on the VM virtual machine.

Meka's actual operation is a bit like a teacher teaching students, so the basic knowledge is not to mention the people present, just take a look at the tutorial on the Internet.

"Let me show you how to install two systems on the same system! Make the software of both systems compatible with each other. Meka ignored the men's disdainful glances, he just spoke patiently.

As soon as this sentence came out, some people immediately shut up, because two systems are installed in the same drive letter, in addition to looking at the hardware equipment, but also to look at the compatibility problem, there are a lot of chicken rib loopholes, the boot speed problem after the dual system, the file inexplicable loss problem after the dual system, and the most important thing is the software compatibility problem, because it is a dual system, often after running a specific system software, it will automatically exit after a long time, which is very inconvenient. People have been looking for a reasonable solution to the problem of dual-system software compatibility, and today, Meka officially announced that he can put two different systems on the same drive letter, and also make the software of both parties compatible, how incredible it sounds!

"I won't elaborate on the use of virtual machines, as you know, I first create a new virtual machine, don't choose to bridge the network, we use NAT sharing, so that we can share the local network speed, and then we first install the latest version of Linux." In order to save time, Meka explained while doing a demonstration.

"After installing the Linux system,We directly seize the Root administrator permission,Add a batch to the Root drive letter,I don't do much about the batch processing,The things I publish today will be in the specific shared drive letter Mika folder,In short, this step is very important,Can not be omitted。 Then we give up the root permission, when there is no permission, the system has to be restarted to take effect, we are not in a hurry to restart, we create a new user named Mika, set it to root permission, and then restart. "Meka rebooted the system on the virtual machine.

I don't know why, although Merca's operation tutorial looks very simple and makes people feel that they are all basic, but they can't take their eyes off it, I don't know why this is happening, Meka looked under the stands, and then continued: "When the Linux system enters the reboot state, we directly suspend it, and then we resume, so that the system will judge that we have forced a restart, and the diagnosis page will be automatically loaded, at this time, we can operate in the following order, click Help, select Operation, Troubleshooting feedback,Email address,None,Need remote help,After we did it according to its requirements,At this time, we can directly call and run a SHELL,Because the root permission was successfully added in the process of forced restart,At this time, we enter the Mika account with root permission to log in,What do you see? The command prompt that we are most familiar with, yes, here we can enter the loading command to directly load the system image file in my flash drive! "After Meka entered a bunch of instructions, the system prompted that it was being installed, please wait.

After a while, the machine automatically restarted, "At this time, we are not in a hurry, because after installing two different core systems, it is not possible to get to the desktop, now we have to repair and let the system share, to the Windows system to add the Linux core runtime, the same, to the Linux system to add the Windows runtime, as for why I can get the accurate runtime target of the Windows system, this is not much to say, let's enter the repair system link." "Meka is really too patient, and even Huang Fei is interested.

"The system is loaded into the interface of the selection system on the blue screen, let's take a look at the blue screen code, which everyone understands, according to the code, I conclude that this is because the system file can not be found, to this step is a step that makes many people embarrassed, how to make the dual system run harmoniously, at this time we can start with the hardware." Meka said a crucial step.

"With the upgrade of the system, the system has more and more requirements for hardware, and it is precisely because of this that we are about to start with the hardware. As we all know, Linux does not have high requirements for hardware, so when we run this system, we can change this official eight-core CPU to a single-core operation, and then ban the graphics card, in fact, this step is very simple, that is, enter the BIOS of Windows, that is, the basic output system, here we simply operate and call some functions to work for us. Once again, Meka typed a lot of system code into the keyboard, which is the most basic assembly language, and the system will automatically recognize it, eliminating the need for compilation, because the system will only recognize assembly language, and all computer high-level languages will eventually convert the code into assembly language through the compiler.

"Okay, now we've set up Linux, let's start the Linux system!" Meka said.

After restarting the system this time, there was no interface for the system selection, but directly to the Linux desktop.

"This time we opened the Root folder and found the batch file from before, it is no longer useful, we can delete it, and now we go to the Internet using Firefox to download a hex editor back." Meka typed in a familiar download website, searched for a hexadecimal editor available for Linux, and downloaded it to her computer.

"Let's directly edit all .dat files of system permissions, and modify Linux=0 to -1. Then we opened the directory that returned to the drive letter, and found the WINDOWS folder, which is the directory of the Microsoft system we are installing, and we changed the main directory System32 to Root and set the properties to readable, not writable. Then we open the hex editor again, modify the system desktop process, point the system registry file to the modification, a total of 15 files need to be modified, here I have made a list! Meka opened a notepad and wrote down a list of important programs in the system, as well as the number of lines in the code where the changes were edited.

After a period of hard work, Meka announced that the system files had been modified, "Now we have to modify the registry of the Windows system. Meka opened the registry and changed some code and values.

"Let's set the Windows system to Linux boot up, use the hex editor to modify the Linux boot process, and add the following code! Edit, save, and reboot the system. Meka said.

This time the system has two choices, you can choose Linux and Windows systems, so far, the dual system has been installed, both systems have been run once, you can enter the desktop, run some important programs.

"Let's install the Linux runtime library in the Windows system, because the format is wrong, we can convert it and run it directly with batch processing!" Meka then opened the notepad and entered a bunch of codes again, with the same level of proficiency as Huang Fei. Soon, the installation of the Linux runtime library on the Windows system is completed, and then needless to say, close the Windows system, run Linux, and install the Windows runtime library in the system.

"I will release the runtime library for free to people all over the world to download, so this method is very important, and I will make a tutorial so that everyone will not be limited to using one system in the future!" Meka then booted up Windows, and when it entered the desktop, the XP classic theme came into view, and then he ran a software that only ran on the Linux platform from the flash drive, and after testing, the software worked perfectly.

Meka opened the task manager that comes with Windows again, and there are many more key processes of the Linux system, so to speak, when the Windows system is started, the Linux system is already running normally......

PS: Xiaozhi is writing in class.,The mobile phone crashed inexplicably.,I can only check the machine.,More than 500 chapters of manuscripts are all gone.,Plus today's website is a little convulsive.,I'll make up a chapter for everyone in the afternoon!