Unix and Linux installation PerlThe Perl installation steps on the Unix/linux system are as follows:
Open http://www.perl.org/get.html through the browser.
Download the source package for Unix/linux.
After you download the
Two week first Class (January 29)2.6 Relative and absolute paths2.7 CD command2.8 Creating and deleting catalogs Mkdir/rmdir2.9 RM Command2.6 Relative and absolute pathsPath is where the file is storedAn absolute path is a path that starts from the
The file color represents the meaning :blue indicates the directory;Green indicates executable file;red indicates compressed files;Light blue indicates a linked file;white indicates other documents;Yellow is the device file, including block, Char,
A timed task is to set the system to perform an action at a fixed time, either by executing a command, deleting an xx file, or by executing a set of scripts, such as backing up a data file, and so on. This part is not difficult, but it is very
# VS2015 Configuring Linux development Remote DebuggingAbout # #-----------------------------VS2015 supports cross-platform development# # Software Environment------------------------------VS2015 Update3-Visual C + + for Linux development
I. Using the environ pointer to output environment variablesThe code is as follows:#include#include#define MAX_INPUT 20 /* 引用指针 */extern char** environ;int main(int argc, char** argv){ char *temp = NULL; char** env = environ; char
Learning Linux for nearly one months, often encounter some feelings understand, dig into the discovery and do not understand. Feel understood, a hands-on deadlock. This is a small white from some of the personal sharing, may be very simple, may not
2.1/2.2 System directory StructureTree structure, showing the directory structure;Install the tree command #yum install-y tree;2-layer Display tree structure #tree-l 2;Tree common options #tree--hap;Detailed usage of tree #man
First, start the configurationLet's configure a firewall for the filter table.(1) Check the setting of this institution in Iptables[email protected] ~]# iptables-l-NChain INPUT (Policy ACCEPT)Target prot opt source destinationChain FORWARD (Policy
cut : Intercepts a fieldSyntax: cut-d "separator character" [-CF] n here n is the number-D: followed by delimited characters, delimited by double quotation marks-C: followed by the first few characters-F: The next section is followed by the number
Hard links with soft links 1.inode and blocks of knowledge 2. Hard links and soft links
To figure out the difference between the two, the Inode is a point of knowledge that must be understood.1.inode and Block
What does the CPU information in the top command of Linux mean?Cpu (s): 62.1% us, 15.9% sy,0.1% ni, 19.4% id,2.0% wa,0.1% hi,0.4% simem:8247956k total,8232004k used,15952k free,205240k buffersswap:8191992k total,48k used,8191944k free,7156092k
10.19 iptables Regular backup and recovery
Save Iptalbes RulesService Iptables Save//The rules will be saved to/etc/sysconfig/iptables
Backing up iptalbes rules to the/tmp/my.ipt fileIptables-save >/tmp/my.ipt
Iptalbes rules for
Overview:Linux system default open files number is 1024, sometimes the application will report too many open files error, because the number of open files is not enough. This requires modifying Ulimit and File-max. In particular, to provide a large
PS: Sometimes you find that you cannot modify a file with root permissions, most of all because you have locked the file with the chattr command. The chattr command is very useful, some of which are supported by the Linux kernel version, but the
Grab Bag ToolSometimes want to see what packets are on the network card, especially when you initially decide that there is a traffic attack on the service, using the capture tool to crawl the packet can know which IP is attacking1. Tcpdump
TFTP is very well understood, mainly used to transfer files, the following in my operation to talk about the most important of the TFTP commands.One. SFTP command on Windows (it is said to be the same on Linux, of course, this refers to non-embedded
Configure Nginx in CentOS to support https and centosng.pdf
I. Basic settings:
1. yum-y update2, yum-y install openssl * 3, cd/usr/local/nginx/conf4, and mkdir. /ssl5, cd. /ssl # create with openssl under the ssl directory. key Private key File
Linux scp copy files, do not need to enter a password (instance), linuxscp
Scp is short for securecopy. It is used to remotely copy files in Linux. Similar Commands include cp, but cp only Copies files on the local machine and cannot be copied
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