最新回答 / UFO2015
//shutdown 关机命令/重启/取消(root 权限)shutdown /*好慢,要等一会*/sudo shutdown -h now sudo poweroffsudo haltshutdown -rsudo shutdown -r now sudo rebootshutdown -csudo shutdown -cFor Ubuntu 15.04 and later:(This is due to Ubuntu's shift in using systemd instead of Upstar...
2016-02-14
已采纳回答 / bitdancer
你确定改的是客户端的 hosts 文件吗,还有你在客户端下面运行 nslookup video.imooc.com 或者 ping video.imooc.com 或者 dig video.imooc.com 看看解析出来的 IP 地址是什么。
2016-02-05
已采纳回答 / 没脾气
看下你Apache2 Ubuntu Default Page 即打开ip 地址显示的页面,You should replace this file (located at /var/www/html/index.html) 里面会有一个 细则 告诉你应该刚在哪个目录下
2016-01-29
最新回答 / eduardo
配置好lamp环境是必须,可以查看imooc 中 在Ubuntu Server下搭建LAMP环境 的课程 sudo apt-get install ssh (安装了openssh客户端和服务器)或者sudo apt-get install openssh-server即可修改配置文件vim /etc/ssh/sshd_config下的配置行:PromitRootLogin withou-password 修改为yes 后 sudo service ssh restart好了,打开file-zill...
2016-01-21
最新回答 / 宝慕林8313490
服务器远程搭建我个人比较推荐的工具是云帮手,宝塔其实也不错,我之前一直在用宝塔,但是用了一段时间后觉得很卡,而且不支持系统检测和一键修复功能。所以,我后来选择了云帮手,云帮手是兼容windows和Linux服务器系统的,而且是可视化的,功能有几十种还是比较全面好用的。如果感兴趣可在官网下载了解下(软件下载地址)
2016-01-02