中文字幕亚洲第一精品|精品国产免费一区二区|久久婷婷五月六月综合版|中文字幕熟妇久久久人妻|久久综合精品国产一区无码|国产成人精品永久免费视频|午夜亚洲国产精品理论片a级|久久精品一区二区三区无码护土

 訪問手機(jī)版  

Linux常用命令|Linux培訓(xùn)學(xué)習(xí)|考試認(rèn)證|工資待遇與招聘,認(rèn)準(zhǔn)超級(jí)網(wǎng)工!

招聘|合作 登陸|注冊(cè)

網(wǎng)絡(luò)工程師培訓(xùn)

當(dāng)前位置:網(wǎng)絡(luò)工程師 > 技術(shù)課程 > linux > 熱點(diǎn)關(guān)注 > linux常用命令

領(lǐng)先的云服務(wù)器、服務(wù)器租用托管、域名注冊(cè)提供商

時(shí)間:2019-07-26

linux命令大全_linux命令大全 重啟_linux命令大全

2018-12-07 02:16:46563次

停止

/etc/init.d/bt stop

啟動(dòng)

/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

查看當(dāng)前面板端口

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

修改面板端口,如要改成8881(centos 6 系統(tǒng))

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 系統(tǒng))

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

強(qiáng)制修改MySQL管理(root)密碼,如要改成123456

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

 上一個(gè)教程:Linux之——ESXi常用命令