文件
Linux查找含有某字符串的所有文件
如果你想在当前目录下 查找”hello,world!”字符串,可以这样:
1grep -rn "hello,world!" *
apache实现二级域名访问不同项目目录
1、注册二级域名
win7下用xampp部署php项目
1、下载xampp安装
CentSO 7.4 下安装jdk1.8、mysql、php服务
1.安装jdk1.8
阿里云服务器下(centOS)中安装ftp
1.安装常用工具和依赖库1sudo yum install wget axel unzip...
centOS 用rpm查看已经安装的程序
1rpm -qa | grep xxxx