Linux+软测
冲shang
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
lnmp安装mysql
lnmp安装mysql 下载mysql的Linux版压缩包,上传到Linux服务器(我这里用flashfxp把mysql-5.6.35-linux-glibc2.5-x86_64上传到linux的/data/soft目录下) 解压 cd /data/soft tar -zxvf mysql-5.6.35-linux-glibc2.5-x86_64.tar.gz -C /data/server #-C 表示解压到指定目录 cd /data/server ls ln -s mysql-5.6.35-linu原创 2021-04-22 18:09:42 · 264 阅读 · 0 评论 -
转载:Linux磁盘扩容
第一步:下载 Gparted的.ios镜像 gparted-live-0.25.0-3-i686(这个是我使用的) 这是最坑爹的一步,好人朋友的链接无法下载这里提供给大家 1.http://jaist.dl.sourceforge.net/project/gparted/gparted-live-stable/ 或http://sourceforge.net/projects/gparted/files/gparted-live-stable/ 这是linux公社提供的链接 2.https://pan.ba转载 2021-04-19 23:53:32 · 417 阅读 · 0 评论 -
整合nginx和php
整合nginx和php 配置nginx #备份一份 cp /data/server/nginx/conf/nginx.conf /data/server/nginx/conf/nginx.conf-bak #编辑它 gedit /data/server/nginx/conf/nginx.conf #把server方法改为下面这样,在gzip on那行的后面全改,只留最一个大括号 server { listen 80; server_name localhost; #静态请求处理的location loca原创 2021-04-17 17:06:07 · 329 阅读 · 1 评论 -
Linux使用源码编译安装php
Linux安装php编译configure ./configure \ --prefix=/data/server/php-5.3.29 \ --with-mysql-dir=/usr/lib64/mysql \ --with-pdo-mysql=mysqlnd \ --with-iconv-dir=/usr/local/libiconv \ --with-freetype-dir \ --with-jpeg-dir \ --with-png-dir \ --with-zlib \ --with-libx原创 2021-04-16 23:12:46 · 372 阅读 · 0 评论
分享