大飞_dafei

导航

上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 49 下一页

2018年3月18日 #

JetBrains 里不为人知的秘密(4)--工具篇 之 [ 远程管理项目 ]

摘要: JetBrains 里不为人知的秘密(4)--工具篇 之 [ ]远程管理项目 ] 一、远程管理项目 1)、打开工具栏 “Tools”-》“Deployment”-》“Brower Remote Host” 2)、Add Server 3)、填写信息,Test FTP Connection 4)、OK 阅读全文

posted @ 2018-03-18 17:35 大飞_dafei 阅读(193) 评论(0) 推荐(0)

php.ini-development 和 php.ini-production

摘要: php.ini-development 和 php.ini-production 装完PHP7.0.28 发现没 php.ini 文件。只有 php.ini-development php.ini-production 而PHP还是会去加载 php.ini 作为配置文件。所以要将 php.ini-p 阅读全文

posted @ 2018-03-18 14:12 大飞_dafei 阅读(190) 评论(0) 推荐(0)

PHP编译configure时常见错误,和PHP7.1.4 编译安装

摘要: 本文总结了一些常见的configure错误信息和解决这些错误的经验。【以下为转载内容】1、configure: error: No curses/termcap library found网上有的说法是:–with-named-curses-libs=/usr/lib/libncursesw.so. 阅读全文

posted @ 2018-03-18 11:08 大飞_dafei 阅读(178) 评论(0) 推荐(0)

2018年3月17日 #

查看当前操作系统是ubuntu还是centos

摘要: 查看当前操作系统是ubuntu还是centos 1、执行: lsb_release -a 2、命令: cat /etc/redhat-release 3、命令: cat /etc/issue 总结:其实是看有没有某个文件: radhat或centos存在: /etc/redhat-release 这 阅读全文

posted @ 2018-03-17 10:26 大飞_dafei 阅读(13700) 评论(2) 推荐(2)

2018年3月16日 #

ubuntu16.04 root 初始密码

摘要: 安装了新版的ubuntu16.04,root密码一直不对;1、默认root密码是随机的,即每次开机都有一个新的root密码。我们可以在终端输命令 sudo passwd,然后输入当前用户的密码,然后按enter键2、终端会提示我们输入新的密码并确认,此时的密码就是root新密码。修改成功后,输入命令 阅读全文

posted @ 2018-03-16 14:55 大飞_dafei 阅读(236) 评论(0) 推荐(0)

2018年3月13日 #

ubuntu15 安装nginx 报错:the HTTP rewrite module requires the PCRE library.

摘要: ./configure: error: the HTTP rewrite module requires the PCRE library. You can either disable the module by using --without-http_rewrite_module option 阅读全文

posted @ 2018-03-13 16:21 大飞_dafei 阅读(739) 评论(0) 推荐(0)

2018年3月9日 #

Linux scp命令详述

摘要: 简介scp是secure copy的简写,用于在Linux下进行远程拷贝文件的命令,和它类似的命令有cp,不过cp只是在本机进行拷贝不能跨服务器,而且scp传输是加密的。可能会稍微影响一下速度。当你服务器硬盘变为只读 read only system时,用scp可以帮你把文件移出来。另外,scp还非 阅读全文

posted @ 2018-03-09 11:46 大飞_dafei 阅读(142) 评论(0) 推荐(0)

ssh: connect to host localhost port 22: Connection refused

摘要: 命令: ssh localhost 报错: ssh: connect to host localhost port 22: Connection refused 这是ssh没有按,快去安装ssh 阅读全文

posted @ 2018-03-09 11:15 大飞_dafei 阅读(139) 评论(0) 推荐(0)

scp 报错 not a regular file

摘要: scp 报错 not a regular file 两台 linux 服务器之间拷贝文件; 从 A 服务器(192.168.1.113) 拷贝到 B 服务器: 命令: scp test2 dafei@192.168.1.113:/data/www/test/ 报错: test2: not a reg 阅读全文

posted @ 2018-03-09 10:54 大飞_dafei 阅读(655) 评论(0) 推荐(0)

2018年3月7日 #

centos7中使用locate命令

摘要: centos7 中第一次使用 locate 命令;报错 -bash: locate: command not found 原因 centos7 默认没有安装 locate 这个命令; 安装 locate: yum install mlocate 安装完后测试一下: locate inittab 这是 阅读全文

posted @ 2018-03-07 15:51 大飞_dafei 阅读(290) 评论(0) 推荐(0)

上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 49 下一页