V Search method under Linux (reference from Bird's-brother Linux Private Cuisine Basics):First,find : The function is very powerful, directly search the entire hard disk (speed is not fast, if the system hard disk is older)----features: Find can be
Transferred from: http://blog.chinaunix.net/uid-22746363-id-383989.htmlLinux System has 7 runlevel (runlevel)RunLevel 0: System down state, system default RunLevel cannot be set to 0, otherwise it will not start normallyRunLevel 1: Single User
Linux Build SVN server (service side)1 Installing SVNSVN client: TortoiseSVN, official website download: https://tortoisesvn.net/downloads.html (client)# Yum Install Subversion:1. Create a new directory to store all SVN files# MKDIR/SVN2. Create a
First, the condition variableIn the process of thread synchronization, it is necessary to wait for a certain condition to continue to execute, if the condition is not established, thread A is blocked, and thread B causes the condition to be set up
1. Introduction to Commandsdu (disk usage) calculates the disk usage for each file, and the directory takes the total amount.2. UsageUsage:du [options] ... [File] ... Or:du [options] ...--files0-from=f3. Options4. Example 1: Show the size of a
Today the discovery server on the Tomcat 8080 port does not come, the old prompt port has been occupied.Use the command:Ps-aux | grep TomcatA tomcat process with no 8080 ports found.Use command: NETSTAT–APNView all process and port usage. Discover
Change permission Properties command chmodchmod (change mode)-change-file access permissionschmod is a command used to change the permissions of a file or directory, but only the owner and Superuser root of the file have this permission. There are
grep command: Print lines matching a pattern"Feature" uses the grep command to find a matching string in the contents of a file, also known as a filter, which of course supports the use of regular expressions in combination.Syntaxgrep
Kernel-State Call TraceThere are three types of error in the kernel state, namely bug, oops and panic.A bug is a minor error, such as a call to sleep during spin_lock, causing a potential deadlock problem, and so on.Oops represents a user process
CTRL + C terminates the current commandCTRL + L Clear screen (cursor back to the first line)CTRL + D exits the current terminal (or Exit,logout)CTRL + U will be all characters from the front of the cursorCtrl + K Delete all characters after
1.Reference URL:Http://www.xuebuyuan.com/2070575.htmlhttp://blog.csdn.net/csusunxgg/article/details/8956027ZC: Web content saved in "Baidu Cloud CodeSkill33--All Files > from Web > Linux > Ubuntu > Ubuntu installation
Linux under RPM Package Management command detailedBasic concepts of software under 1.linuxImportant files that the program needs to use: configuration files, instructions, library files, help information/etc,/bin,/sbin,/lib,/usr/share/man1.1. The
How to start the Linux daemonNanyiDate: February 28, 2016The daemon (daemon) is the process that is running in the background (daemon).This article describes how to start a Web app as a daemon.First, the origin of the problemAfter the Web
Using the OD command, you can read the data file or the contents of the binary file. Although the readout value is displayed by default using a non-text file, which is a 16 binary value, we can still display bytes in the data in ASCII-type bytes
In the previous use of the Windows system know that can set permissions for the file, then this permission is set, before the "Linux---User management command," mentioned in the system, the user is mainly to achieve resource sharing, the file
Lua+nginx development often needs to simulate the request API to determine whether its API is perfect enoughCurl knocks a get,post request is easy, simple pass-through command is simpleCurl URLcurl-d URLAs for form, you can make an HTML to simulate,
Linux file system swap swap partition and DD command details (3)1. Create swap partition: Partition type 82 is equivalent to virtual memory in WindowsMkswap/dev/sda5 creating a Swap partition file system region-L label create label for swap
I. Causes and conditions of deadlock1. The concept of deadlockin general, if the same thread calls lock two times, at the first call, because the lock is already occupied, the thread suspends waiting for the other thread to release the lock, but the
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