Linux has many advantages in function, price or performance, however, as an open operating system, it inevitably has some security problems. about how to solve these hidden dangers, to provide a safe operation platform for the application, this article will tell you some of the most basic, most commonly used, but also the most effective tricks.
Linux is a UNIX-like operating system. In theory, there is no s
Four, under the Linux "God Soldier Weapon": 15 Questions
What is 55.KDE and what is the characteristic?
The KDE project, launched in October 1996, is designed to create a complete and easy-to-use desktop environment on the X-window. KDE now has the heavyweight software of KFM (similar to IE4.0), KPresenter (like PowerPoint), Killustrator (like CorelDRAW or Illustrator), And thoughtful user GUI configuration software can help users configure unix/
Linux is a UNIX-like operating system. In theory, there is no significant security flaw in the design of UNIX itself. For years, the vast majority of security problems found on Unix operating systems exist primarily in individual programs, so most UNIX vendors claim to be able to solve these problems and provide a secure UNIX operating system. But Linux is a bit different because it doesn't belong to a sing
Article Title: Learn how to diagnose linux system faults to create a perfect linux system. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
For most users, the ease of use of the
This article introduces the 12 classic techniques of Linux operating system application, which can be used to better use Linux system.
1, processing the special file name
Assuming that the Linux system has a file named "-ee", if we want to operate it, for example, to delete it, in accordance with the general deletion method in the command line to enter the Rm-ee
As a desktop operating system, Linux Man-machine interface is really not flattering, but as a network operating system, its ease of use (for the NOS) and high performance I am afraid it is difficult to have the right. Of course, this is not to say that its operation is very simple, but that if you can master some skills, whether it is System settings or network management can become easy, arbitrary. Prohibit the display of automatic energy-saving in t
2nd Chapter: Installation Guide
2.1 Pre-Installation Preparation
1, collecting system data: In order to be able to successfully install and set up the Linux system, you must put the following information for the installation of the system to use:
HDD: Quantity, capacity and type;
Memory: The amount of memory installed on your computer;
CD-ROM: interface type (IDE, SCSI);
SCSI card: The model number of the card;
Network card: The model of the network
Linux Xserver: The linux graphic interface principle MoblinCore is built on the GnomeMobile platform. I used to play Linux. the submitted content has nothing to do with images. I don't even need to start Xwindows. after I start the system, I directly enter the text command line. so I have little knowledge about this. I need to learn more... X server in
A linux command (25) every day: linux file attribute details link: A linux command (1) every day: ls command running (2): cd command http://www.2cto.com/ OS /201210/163050.html#every day...
One linux command every day (25): linux file attribute details link: One
Linux (Windows Linux subsystem)If you want to experience developing and running. NET core applications in a Linux environment, we have a variety of options. One is to install native Linux on a physical machine, and we can choose some kind of Linux distribution according to o
Linux summary and linux learning Summary
I. file commands:
Go to the home/liuyazhuang directory
Cd/home/liuyazhuang
Ls:
Ls
Mkdir:
MkdirfamilyA
Switch the cd directory to the familyA directory:
CdfamilyA
Ls displays the content of the current directory:
Ls
Touch creates an empty file
Touchfather.txt has A father in family.
Touchmother.txt has a mother.
Touchson.txt son
Touchdaughter.txt daughter
Create
Learning Guide Articles
The method is to do more hands, brain, learn to often compare with Windows. It is recommended that you install Redhat Linux First, and then practice how to configure it, how to use Linux commands, how to operate under the X-windows, how to install the application software under Linux, how to access the Internet under
[Linux] C language Linux system programming creation process, linux
1. process ID
Each process is represented by a unique identifier, namely, the process ID (pid). The system ensures that each pid is unique at a certain time.
1.1 allocate process ID
By default, the kernel limits the maximum process ID to 32768. You can set/proc/sys/kernel/pid_max here. In a short
[Linux] C language Linux system programming-11 TCP communication statuses, linux-tcp
Three-way handshakeThe client initiates a SYN request, and the client is in the SYN_SENT State (the first handshake)After the server receives the message, it changes from LISTEN to SYN_REVD and replies to the client. After the client receives the response, it is in the state of
[Linux] Linux commands for counting folders and files, and linux statistics
# View the number of files in the current directory (excluding files in subdirectories)
Ls-l | grep "^-" | wc-l
# View the number of files in the current directory (including files in sub-Directories) Note: R, representing sub-Directories
Ls-lR | grep "^-" | wc-l
# View the number of
Article title: Linux core-15. Linux kernel resources. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.
Original: David A Rusling
Translation: Banyan fifa
Chapter 2
This document is a translation of section 1.2 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.2 Linux Memory ArchitectureIn order to execute a process, the Linux kernel allocates a portion
For every Linux learner, learn about the directory structure of a Linux file system, is a very important step to learn Linux., in-depth understanding of the Linux file directory structure of the standard and detailed features of each directory, for us to use a good Linux sys
After installing Linux, have you ever paid attention to the Linux boot process? This article tries to describe this process and the related situation in the popular language, understand the Linux boot process, you in the face of the problems of the Linux boot process will be able to do well.
One of the compelling featu
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.