访问手机版  

Linux常用命令|Linux培训学习|考试认证|工资待遇与招聘,认准超级网工!

招聘|合作 登陆|注册

网络工程师培训

当前位置:网络工程师 > 技术课程 > linux > 热点关注 > linux常用命令

领先的云服务器、服务器租用托管、域名注册提供商

时间:2019-07-26

linux命令大全_linux命令大全 重启_linux命令大全

2018-12-07 02:16:46563次

停止

/etc/init.d/bt stop

启动

/etc/init.d/bt start

重启

/etc/init.d/bt restart

卸载

/etc/init.d/bt stop && chkconfig --del bt && rm -f /etc/init.d/bt && rm -rf /www/server/panel

查看当前面板端口

cat /www/server/panel/data/port.pl

修改面板端口,如要改成8881(centos 6 系统)

the port on which the data service listens. if you specify 0, prime performance manager uses a random available port, 1024 and above. prime performance manager maintains the chosen port until the next server restart. 45751 and 55751 are good alternate ports for gateways and units respectively.。the port on which the log in service listens. if you specify 0, prime performance manager uses a random available port, 1024 and above. prime performance manager maintains the chosen port until the next server restart. 45752 and 55752 are good alternate ports for gateways and units respectively.。a7'>o 392=synoptics port broker port {knak 393=data interpretation system .s6 394=embl nucleic data transfer vbif+|%^wihl 395=netscout control protocol -"xxi 396=novell netware over ip poxz* 397=multi protocol trans. net. k&。

iptables -I INPUT -p tcp -m state --state NEW -m tcp --dport 8881 -j ACCEPT

service iptables save

service iptables restart

修改面板端口linux命令大全,如要改成8881(centos 7 系统)

echo '8881' > /www/server/panel/data/port.pl && /etc/init.d/bt restart

firewall-cmd --permanent --zone=public --add-port=8881/tcp

firewall-cmd --reload

强制修改MySQL管理(root)密码,如要改成123456

cd /www/server/panel && python tools.pyc root 123456

 上一个教程:Linux之——ESXi常用命令