Linux NFS Service installation

NFS is also understood as a file share for the network file system , by installing the NFS service on the server, and the client is mounting the directory on the server by hanging it locally to enable file sharing1. See if NFS is installedRpm-qa

Linux Basics-Special permissions and file system access control lists

Special permissionsSUID: When running a program, the owner of the corresponding process is the owner of the program file itself, not the starting user.SGID: When running a program, the owning group of the corresponding process is the genus of the

Linux View system commands

CPU Information1. View the number of logical CPU cores# cat /proc/cpuinfo| grep "Processor" | WC -L2. View the number of physical CPUs# Cat /proc/cpuinfo | grep "Physical ID" | Sort |uniq| WC –l3. CPU Details# Cat /proc/cpuinfo4, CPU utilization

What exactly is buffer and cache in Linux memory?

The free command in Linux will output:TotalUsed already in useFree IdleGKFX Shared MemoryBuffersCachedThe first four items are better understood, I will know what the meaning of a look. But buffer and cached I have been not very understanding,

How to build a GitHub environment in a Linux environment

First install GitHub# yum Install gitWhen you are donehttps://help.github.com/articles/generating-ssh-keys/#platform-linux Official setup tutorial under this URLLet me explain my configuration.Ssh-keygen-t rsa-b 4096-c "[email protected]"Running

Linux system Security Hardening script

#!/bin/bash# the files that need to be configured for backup cp /etc/login.defs /etc/login.defs.bakcp /etc/profile /etc/ profile.bakcp /etc/pam.d/common-password /etc/pam.d/common-password.baksed -i -e  '/^ pass_max_days/' d /etc/login.defssed -i -e 

Considerations when executing *.run files under Linux

Some students reflect that the implementation of the *.run file in the Linux environment is not successful, the problem is summarized as follows:1, may be insufficient authority, this time is very good to do, give permission to:Method One: chmod +x *

File Search under Linux

Linux file LookupFindFile LookupLocateFile Lookup: Find eligible files on the file systemLocateRely on the pre-built Index library query system on the prebuilt file Index database/var/lib/mlocate/mlocate.db system automatic implementation, periodic

Optimization of Linux parameters (continuously updated as experience increases)

1. Adjust the number of system file descriptors, the default is 1024x768 #ulimit-N to view[[email protected] core]# ulimit-n1024 adjustment method: [[email protected] core]# echo ' *-nofile 65535 ' >>/etc/securi TY/LIMITS.CONF Note: After the

Linux One-click Optimization script

#!/bin/bash############################################################### file name: /var/www/ Html/ks_config/optimization.sh# version: v1.0# author: ersa ma# organization:  http://iersa.blog.51cto.com/# Created Time : 2016-11-14 22:26:08# 

Linux Common commands

Modify the Initdefault parameter in the/etc/inittab file can modify the default start graphical interface or text interface, 3 is the default to enter the text interface, 5 is the default to enter the graphical interface.Init 6Shutdown–r now

[Linux] Structured command IF

The syntax structure is as follows:1. If-then statementsIF-thenstatement if command #根据conmmand的退出状态码, select Execute statement then commandsfie.g.#! usr/bin/Bashtestuser=Richif grep $testuser/etc/passwdthen for user $testuser is:

Linux Inter-process communication two

Message Queuing - Message Queuing provides a way to send a piece of data from one process to another on this computer - each block of data is considered to have a type, and the receiver process receives a block of data that can have different type

Linux Type command usage

Transferred from: http://codingstandards.iteye.com/blog/831504Description of UseThe type command is used to display the types of the specified command. The type of a command can be one of the following Alias aliases Keyword keyword,

Linux sort function

The sort command is very useful in Linux, which sorts the files and outputs the sort results standard. The sort command can get input from either a specific file or from stdin.From: Http://man.linuxde.net/sort-----------------------------------------

Experimental Building Linux Learning

Experimental Building Linux Learning    Linux User Management 1. View user who am I//who mom likeswhoami ====--------====== The first column of the input indicates the user name of the user who opened the current pseudo-terminal (to see the user

MV Command--linux command to apply a large dictionary 729 commands interpretation

The content originates from the people's post and Telecommunications press "Linux command Application big dictionary"tell 729 commands, 1935 examplesLearn about the Linux system's reference books, desk book, encountered the command or command not

Linux file management, redirection, and piping

Wildcard characters for files:* Match 0 or more characters? Match any single character is 1 characters~ Current user's home directory~username User Home Directory~+ Previous working directory[0-9] Match this range number[A-z][A-z][WXC] matches any

Chattr usage, chattr

Chattr usage, chattr [Root @ localhost tmp] # umask0022 I. chattr usage 1. Create an empty file attrtest and delete it. A message is displayed, indicating that the file cannot be deleted because the hidden file exists. [Root @ localhost tmp] #

Rotten mud: Password-free phpmyadmin configuration for database management

Rotten mud: Password-free phpmyadmin configuration for database management This document consistsIlanniwebProviding friendship sponsorship, first launchedThe world For more articles, follow my ilanniweb In fact, this article has long been intended

Total Pages: 5467 1 .... 2564 2565 2566 2567 2568 .... 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.