Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Linux basic environment settings

2025-01-15 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >

Share

Shulou(Shulou.com)06/03 Report--

This paper takes a 32-bit system as an example to set up a basic linux test environment:

Yum install gcc zlib-devel openssl-devel gcc+ gcc-c++ openssl perl lrzsz wget

Download pcre-8.37.tar.gz and upload it to CentOS via xshell using the rz command

Decompress:

Tar-zxvpf pcre-8.37.tar.gz

Enter the decompressed directory

. / configure-- prefix=/opt/pcre

Compile:

Make

Installation:

Make install

Turn off the firewall:

Service iptables stop

Permanently turn off the firewall:

Chkconfig iptables off

Check the status of the firewall

Service iptables status

Turn off SELINUX:

Vi / etc/selinux/config

Save

After completing the above steps, the reboot system

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Internet Technology

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report