1 ping www.baidu.com 2 vim /etc/sysconfig/network-scripts/ifcfg-eth0 3 service network restart ^C 4 vim /etc/resolv.conf 5 ifconfig -a 6 vi /etc/sysco ...
分类:
其他好文 时间:
2016-04-04 01:27:08
阅读次数:
251
1、为什么需要maven私有仓库? 2、下载和部署Nexus zip包部署方式 其他命令有nexus.bat stop停止 nexus.bat restart重启 nexus.bat uninstall卸载 war包部署方式 直接把war包放到tomcat的webapp下,启动tomcat即可。 在 ...
分类:
其他好文 时间:
2016-04-01 16:05:30
阅读次数:
184
环境 WEB SERVER: APACHE 配置以下参数 1,httpd.conf 中AllowOverride All, 2,.htaccess 中RewriteBase /drupal去掉注释(depends on site), 3,service httpd restart 4,OK ...
分类:
Web程序 时间:
2016-04-01 14:41:55
阅读次数:
181
一. 查看网络地址: centos7取消了ifconfig命令,使用ip addr命令查看IP地址 二.配置网络 3.重启网络命令 # service network restart 这样再启动系统时,网络也会自动启动。 ...
分类:
其他好文 时间:
2016-03-31 01:57:22
阅读次数:
144
apache默认路径配置方法 apache的配置 apache已经自带了,只需如下三个命令就可以了。 开启apache服务 sudo apachectl start 停止apache服务 sudo apachectl stop 重启服务 sudo apachectl restart 查看版本 htt ...
分类:
Web程序 时间:
2016-03-31 00:00:45
阅读次数:
385
安装: sudo apt-get install mysql-server mysql-client 判断时候成功 sudo service mysql restart 启动 mysql -u root -p 让apache支持mysql sudo apt-get install libapache ...
分类:
数据库 时间:
2016-03-28 15:24:35
阅读次数:
219
服务器更换了主板之前配置的静态IP发现启动网卡出现异常。 执行 service network restart 出现以下错误 Restarting network (via systemctl): Job for network.service failed. See 'systemctl stat ...
分类:
Web程序 时间:
2016-03-28 15:08:57
阅读次数:
5135
To enable PHP in Apache add the following to httpd.conf and restart Apache: LoadModule php7_module /usr/local/opt/php70/libexec/apache2/libphp7.so <Fi ...
分类:
Web程序 时间:
2016-03-24 16:12:46
阅读次数:
221
1.创建一个容器,但该容器并没有启动dockercreate-itcentos//这样可以创建一个容器,但该容器并没有启动dockerstartcontainer_id//启动容器后,使用dockerps查看到,也有stop、restart命令例:[root@localhost~]#dockercreate-itcentos
2aa9982b82a2f91891c1560f6fb21f41b62811..
分类:
其他好文 时间:
2016-03-22 06:43:11
阅读次数:
427
首先sudo apt-get update sudo apt-get install mysql-server mysql-client 如何判断mysql是否安装成功 sudo service mysql restart 让apache支持mysql sudo apt-get install li
分类:
数据库 时间:
2016-03-20 19:19:46
阅读次数:
204