In the installation of the system, often unconsciously random user name, after the discovery of the user name is not good or because the environment needs to restart a user name, after looking for data and personal testing found there are two
1, most of this article from: http://blog.csdn.net/vanbreaker/article/details/76115852, in Start_kernel ()-->paging_init ()-->zone_sizes_init ()-->free_area_init_nodes ()-->free_area_init_ Node ()-->free_area_init_core ()-->init_currently_empty_zone
▲ VI three types of processing modesGeneral Mode ???? move the cursor, delete a single whole line of words, copy and paste ( ESC )edit Mode ???? Input characters ( i o a r )instruction Mode ???? Read storage file, search replace function ( : / ? )▲
The 1.WC:WC command is a statistical tool used primarily to display the number of rows, words, and bytes that a file contains. The WC command is the abbreviation for Word count.Command format: WC [option parameter] [file]Option parameters:-C
Linux Process Programming: Introduction to Child process creation and execution functionsThere are three child process creation and execution functions:(1) fork ();(2) exec ();(3) system ();The following are detailed descriptions of each.(1) Fork
The content of this article is mainly excerpted from: http://blog.csdn.net/hotday_kevin/article/details/8310054The installation and uninstallation of the graphics are given in two ways, seemingly because they are versions of the problem and
Linux packages are divided into source packages (script installation packages) and binary packages (RPM packages, system default packages). The advantages of the source package are:1) Source package is open source, if you have enough ability, you
Linux Kernel officially supports the new file system EXT4 since 2.6.28. EXT4 is an improved version of EXT3 that modifies some of the important data structures in EXT3, not just as Ext3 to EXT2, but adds a log function. The EXT4 offers better
in multithreaded control, multiple threads can have separate access to shared resources through mutual exclusion locks. At the same time, only one thread can master the mutex, and only that thread is able to access the shared resource, and the other
Download FFmpegFrom FFmpeg official website: http://ffmpeg.org/download.html Download the latest FFmpeg installation package and unzip it using the following command:
TAR-JXVF ffmpeg-2.5.3.tar.bz2
or download it from GitHub using
When Windows and Linux are installed, it is sure to boot through grub, the main profile path of the Grub bootstrapper is/boot/grub/grub.conf (or/boot/grub2/grub.conf), and the note begins with the # number. Basically modifying to the default boot
When we create a file or folder in Linux, the system always assigns a default permission to the objects we create, so today we'll see how this default permission is derived. And how do we change the default permission settings for the system?In the
1. ARM-LINUX-GCC optionOverall options(1)-e: Stop immediately after preprocessing and do not compile.(2)-S: Stop after compiling, do not assemble.(3)-C: preprocess, compile, and assemble source files, but do not link, the compiler generates obj
Linux kernel ———— queueLinux kernel--queueDefined:[CPP]View Plaincopy
struct __kfifo{
unsigned int in; //Queue offset, write index
unsigned int out; //Queue offset, read index
unsigned int mask;
unsigned int esize;
There are 5 types of processes on Linux: 1. Run (running or waiting in the running queue) 2. Interrupts (dormant, blocked, waiting for a condition to form or receive to signal) 3. Non-interruptible (the received signal does not wake up and is not
Why
When the deploying and managing TC servers (including Oracle servers) in Linux environment, we need the use of desktop env to Laun Ch TEM (including DBCA) to manage them.I recommend TigerVNC to connect these Linux servers from your
Use:Writes the file to standard output, starting at the specified point. Using the-f option of the tail command makes it easy to see the log files that are being changed, TAIL-F filename will display the most up-to-date content on the screen, and
After executing a command with the administrator, the command is moved to the background with CTRL + Z. Causes the root cannot be exited.Input command: ExitTerminal display: There is stopped jobs.Workaround:Method One, enter the command:
Linux multi-process Programming
I. Process ConceptFirst, understand what processes are?
The Linux operating system is intended for multiple users. At the same time, many users can issue various commands to the operating system. How does the
Check port usage in linux
1. Start a jetty server in the Fedora20 system. port 8080;
2. Run the following command:
[doctor@localhost bin]$ lsof -i:8080COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAMEjava 10033 doctor 180u IPv6 253547
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.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service