sysctl command and Linux kernel parameter tuning

   The SYSCTL command is used to configure and display kernel parameters in the/proc/sys directory. If you want to save the parameters for a long time, you can do so by editing the/etc/sysctl.conf file.    command format:  sysctl [-n] [-e]-W

The pipeline of process communication under Linux

each process has a different user address space, the global variables of any one process can not be seen in another process, so the process to exchange data between the kernel, the kernel to open a buffer, process 1 data from the user space to the

Linux BC command-line Calculator

1. Basic use:$ BC Or$ echo "5*4" | bc20$ echo "5+4" | bc9$ echo "5-4" | Bc1You can also write a calculation to a file. And then compute it once.$ cat calcfile 5+56+7$ BC You can also use the here Command:$ BC 1+4> 4-1> 2*4> HERE538The ability to

Linux OpenSSL programming client side

Related configuration, etc. please see an article about server side articles: http://blog.csdn.net/pingd/article/details/478053491.Client Terminal Source:Openssl_client.c#include #include #include #include #include #include #include #include

Linux IPMI Installation Configuration

What is IPMI? The explanation of Baidu Encyclopedia is as follows:IPMI (Intelligent Platform Management Interface) is an open standard hardware management interface specification, which defines the specific methods for communication of embedded

How to configure TCP parameter settings under Linux

Set TCP parameters Be careful not to change the online environment, I paste the content of our online environment, sysctl.conf, see the bottom of the articleNet.ipv4.tcp_tw_reuse    = 1 net.ipv4.tcp_tw_recycle  = 1 net.ipv4.tcp_fin_timeout = 30  net.

Linux File and directory permissions

Linux File and directory permissionsView permissions for a fileThe permissions for a file and directory, as shown below,Localhost:workspace-github xinxingegeya$ ls-ltotal 8-rw-r--r--1 Xinxingegeya staff 8 19:10 a.htmldrwxr-xr-x 2 Xinxingegeya Staff 8

Linux 64bit Yum installs 32,,64-bit RPM packages

When installing the Oracle database, many packages are required for both the 32-bit version and the 64-bit version of the RPM package.Installation via the Yum command is convenient, but only 64-bit RPM packages are installed by defaultWe can install

Problems with file loss after a sudden power outage in Linux

Because of the project needs, in the CentOS6.3 system, using the shell script I wrote to update the software, the operator will habitually immediately restart the power. However, after rebooting, the software is not working properly. Party a variety

"Linux Device Drivers" The 11th Chapter core data type--note

Basic introduction Because of the Linux multi-platform feature, no matter which important driving force should be portable The core issue associated with kernel code should be access at the same time as the known length of the data

Changes to the logo displayed in Linux kernel boot

1. Configuring the KernelEnable the kernel to load the logo at boot time, in the source code of the main directory make MenuconfigDevice Drivers--->Graphics Support--->Select and enter the Bootup logo--Choose the standard 224-color Linux logo[*]

Linux mmap Mapping file

void *mmap (void *addr, size_t length, int prot, int flags, int fd, off_t offset);function function: Map the contents of the file to a piece of memory (virtual memory), through the memory read and modify, to achieve the file read and

Linux Driver Development Overview

Original source: http://www.cnblogs.com/jacklu/p/4722563.htmlLinux Device classificationThe driver for the device also needs to perform some hardware operations like a bare-metal program, but the drivers need to be "fused into the kernel", so it is

Common commands for Linux systems

System InformationThe processor architecture of the Arch Display machine (1)UNAME-M Display the processor architecture of the machine (2)Uname-r displaying the kernel version in useDMIDECODE-Q Display hardware system

Linux kernel tuning Parameters comparison and interpretation

Linux kernel tuning Parameters comparison and interpretationSpecific analysis of the situation, here is only to collect some of the parameters commonly used to adjust, do some simple comparison and interpretation. "NET" ######################## cat /

Linux common command English full name and Chinese explanation

Prior to using the Linux command, if you are familiar with the meaning of English, it is more helpful to understand the corresponding command.Man:manual means manual, you can use this command to query the use of other commands. This command is

Linux Process Fork,exec,vfork Detailed

The following system calls are required for process creation under the Unix/linux system: fork/execFork () copies a process into two processes: parent (old PID), child (new PID)EXEC () uses a new program to rewrite the current process: PID has not

[Reprint] A Linux program to replace files during the run

I was asked by my friend today, "Can I replace a running program under Linux?" "I used to vaguely remember that Linux was OK (and Windows did not), so I answered" okay "casually. Result a friend sends an execution result: (test is running)# CP Test2

Install Google Protobuf under Linux (verbose)

DescriptionProtobuf has been fully migrated to GitHub, address: https://github.com/google/protobufDownload Direct 2.6.1 Version: Https://github.com/google/protobuf/archive/v2.6.1.zipI turned to Linux soon so the various system paths to Linux are not

SVN common commands under Linux

(If the file is submitted for the first time, it is likely that "SVN:" will appear.) Not a working copy, that is, the current directory is not a working copy, this time requires import:eg:svn import. url)1 , checkout the file to the local directory

Total Pages: 5467 1 .... 1237 1238 1239 1240 1241 .... 5467 Go to: GO

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.