Tutorial on installing linux system
I have installed the Windows system, how to install the Linux system? The tutorials on the Internet are either too old or too confusing. Here I will talk about the basic process:
Before installation, you must know whether there is space in the last partition on your hard disk for Linux installation. If there is, you can install it directly and Linux will automatically recognize that space. If there is no space in the last partition, you can install it from the Windows partition Make a space.
I have installed a Windows system, how to install a Linux system? The tutorials on the Internet are either too old or too confusing. Here I will explain the basic process:
Before installation, you must know whether there is space in the last partition of your hard disk for Linux Install and use. If there is one, you can install it directly, and Linux will automatically recognize that space. If there is no undivided space, you can free up a space from the Windows partition.
Right-click "My Computer", "Manage" "Select "Disk Management" OK, now select a disk to install Linux. It is recommended to use the last disk. After selecting the disk, right-click "Delete Disk Partition" (note that important data should be saved... so that this space It's separated from Windows... Next... Throw the disk in and follow the prompts... It's the same as Windows... If you really don't know how, just default all the way... If it still doesn't work Yes, leave me a message, I usually answer "everything you know": http://www.ititgo.cn/ly.asp
The following is a reference article on the Internet.
3. Start the installation
Disk installation: Change the BIOS to a CD to boot the computer, use the first Fedora CD to boot into the installation interface, and just press Enter to start the installation
Hard disk installation: Put the three ISO files in the same place. directory, such as: G:\Fedora, use WinISO or WinRAR to extract the dosutils directory of the ISO file of the first Fedora CD, for example, place it in the G:\Fedora directory, use the Windows 98 boot disk to enter DOS, and do not load the CD-ROM drive. Directory to dosutils, run autoboot to start the installation. Then you will be asked to choose the installation method, select hard disk installation, and then you will be asked to select the storage path of the ISO file, select the partition and then fill in the directory name, such as: select / dev/hda8, fill in Fedora.
Note: Linux treats all devices as files. The corresponding device name under Linux is hda, and the device connected to the Primary Slave is hdb. , the one connected to the Secondary Master is hdc, and the one connected to the Secondary Slave is hdd. The /dev directory is where Linux stores device files. The hard disk is connected to the Primary Master, so it is hda, and the partition is represented by a number at the end. Since Linux reserves 1-4 as primary partitions, the first logical partition of the extended partition is represented by 5. The D drive is usually hda5, so the G drive above is also hda8. Tips: Fedora Hide. Select the reiserfs partition format. For CD installation, enter linux reiserfs after booting to choose to format the partition to reiserfs format during installation, as shown in the figure. If it is a hard disk installation, you can enter autoboot reiserfs. Sometimes, because the installation program does not support your graphics card, you can install it in text mode. Just enter linux text after boot:.
4. This dialog box is to choose whether to verify the disc, select "Skip" to skip.
Of course, if your installation cannot be performed correctly, you can also try the CD again to see if there is something wrong with the CD.
5. Welcome interface
6. Select the language used by the installer. Select "Simplified Chinese".
7. Keyboard configuration. Just use the default "U.S. English".
8. Mouse configuration. The "Wheel Mouse (PS/2)" here is a mouse with a wheel. If your mouse does not have a wheel, you can choose to simulate 3 keys, so that pressing the left and right buttons at the same time can simulate the middle button. Choose the mouse you use.
Tips: If you don’t find an option suitable for your mouse, you can select “Microsoft Mouse”, which usually works normally.
9. Monitor selection. There are already quite a few monitors to choose from, pick one. If the model of your monitor is detected, just use the default one. If not, it doesn't matter, just use Generic, and then set the "horizontal frequency range" and "vertical frequency range" according to your monitor's manual.
Tips: If the installation program correctly identifies your monitor model, but the default "horizontal frequency range" and "vertical frequency range" are used.
The above is the detailed content of Tutorial on installing linux system. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



How to use Docker Desktop? Docker Desktop is a tool for running Docker containers on local machines. The steps to use include: 1. Install Docker Desktop; 2. Start Docker Desktop; 3. Create Docker image (using Dockerfile); 4. Build Docker image (using docker build); 5. Run Docker container (using docker run).

Docker process viewing method: 1. Docker CLI command: docker ps; 2. Systemd CLI command: systemctl status docker; 3. Docker Compose CLI command: docker-compose ps; 4. Process Explorer (Windows); 5. /proc directory (Linux).

VS Code system requirements: Operating system: Windows 10 and above, macOS 10.12 and above, Linux distribution processor: minimum 1.6 GHz, recommended 2.0 GHz and above memory: minimum 512 MB, recommended 4 GB and above storage space: minimum 250 MB, recommended 1 GB and above other requirements: stable network connection, Xorg/Wayland (Linux)

The reasons for the installation of VS Code extensions may be: network instability, insufficient permissions, system compatibility issues, VS Code version is too old, antivirus software or firewall interference. By checking network connections, permissions, log files, updating VS Code, disabling security software, and restarting VS Code or computers, you can gradually troubleshoot and resolve issues.

VS Code is available on Mac. It has powerful extensions, Git integration, terminal and debugger, and also offers a wealth of setup options. However, for particularly large projects or highly professional development, VS Code may have performance or functional limitations.

VS Code is the full name Visual Studio Code, which is a free and open source cross-platform code editor and development environment developed by Microsoft. It supports a wide range of programming languages and provides syntax highlighting, code automatic completion, code snippets and smart prompts to improve development efficiency. Through a rich extension ecosystem, users can add extensions to specific needs and languages, such as debuggers, code formatting tools, and Git integrations. VS Code also includes an intuitive debugger that helps quickly find and resolve bugs in your code.

The main uses of Linux include: 1. Server operating system, 2. Embedded system, 3. Desktop operating system, 4. Development and testing environment. Linux excels in these areas, providing stability, security and efficient development tools.

Although Notepad cannot run Java code directly, it can be achieved by using other tools: using the command line compiler (javac) to generate a bytecode file (filename.class). Use the Java interpreter (java) to interpret bytecode, execute the code, and output the result.
