linux环境初始化

Posted geek_ace

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux环境初始化相关的知识,希望对你有一定的参考价值。

一、网络

1.ip配置

vi /etc/sysconfig/network-scripts/ifcfg-eth0

DEVICE=eth0
TYPE=Ethernet
ONBOOT=yes
NM_CONTROLLED=yes
BOOTPROTO=dhcp

service network restart

ip a

二、安全

1.iptables

iptables -F
service iptables stop

chkconfig iptables off

2.selinux

sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/sysconfig/selinux

setenforce 0

 






以上是关于linux环境初始化的主要内容,如果未能解决你的问题,请参考以下文章

linux学习:环境变量

Linux使用:环境变量指南和CPU和GPU利用情况查看

Linux初始化Git环境

kali linux Python 黑客编程1 开发环境初始化

初始Linux 安装环境配置

[py]pycharm远程环境添加