Ii. Linux basic commands, VI Editor, Linux software installation, vilinux
Basic Linux commands
1. File Operations
A) Windows is a multi-root file system with one or more hard disks physically divided into C, D, and E ...... Disk. Each disk is a tree. Linux is a single file system, regardless of the CDE disk. Multiple h
We usually use Linux grub or lilo to boot the partitions, or we can use Windows
Ntldr or boot. ini to implement boot.
1. Use Linux boot
Assume that we have an 80 GB hard disk, and allocate 20 GB to Linux and 60 GB to Windows. Although not balanced, this is enough.First, install linux (the typical red hat 9.0 is used a
From windows to Linux -- programming -- cygwin, develop Linux programs in winQian Kun smile [smileonce] smileonce@126.com 2004-7-23Copyright reprinted please indicate source http://blog.csdn.net/smileonce
Many Windows users are not used to Linux development environments. Although I would like to try it out, I am often afraid that the
Reading Notes (8): Linux disk and File System Management (1), Linux private dish
The most traditional Disk File System in Linux is EXT2 (of course, it has now been upgraded to EXT4). This chapter mainly introduces the disk file system in Linux, this article focuses on the Linux
Introduction to dual Linux and multi-Linux installation methods-general Linux technology-Linux technology and application information. For details, refer to the following section. The two installation methods are provided in the same principle.
First:
1. Divide the hard disk into four (or less) Primary partitions
Software package management tools under Linux
Linux Software installation can be done in two ways, one is directly with the package management tool installed, and another through the compilation of source installation.
1. Types of packagesRed Hat and Fedora: RedHat's earliest release of the personal version of Linux, since the release of Red Hat 9.0,
The basic architecture of Linux is summarized by the following two graphs (two graphs are the same, but the focus is slightly different)From the knowledge, Linux is composed of two parts: User space and kernel space. Kernel space and user space are two different states of program execution, which can transfer from user space to kernel space through system call and hardware interrupt.Due to the different ver
Today's world's popular operating systems have 3 categories,Linux,MacOS and Windows operating system,Linux operating system because of its open source, free, cross-platform, Good interface and other characteristics, by the broad masses of programmers favor!Linux operating system is widely used in the enterprise Server domain, the current network equipment on the
A Objective
Linux has a wealth of source code resources, but most of the code is not compiled properly on Windows platform. These source code resources are not directly available to the Windows platform at all. If you want to use the complete code, you need to do a transplant. Because of the different and other reasons for the C + + library, porting C + + code is a difficult task. This article will use a practical example (Tar) to illustrate how to mi
Although GUI desktops, such as KDE and GNOME, can help users take advantage of Linux features without the functional knowledge of command-line interfaces, they often require more functionality and flexibility. Moreover, familiarity with these commands is still necessary to automate certain functions in the shell script correctly.This article is an "accelerated tutorial" on Linux file commands, which is prov
This section describes what happens when a Linux system boots and shuts down, and should be done correctly. If the correct procedure is not followed, the file may be corrupted or missing.
Boot and Shutdown overview
The process of turning on a computer and causing its operating system to be loaded is called booting. The name comes from a computer pulling itself up to its bootstraps, but the act itself slightly Stic.
During startup, the computer first
Linux Study Notes mdash; Linux related summaries: I have extracted some Linux-related notes from the Internet.
Abstract: I have summarized the history of Linux from the internet and have a rough understanding of the source of Linux. in this way, I will be able to provide so
Original URL: http://sopace.blog.51cto.com/1227753/670526How to know what version of Linux you are using, here are a few ways to bring you answers! 1. View the kernel version command:1) [[email protected] ~]# cat/proc/versionLinux version 2.6.9-22.ELSMP ([email protected]) (GCC version 3.4.4 20050721 (Red Hat 3.4.4-2)) #1 SMP Mon Sep 19 18:00:54 EDT 20052) [[email protected] ~]# uname-aLinux q1test01 2.6.9-22.elsmp #1 SMP Mon Sep 18:00:54 EDT 2005 x86
This document is a translation of section 1.1 of the IBM Redbook Linux Performanceand Tuning guidelines.Original address:http://www.redbooks.ibm.com/redpapers/pdfs/redp4285.pdfOriginal Eduardo Ciliendo, Takechika Kunimasa, Byron BraswellThe translation is as follows:1.1 Linux Process ManagementProcess management is one of the most important functions of the operating system. Efficient process management can
Original URL: http://blog.csdn.net/hongweigg/article/details/7192471First, how to know what version of Linux you are using, here are a few ways to bring you the answer! 1. View the kernel version command:1) [[email protected] ~]# cat/proc/versionLinux version 2.6.9-22.ELSMP ([email protected]) (GCC version 3.4.4 20050721 (Red Hat 3.4.4-2)) #1 SMP Mon Sep 19 18:00:54 EDT 20052) [[email protected] ~]# uname-aLinux q1test01 2.6.9-22.elsmp #1 SMP Mon Se
In the application of computer systems, Windows is not the only operating platform to be applied, in the field of desktop and server operating system gradually presented a variety of application trends, Linux is undoubtedly the most prominent, Linux is being more and more enterprises and individuals accept, and in the server, The development environment and desktop office area are widely used.Let's take a l
This section describes what happens when a Linux system boots and shuts down, and should be done correctly. If the correct procedure is not followed, the file may be corrupted or missing.
Boot and Shutdown overview
The process of turning on a computer and causing its operating system to be loaded is called booting. The name comes from a computer pulling itself up to its bootstraps, but the act itself slightly Stic.During startup, the computer first lo
1. Introduction
The Linux kernel supports a large number of file system types, and currently it can read and write (or at least read) most file systems. Linux often coexists with Microsoft Windows in a system or hard Linux on the Windows9x/nt file system support is very good, conversely you want to be in Windows with Visual C + + programming while you can look at
Absrtact: This paper deeply analyzes the advanced hiding technologies of files, processes and modules in Linux environment, including: Linux can unload module programming technology, modify memory image directly to system call modification technology, through the virtual file system proc Hide specific process technology.
Hidden technology is widely used in computer system security, especially in network att
Tags: cloud computingAfter you start learning Linux, don't think about it in the way that Windows works, because there are really big differences between them, such as the memory management mechanism, the process mechanism, and so on, so the idea of Windows is thrown away. It is essential for beginners to try to tap into the unique potential of Linux with a new concept.1 Be sure to get used to the command l
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.