Why put the reference of this person in front, mainly this person The big guy’s flow chart is too detailed. Although it is not necessary to understand such details, I still admire it. Not much to s
Tag: Centos6
CentOS6-CentOS7 Firewall Set Port NAT Forward
Background:
In the iptables environment of centos6 system:
iptables -t nat -A PREROUTING -p tcp- m tcp –dport 8080 -j DNAT –to destination 192.168.1.163:80
iptables -t nat -A POS
Centos6 installed Redis
One, Redis installation 1. Download Redis Two ways: First, open the terminal directly, and then enter the following command: wget http://download.redis.io/releases/redis-4.0.2.tar.gz
When I u
CentOS6 Configuring Static IP
1. First configure the network connection method VMware select edit->Virtual network editor->VMnet0 bridge mode
vim /etc/sysconfig/network-scripts/ifcfg-eth0
(1) HWADDR network card add
CentOS6 and CentOS7 boot automatic start service method
Centos6 and Centos7 start up service automatically < div class="content-detail unsafe markdown-body" data-spm-anchor-id="a2c4e.11153940.0.i7.388d3030RAXT2V"> Let’s talk about the easy way to sta
Centos6 upgrade GCC version
Initial version:
Installation warehouse:
1 #Install warehouse
2 wget http://people.centos.org/tru/devtools-2/devtools-2.repo
3 mv devtools-2.repo /etc/yum.repos.d
4
5 #Upgrade gcc,