Article:
Http://blogs.sun.com/alanb/entry/epoll
JDK 6.0 NiO supports epoll, which greatly improves the performance of concurrent idle connections. This is a lot of network server applications.ProgramYes.
One of the updates in build
How to Make DNS changes take effect quickly
OSX, chrome, and DNS
During development, some IP addresses are often bound to the domain name and need to be switched frequently. in Linux, how can I quickly modify the DNS information?
1. Use the dig
Original article link
When we view process information in top, there will be two projects: RSS and vsz, the former is the memory usage of the process itself, and the latter is the total usage of the shared library. Memstat smallProgramYou can view
Posted on [post from the Cu Forum]Linux memory management
Careful friends will notice that when you frequently access files in Linux, the physical memory will soon be used up. Program The memory will not be released normally, but will
Original article link
How to count the number of files in a directory andCodeCommand for the total number of lines
Command to know the total number of objects with the specified Suffix:Find.-Name "*. cpp" | WC-lKnow the total number of lines of
We mentioned earlier Linux And through a graphical desktop such Gnome And KDE Use Linux It is already quite simple and straightforward. However, many times, we need to execute some commands through the command line. This is not only
Original article link
In Linux, core files are not generated by default. You must open them with ulimit-C unlimited.
Overview
System performance has always been a topic of interest. How to achieve the most effective performance tuning through
AbstractThe Installation Method of Quartus II 8.0 for Linux.
IntroductionQuartnifrom nioswiki quartusforlinux
The latest Altera Design Software 8.0 is supported on the following Linux operating systems and versions:
Red Hat Enterprise
After fedora10 is installed in VMware Workstation, VMware Tools must be installed to Improve the Performance of virtual machines. Steps: 1.Copy the VMware Tools Installation File: Start fedora10 and select I under the VM in VMware
First, let's briefly understand the differences between a hard link and a symbolic (soft) Link (In this article, symbolic links and soft links refer to the same concept.):
Hard connection points to inode, while soft connection points to path ).
Copy from:
Http://net.it168.com/a2009/0402/270/000000270638_1.shtml
I. Environment
Server (server) for file backup: 192.168.1.201 (RHEL 5)Server (client) receiving backup files: 192.168.1.202 (CENTOS 5) Ii. installation and configuration1.
This article takes redhat AS 4.0 AS an example:
First, install the vsftp package in linux.
Rpm-qa | gerp vsftpd // find whether vsftpd is installed
Vsftpd-2.0.1-5.i386.rpm if not installed (on the first disc)
In linux, an important point is to mount
Reference1. You can download the stracecommand of linux.txt from Sina.
2man strace
A general and complete usage:Strace-o output.txt-T-tt-e trace = all-p 28979
The preceding description is used to track all system calls of the 28979 process (in
Sometimes we need to compile a set of code into a library to facilitate reuse. For example, the STL and system functions we call are provided in this way. In addition, when a project is large, you sometimes need to create your own Link Library to
Function Description:Obtain or set resource usage restrictions. Each type of resource has related hardware and software restrictions. Soft restrictions are the limits imposed on the corresponding resources by the kernel, and hard restrictions are
Preface
Here, we need to configure a Proxy Server that only provides Proxy services for internal networks. It has the following functions: it divides users into two types: advanced users and ordinary users. It uses the NIC physical address
Document directory
Each process has a unique process ID.
Each process has a parent process.
Processes in the system are organized in the form of a tree. The init process (process number 1) serves as the root.
Process 0 is a scheduling process.
I. Introduction to decompression commands
Tar command
-C: Create a compressed file
-X: Extract
-T: View content
-R: append an object to the end of the compressed archive object
-U: update files in the original compressed package
These five are
# Check whether the specified directory exists in the current directory. If not, create it
Copy codeThe Code is as follows: function mkdir_1
{
If test! -D $1
Then
Mkdir $1
Fi
}
# Replace the "prefix =. *" string in the specified file with "prefix
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