Linux Basics 1

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 starts automatically when the program is powered on

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?

Linux Process learning note-process signal Sigal

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

Remote login management for Linux

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

Linux VFS kernel data structure

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 Iptables

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

Linux builds a WordPress blog based on LNMP

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

Linux Common commands

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:

Day eighth-detailed description of the Linux directory structure

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

Linux tips: Several ways to keep processes running reliably in the background

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 concurrent

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

Linux Open FTP Account

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

Linux Build Lnmp

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

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 partitioning under Linux

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

Linux threads-Mutex lock pthread_mutex_t

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.

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

Install xrdp Remote Desktop Connection in CentOS

Install xrdp Remote Desktop Connection in CentOS Install xrdp: wget http://mirrors.ustc.edu.cn/fedora/epel/6/i386/epel-release-6-8.noarch.rpmrpm -Uvh epel-release-6-8.noarch.rpmyum install xrdp Start the service: service xrdp start Install vncserver:

Create a desktop shortcut in CentOS

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

Install kvm in centos 6.7

Install kvm in centos 6.7 1. confirm that your CPU supports

Total Pages: 5467 1 .... 1962 1963 1964 1965 1966 .... 5467 Go to: GO

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.