摘要:
首先修改配置文件 vi /etc/ssh/sshd_config 找到#Port 22一段,这里是标识默认使用22端口,修改为如下: Port 22 Port 50000 然后保存退出 执行/etc/init.d/sshd restart 这样SSH端口将同时工作与22和50000... 阅读全文
摘要:
远程访问phpmyadmin的时候出现错误New XAMPP security concept:Access to the requested object is only available from the local network.This setting can be configured... 阅读全文