Linux Build Dynamic library systemOne, explain
The dynamic library file under Linux has the extension ". So" (Shared Object).In accordance with the Convention, all dynamic library file names are in the form of libname.so (which may be
This article describes the use of the Ipmitool tool, this command is mainly used to operate the server hardware, so the general business operations will rarely use it, but it is very powerful, such as: the ability to restart the server, reset the
Learning Linux, first understand the Linux standard folder structure is very important, learning a good cushion after the action. Go to the list of all chatty folders.This article mainly explains. I contact, I need to know some of the file folder,
Reprinted from: http://blog.csdn.net/wuyigong111/article/details/17410661, with partial modifications Create a user sgmm and install the JDK and Tomcat in their user directory, as follows.I. Increase SGMM users and SGMM groups [[Email
1. Install the SVN server sideYum Install SubversionDownload and install the SVN server side from the imageThe middle will prompt whether OK, enter Y, confirmInstallation success prompt: ... complete!Execute the following command in
In a Linux environment collaborative development, there are a lot of situations, we need to set specific permissions for these accountsWe need to use ACLs here.1. Add an account, set a passwordUseradd terrypasswd Terry2.acl settings:2.1Block view of
Reprint Please specify source: http://blog.csdn.net/cywosp/article/details/389657991. Traditional Disk Management issueswhen the partition size is not enough to expand its size, only by joining the hard disk, create a new partition to expand the
Sudo literally means that the Super user do! is one of the most important commands necessary for Linux system administrators or advanced users.Have you ever had this experience: trying to run a command in a terminal and encountering "Access Denied"?
The GCC compilation process is divided into 4 steps, namelyPretreatment (pre-processing)Compiling (compiling)Compilation (assembling)Links (linking)The basic syntax used by GCC is:gcc [option | filename]preprocessing phaseGcc–e–o [target file]
Create a Directorymkdir (make directory): Creating a DirectoryMkdir-p Directory Name-P: Recursively create a directory
Working with CatalogsCD (change directory): Switch directoryCD Directory NameCD/CD ~: Switch Home DirectoryCD-: Switch to the
RPM-Q package name to find the installed software pathRpm-q httpd-A All-I. Software information-l List-F Query file data which packageYum list queries the server for available software listsBase represents a file in the base container
Linux Kernel Code viewhttp://androidxref.com/Interrupt: An event that is defined to change the order in which the processor executes instructions. It corresponds to the electrical signals generated by the circuitry of the hardware (CPU, other
There are several issues to be aware of when programming under Unix/linux (especially in the IDE or programming tools running on Windows):1. Capitalization issues.In the naming rules of a file or directory, pay particular attention to the
Linux auto-shared USB devices: udev + Samba, udevsamba
I. Overview
Recently, the company asked me to insert a USB device into Ubuntu and automatically share it on the network. I can access the content like Windows sharing (for example, \ 192.168.1.10
Optimization of Linux soft firewall ACL matchingFirst, the request should not be framed by Netfilter! Although it has some inherent performance loss, please do not equate iptables with Netfilter. If you want to catch the culprit, please say iptables
Linx monitoring sharing-Key Process Monitoring (mysqld) + email reminder
Key Process Monitoring
Mysqld: The process exits and an alarm is triggered. If you do not exit, you will be notified of monitoring mysqld (cpu (> = 100%) | mem (> = 80%) and
[Literacy post] Do you know about the Linux Window Management Program Tmux?
Introduction
Tmux is a program for window management in linux. Unlike iTerm2, tmux provides a Session storage and restoration function at any time (the Session concept will
Find and delete files that meet the conditions in linux
Find all the files starting with test in the root directory and pass the search result as a parameter to the rm-rf command to delete the files:1. find/-name "test *" | xargs rm-rf2. find/-name
Build trust relationships in batches in Linux to implement ssh password-less login scripts
Purpose:
Copy the ssh public key of the current machine to another machine, so that you can log on to another machine through ssh without a password.
Usage:
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