JDK supports epoll in Linux

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 quickly make DNS changes take effect in Linux

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

Memstat-view memory usage of Linux shared libraries

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

Linux memory management-top information analysis [Post]

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

Linux WC file statistics

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

[Starting from Linux] Common commands

  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

Linux ulimit command

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

Common Linux commands

Reference address: http://bbs.mcuol.com/TopicView.aspx? Boardid = A47AFE05-0872-4DDB-97AE-48ACAFAE265B & topicid = 6c398bb8-442e-46d9-a608-dde48a42417b Linux directory Architecture/Root directory/Bin command binary file/Boot stores the files that

How to install Quartus II 8.0 for Linux? (SOC) (Quartus II) (Linux)

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

Install VMware Tools in Linux

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

[Add to favorites] How to Create soft links and hard links in Windows (Linux ln)

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 ).

File sync backup from linux to linux

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.

Detailed configuration of Linux ftp service vsftp

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

In-depth analysis of strace, a debugging tool for linux commands

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

Linux programming introduction-static Link Library

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

Call the getrlimit () and setrlimit () Functions Based on Linux

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

Detailed explanation of squid configuration process based on Linux gateway Server

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

Advanced Linux Program Design chapter 3: Process

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.

Introduction to Linux decompression commands and use of decompression commands

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

Share common scripts and functions in linux

# 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

Total Pages: 5467 1 .... 2809 2810 2811 2812 2813 .... 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.