tar.gz
Decompression: Tar zxvf FileName.tar.gz
Compression: Tar zcvf FileName.tar.gz dirname
Roughly summed up the Linux under the various formats of compression package compression, decompression methods. But some of the methods I did not use, also
This time I'm going to say the remaining two tools. emacs This is a heavyweight editor under Linux, but it's not just an editor, you can look at it as an integrated development environment, which is mentioned in the end of the article. Emacs is
A. About Linux replication after eth0 become eth1 solution
When using the cloned virtual machine, found that the original network card in the basic system eth0 to the new system is not, using ifconfig-a will find only eth1. Because the basic system
I. Establishment of LVM
1. Generate PV Information
#pvcreate-F/dev/rdsk/c0t3d0
#pvcreate-F/dev/rdsk/c0t4d0
2. #mkdir/dev/vg02
3. #vgcreate/dev/vg02/dev/dsk/c0t3d0/dev/dsk/c0t4d0
Description: The meaning of this command is to create VG02, and
Basic management of MARIADB database
1.Mariadb Database Installation and basic configuration
Install MARIADB Database Start MARIADB Database change the password for the first loginNo password required for first landingUse the
1. The question
Two hard drives are installed on the server, one system disk and one expansion disk. The desktop system can see the mounted disk and can access it normally. However, the DF command using Linux is not visible.
Once mounted, you can
whether a string is contained in all files in the Linux lookup directory
Look for any file in the directory that contains a string find. | Xargs Grep-ri "IBM"Find out if any of the files in the directory contain a string, and only the file name is
Linux variables, a variety of, included in the Linux running all the links, of course, for a desktop, there is a system variable should know. That's the path variable, and its main function in the system is to provide a search path to the command
-not exactly, it needs to be perfected later. But I don't want to save a draft ...
Windows is end-user-oriented, and Linux is server-oriented, so the memory management mechanism is different.Windows starts swapping memory after memory usage exceeds 6
Linux set up the service to start up the way there are many kinds of, here is an introduction to the Chkconfig command to add a script to boot automatically start the method.
1. Script autostart.sh (here is an example of a startup Redis service),
Linux, in the lock on an object, often used in the thread to pthread_mutex_t this mutex type, such as the definition of a mutex pthread_mutex_t mutex; The mutex object is then locked and unlocked in the program. However, before you use a mutex, you
SBT Introduction
SBT is a code compilation tool, is the Scala world mvn, can compile Scala,java, etc., need java1.6 above.
SBT Project Environment Establishment
SBT compilation requires a fixed directory format, and requires networking, SBT will
Body
test Data
Touch a a6.log abc.log ac.txt b c C5.txt X.log a
"*"
Represents any number of characters
Example: Query with ". Log" end of file
ll *.log
"?"
Represents any single character
For example: Only query A, B, C
ll?
"[]"
ll
ll the file size of all the files in the file is in bytes and ll-h after the-h parameter is added, all the displayed file units will be adaptive. This looks clearer.
ll is equivalent to ls-l
l equivalent to the Ls-a-LH (-L)
ll-h equivalent
#
Head --help
Usage: head [options] ... [File] ...
Displays the first 10 lines of each specified file to standard output.
if more than one file is specified, the filename is given as the file header before each segment of output.
If you do not
As a result of the project requirements of the laboratory, the use of RBM (limited Boltzmann machine), DBN (confidence degree network) and other in-depth learning network model, so the study and use of Toronto University to provide a deepnet depth
Linux Sort's Common
Sort by 5th field
[Root@test2 smartlsdata]# ll | SORT-T: +5n-rwxrwxrwx 1 root root 178718700 December 18:40 Poi.bal-rwxrwxrwx 1 root root 182348152 December 18:40 Poi.bas-rwxrwxrwx 1 root root 18441600 December 18:40
Because in the next level is quite limited, the improper place, also hoped that everybody criticizes the correction ^_^
Based on Linux 2.6.32The include\asm-generic\vmlinux.lds.h is defined as follows:This is tantamount to arranging a series of
1. Download ipmitool:http://ipmitool.sourceforge.net/
2. Make sure the GCC tools are installed
3. Load IPMI-enabled drivers on Linux systems:
Insmod/lib/modules/2.6.32-220.el6.x86_64/kernel/drivers/char/ipmi/ipmi_msghandler.ko
Insmod/lib/modules/
Nginx is a high-performance HTTP and reverse proxy server and a IMAP/POP3/SMTP proxy server.
To install Nginx as a Web server in Linux, you need to first prepare the necessary libraries and tools, and you typically have to install the PERC library
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