1 Common shortcut keysVirtual mid-end switchover: CTRL+ALT+F2~F6 switch to Virtual terminal (virtual terminal in LINUX5 is f1~ F7, and today's Linux7.0 virtual terminal is F2~F6); ctrl+alt+f1 switch to graphics terminal. (This article mainly takes
how the Linux system will automatically start the core prompt when the program starts: The system's service can be started automatically when booting, that under the Linux system if you want the program to start automatically when booting how to do?
A signal (or soft interrupt) is a simulation of interrupts at the software level, which runs in "User space", and one process sends signals to another or several processes to achieve asynchronous communication. When the receiving process receives
Test environment: Linux centos6.51. Restrict root remote login via SSH# Vi/etc/ssh/sshd_config#PermitRootLogin Yes//Find the code to change to#PermitRootLogin no//attention, you need to remove the previous # number.# service sshd Restart//restart
Simple Summary: FD is just an integer that is generated when open. As an index, the process uses the file descriptor in the PCB to find the file pointer Filp that the FD points to. The operation of the file descriptor (for example: Open) returns a
Summary and application of Linux iptablesFirst, firewall, Iptables introduction1, the firewall is used for the implementation of Linux access control functions, it is divided into hardware or software firewall two kinds. Regardless of the network in
First of all to build LNMP environment, about LNMP installation please refer to my previous article: (http://wangwq.blog.51cto.com/8711737/1712811)After installing the LNMP environment, start installing WordPress.If the following commands do not
Create a directory: mkdir/tmp/xiaodianying-P Recursive creation: Mkdir-p/tmp/japan/boduo Japan directory itself does not exist"Ls-l" File list permissions detailed: Ls-1/tmp/japanCreate multiple files in one directory:
1. Tree-like structure directory diagram[[Email protected]Yum. repos.d]# Tree-l1#根├──bin # executable binaries directory, such as common command ls, tar, MV, cat, etc. ├──boot # put some files used by Linux system startup. /boot/vmlinuz is the
Develop and deploy your next application on the IBM Bluemix cloud platform.Get started with your trialWe often encounter such problems, log on to the remote Linux server with TELNET/SSH, run some long-time tasks, the result of the network
Linux view number of connections, number of concurrentBlog Category:
Xiao Kee
LinuxSoft connectionBAT Code
Ln-s/home/ictfmcg/data/photo/var/jtnd/data/photo
The connector configuration for Tomcat 6 is as followsXML code
1. Update the Yum sourceFirst, you need to update the system's Yum source, handy tool: http://help.aliyun.com/manual?spm=0.0.0.0.zJ3dBU&helpId=16922. Installing VSFTPInstalling vsftp with the Yum command#yum Install Vsftpd-y3. Add FTP Account and
Hardware environment:System: CentOS 6.6 nginx:nginx-1.8.0 mysql:mysql-5.5.45 php:php-5.5.30LNMP is the nginx+mysql+php of this kind of Web server architecture under Linux system.Nginx is a high-performance HTTP and reverse proxy server, also a
learn Linux sed command one, reference documentation:1. Sed command detailed http://qifuguang.me/2015/09/21/sed%e5%91%bd%e4%bb%a4%e8%af%a6%e8%a7%a3/ 2. Linux sed usage http://www.cnblogs.com/dong008259/archive/2011/12/07/2279897.html 3. The
GPT PartitionThis is another partition, for MBR partitioning, which has many advantages:(1) Almost break the limit of the number of partitions.The maximum number of primary partitions can be supported in a GPT partitioned table.(2) The capacity of
We often need multiple threads to stay in sync while the thread is actually running. In this case, the mutex can be used to complete the task, the use of the mutex is mainly pthread_mutex_init,pthread_mutex_destory,pthread_mutex_lock,pthread_mutex_
Solve the Problem of too many netstat views of TIME_WAIT status in LINUX.# Netstat-an | awk '/tcp/{print $6}' | sort | uniq-c 16 CLOSING 130 ESTABLISHED 298 FIN_WAIT1 13 FIN_WAIT2 9 LAST_ACK 7 LISTEN 103 SYN_RECV 5204 TIME_WAIT status: description
Create a desktop shortcut in CentOS
1. Download eclipseIs: bytes.2. Create an eclipse folder under the home Directory, move the file to eclipse and execute tar-zxvf eclipse-linuxtools-indigo-SR2-incubation-linux-gtk.tar.gz
After decompression, an
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