1. free memory management
As a linux system administrator, it is very important to monitor the memory usage status. It helps you to understand the memory usage status, such as whether the memory usage is normal and whether the memory is in short
12 basic knowledge commonly used in Python programming: regular expression substitution, traversal of directory methods, list sorting by column, de-weight, dictionary ordering, dictionary, list, string reciprocal, Time object manipulation,
1. Linux script compiling Basics
1.1 Basic syntax Introduction
Start with 1.1.1
The program must start with the following line (must begin with the first line of the file ):
#! /Bin/sh
Symbol #! The parameter used to tell the system that the program
After reading the tenth chapter of this book, I Learned:1.PRINTK function: Run in kernel space, Linux driver can only use PRINTK to print kernel debugging information. Function prototype: Asmlikage int printk (const char *fmt). The first parameter
Echo and Print differences:
echo-can output one or more strings
Print-allows only one character to be output, with a total return value of 1
The echo output is faster than print speed, ECHO has no return value, and print has a
During the operation of the Linux system, you often encounter repeated executions of the same command to observe the changes in the results. The usual way is: the upper and lower key to enter, or ctr+p and then enter. Today, let's look at the Watch
A physical memory and virtual memory We know that reading and writing data directly from physical memory is much faster than reading and writing data from a hard disk, so we want all of the data read and written to be done in memory, and
Use of EmacsTed Posted @ September 16, 2008 22:35 in Emacs with tags emacs, 5455 readIntroduction of Emacs EditorThe Emacs Editor is written in the C and Lisp languages. LISP (linked list processing language) is a functional programming language
I. PrefaceShell programming is widely used in the Unix/linux world, and mastering shell programming is a must for a good unix/linux developer and system administrator. The main task of script debugging is to find out the cause of the script error
Go to: http://ixdba.blog.51cto.com/2895551/541355A physical memory and virtual memorywe know that reading and writing data directly from physical memory is much faster than reading and writing data from a hard disk, so we want all of the data read
command re-orientationBasically, this sub-topic is a very important concept of bash, and it takes a little thought to get it done!What is "re-orientation, redirect?" ": To put it simply, it's about transferring your current information to other
Get U-boot Source codeDownload Uboot source code on the official website of U-boot. ftp://ftp.denx.de/pub/u-boot/Here i download the latest version of u-boot-2016.09.tar.bz2Unzip the file to/home/tiny4412.cd/home/tiny4412/Tar xvf u-boot-2016.09.tar.
First, the PrimerPexpectThe program is mainly used for the simulation of human-machine dialogue, that is, the system asked questions, people to answer yes/no, or account login input user name and password and so on. Because this situation is so much
A physical memory and virtual memoryWe know that reading and writing data directly from physical memory is much faster than reading and writing data from a hard disk, so we want all of the data read and written to be done in memory, and memory is
For some people it doesn't matter how long the system has been running, but this is important information for the server administrator. When the server is running important applications,Must try to ensure long-running stable operation, and sometimes
A physical memory and virtual memory We know that reading and writing data directly from physical memory is much faster than reading and writing data from a hard disk, so we want all of the data read and written to be done in memory, and
The bash shell provides a for command to create a loop that repeats through a series of values. Each time a value in the series is reused, a defined set of commands is executed.The basic format for the for command is:for Var in listDoCommandsDone1.
Sometimes we need to use the Java program to open some of the computer's own programs, you can open directly or with the CMD Command window to open some of the commonly used applications. For example: Packagecn.xm.exam.test;Importjava.io.IOException;
For example:
The cloud community small weave likes to use the bat. If you run the command automatically at bat and the window closes so that it doesn't see the effect, then we can add
cmd /k echo 云栖社区
You don't have to add pause every time.
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.