1.查看主机信息 # more /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail. 127.0.0.1 xyn-redhat localhost.localdomain localhost 2.查看进程 # ps -aux|grep java //显示所有进程名中包含java字符串的进…
1.netstat -tunlp | grep **** -t--tcp -u--udp -l--listening -n --numeric -p--program -a--all 2.lsof -i :port list open file -i This option selects the listing of files any of whose Internet address matches the address specified in i.…
XAMPP Error: Apache shutdown unexpectedly. 解决思路 我建议首先 运行在cmd中运行 (安装目录)apache/bin/httpd.exe 无法启动apache,显示的log为: 20:41:12 [Apache] Error: Apache shutdown unexpectedly. 20:41:12 [Apache] This may be due to a blocked port, missing dependencies, 20:41…