1. Linux Export the specified database tableMysqldump 127.0.0.1-uname-ppwd databasename Tablename>/home/name/tablename.sql;2, the *.sql from one Linux server to another board machine Linux ServerSCP [email protected]:/home/name/tablename.sql./;(./is
There is often a "error:xml: Hash version does not exist" error that occurs when import download cacti template from the web. This is because the cacti of the export template and the cacti version of the import template are caused by different
The commands for compiling C + + are different from those of the compiled language.
to compile C + +, you should install g++first. It can then be compiled with #g + + filename.cpp-o filenameCompiling the C language is using the #gcc filename.
1. Review the processFirst, use W to view the process:[Email protected] ~]# w 05:22:23 up Min, 2 users, load average:0.00, 0.02, 0.06USER TTY from [EMA Il protected] IDLE jcpu PCPU whatchenyr tty1 : 0 05:08
The top command is often used to monitor Linux system conditions, such as CPU, memory usage, the programmer basically knows this command, but it is strange to use it very few people, such as the top monitoring view of the memory value of the meaning
Linux in the socket connection queue definition processing on the personal feel is a little pit dad, gossip less, direct talk.To establish the socket connection process:1.client sends a SYN request to the server2.server received after the request is
How to view Linux hardware configuration informationLinux View hardware configurationCommon commands are organized as follows:View the serial number of the motherboard: Dmidecode | Grep-i Serial NumberDetecting new hardware with hardware detection
Linuxthe software package managementRpm,YumBasic UseFirst, RPMRPM is an abbreviation for the Redhat Package Manager (Redhat Packages management tool), although the file format name is Redhat, but its original design concept is open and now includes
1. Using the signal () function and the sigaction () signal () function prototype #include typedef void (*sighandler_t) (int); sighandler_t signal (int signum, sighandler_t handler); Signal () Sets the disposition of
Linux system service ClassificationsGenerally divided into two categories, self-initiated services and super services.1, Stand_alone: This daemon can start the service on its own.2, Super daemon: A special daemon to unify the
The Linux shell can get the current file system mount information by looking at the/etc/mtab or/proc/mounts file, for example:Read/etc/mtab or/proc/mounts within the program, parsing strings is cumbersome, you can use the convenient functions
The CAL command can be used to display a Gregorian calendar. The Gregorian calendar is now the International Universal Calendar, also known as Griel, the Gregorian calendar. "Solar" is also known as "solar Calendar", the earth around the sun for one
Linux Package ManagementThe RPM Package Manager is presented by Redhat and is intended to be Redhat packages manager in English . is a tool for managing software packages under Linux. Now includes OpenLinux,s.u.s.e, and distribution versions of
The hook function, or hook function, is used when writing network modules in the Linux kernel. Now let's look at how Linux implements the hook function. Let's introduce a struct: struct Nf_hook_ops, which is the struct that implements the hook
Source: CSDN Wang Wensong transferred from Linux communeExit () and _exit () functionsFunction descriptionThe create process uses the fork () function, the execution process uses the EXEC function family, and the terminate process uses the exit ()
If you are unfamiliar with using a public key to log on to a Linux server, read this document first:http://swenzhao.blog.51cto.com/3451741/1583447After reading, you will find that the document only speaks of using SECURECRT to log on to Linux
Linux Malloc analysis-from user space to kernel space, linuxmalloc
This article introduces the implementation of malloc and the heap extension of malloc, and analyzes how the ing between virtual addresses and physical addresses is realized.
Ordeder
Common Linux commands (27th)-df
In linux, the df command is used to check the disk space usage of the file system of the linux server. You can use this command to obtain the space occupied by the hard disk and the remaining space.
1.Command
Common Linux commands (30)-cal
The cal command can be used to display calendars in the Gregorian calendar. The Gregorian calendar is an international calendar, also known as the Gregorian calendar. The "Gregorian Calendar", also known as the "solar
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