最新回答 / 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
最新回答 / 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
最新回答 / dire
这俩个好像都是服务器软件,就像Linux和Windows 你能同时用吗? 我说的是同时,不装虚拟机,不是双启动(非同时) 我真的不懂Nginx 然后请教一下什么是Nginx
2015-11-29
最赞回答 / 张的高
因为conf.d都没有 你先cd到php5目录下,看看有没有apache2 cli mods-available这3个文件,有的话再在mods-available下找mysql.ini cat mysql.ini 看看有没有开启mysql.so 模块
2015-11-29