What is Screen command?Screen is called a Full-screen window manager, which makes it easy to get multiple virtual terminals on a physical terminal.Screen Feature Description:In simple terms, screen is a window manager that can multiplex a physical
Today, a netizen looking for the old left in the toss of the server when looking for a tutorial on the web to use, the implementation of the "Rpm-aq|grep Yum|xargs rpm-e--nodeps" command after the system to remove the default Yum function, and then
1. Determine if your system is 64-bit firstUname-px86_64If it is x84_64, then congratulate you, you can continue to look down, if it is i686 and i386, then sorry, please go to reload system.
2. InstallationYum Install Lm_sensors-y
#配置Sh-c
Mode CENTOS7 upgrades a lot of new features, ArchLinux General kernel version, program version is relatively fresh, so ready to install the test.Virtual machine installation process:
1: Download
After using the FTP software login to solve the issue of Oops:cannot change directory:/home/
Login again this error prompts: 553 could not create file
SELinux settings are as follows
View SELinux Settings[Root@localhost ~]# getsebool-a|grep
Daemon, which is usually called the daemon process, is the background service process in Linux. It is a long-running process that is usually independent of the control terminal and periodically performs a task or waits to handle certain occurrences.
1. View TCP connection Status
The code is as follows
Copy Code
Netstat-nat |awk ' {print $} ' |sort|uniq-c|sort-rnNetstat-n | awk '/^tcp/{++s[$NF]}; End {for (a in S) print A, s[a]} ' orNetstat-n | awk
Hint 553 could not create file, the owner of this directory and permissions are set up, or report this error, that carefully online check, the problem solved as follows:
Error tips
Current directory is/homeFtp>!ls-l......-rwxr-xr-x 1 root root 146
Specific methods
1. Check whether the Linux system installs VNC command Rpm-q vnc-serverUse yum install VNC vnc-server if it is not installed2. Start VNC Service
The code is as follows
Copy Code
VncserverYou'll require
Using the logrotate command allows you to easily manage the records generated by the system. It provides automatic replacement, compression, deletion, and mailing of record files. Each record file can be set to be processed every day, every week, or
Uname: displays information about the computer and operating system.SyntaxUname [-amnclr] [-- help] [-- version]Parameter description: -A or -- all displays all information. -M or -- machine displays the computer type. -N or-nodename
Array assignmentList assignmentCreate an array with new elementsArray = ('First element ''' second element ''' third element ')Subscript assignmentExplicitly specify the element index to create an array:Array = ([3] = 'fourth element' [4] = 'th
1. What are the file management commands on Linux? Common usage and related examples.Common scenarios include cp, mv, and rm.Cp [OPTION] source dest // CopyOption:-I: indicates whether to overwrite the source file. If the source file is copied and
The firewall rule file is in:/Etc/sysconfig/iptablesOpen the configuration file through viAdd two lines to the table:-A input-m state-state NEW-m tcp-p tcp-dport 80-j ACCEPT-A input-m state-state NEW-m tcp-p tcp-dport 3306-j ACCEPTThe result is as
FdiskFDISK hard disk partitioning is essentially a format of the hard disk. When we create a partition, we have set the physical parameters of the hard disk, specifying the storage location of the master boot record (MasterBootRecord, MBR) and boot
Ps command process View commandThere are five processes in linux:1. Run (running or waiting in the running queue)2. Interruption (in sleep, blocked, waiting for the formation or receipt of a signal of a condition)3. Do not interrupt (do not wake up
The built-in firewall in Linux can perform a series of operations such as filtering, changing, and forwarding IP data packets. When the Firewall filters data packets, it has a set of rules to follow, these rules are stored in a dedicated data packet
The rsync command is a remote data synchronization tool that allows you to quickly synchronize files between multiple hosts through the LAN/WAN. Rsync uses the so-called "rsync algorithm" to synchronize files between the local and remote hosts. This
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