登峰造极境

  • WIN
    • CSharp
    • JAVA
    • OAM
    • DirectX
    • Emgucv
  • UNIX
    • FFmpeg
    • QT
    • Python
    • Opencv
    • Openwrt
    • Twisted
    • Design Patterns
    • Mysql
    • Mycat
    • MariaDB
    • Make
    • OAM
    • Supervisor
    • Nginx
    • KVM
    • Docker
    • OpenStack
  • WEB
    • ASP
    • Node.js
    • PHP
    • Directadmin
    • Openssl
    • Regex
  • APP
    • Android
  • AI
    • Algorithm
    • Deep Learning
    • Machine Learning
  • IOT
    • Device
    • MSP430
  • DIY
    • Algorithm
    • Design Patterns
    • MATH
    • X98 AIR 3G
    • Tucao
    • fun
  • LIFE
    • 美食
    • 关于我
  • LINKS
  • ME
Directadmin
Directadmin

directadmin 重编译nginx

由于directadmin自带功能太少,所以就补充一下。 1、配置custombuild cd /usr/local/directadmin/custombuild mkdir -p custom/nginx cp -fp configure/nginx/configure.nginx custom/nginx/ 2、编辑/usr/local/directadmin/custombuild/custom/nginx/configure.nginx 新内容如下: #!/bin/sh ./configure "--us…

2018-08-15 代号山岳 阅读全文
Directadmin

Directadmin MariaDB to Mysql57

一、先卸载mariadb yum remove mysql rm -f /usr/local/mysql/bin/mysql     二、安装mysql7 cd /usr/local/directadmin/custombuild ./build set mysql 5.7 ./build set mysql_inst mysql ./build set mysql_backup yes ./build update ./build mysql ./build php n  

2018-08-03 代号山岳 阅读全文
Directadmin

在Directadmin系统内安装Laravel-日常笔记

https://www.rosehosting.com/blog/how-to-install-laravel-on-a-directadmin-server/ In this article, we will show you how to install Laravel on CentOS 7 VPS with DirectAdmin control panel. Laravel is a popular, open-source PHP web application framework with expre…

2017-11-15 代号山岳 阅读全文
Directadmin

Wordpress nginx固定链接404错误

nginx相关配置中加入以下配置即可: location / { if (-f $request_filename/index.html){ rewrite (.*) $1/index.html break; } if (-f $request_filename/index.php){ rewrite (.*) $1/index.php; } if (!-f $request_filename){ rewrite (.*) /index.php; } } rewrite /wp-admin$ $scheme://$…

2017-11-14 代号山岳 阅读全文
Directadmin

Directadmin 安装Memcache 缓存组件-安装笔记

PHP 用pecl安装Memcached方法是通用的,即使非Directadmin面板也可以使用 参考链接:http://php.net/manual/en/memcache.setup.php 第一步 安装zlib库 提示:不用使用apt、yum等源安装。 zlib下载地址:http://www.zlib.net/ 第二步 安装memcache 使用$ pecl install {package}命令安装即可,不推荐使用yum等源安装。 pecl install memcache 添加 extension=mem…

2015-11-13 代号山岳 阅读全文
Directadmin

Directadmin完美皮肤Capri推荐

发现地址:https://github.com/Terrorhawk/Capri 惊喜:自带多种语言,且完美无缺 安装方法: wget -O capri.sh https://raw.githubusercontent.com/Terrorhawk/Capri/master/install-script --no-check-certificate chmod +x capri.sh ./capri.sh

2015-11-03 代号山岳 阅读全文
Directadmin

Directadmin 安装Memcached 缓存组件-安装笔记

PHP 安装Memcached 是通用的,即使非Directadmin面板也可以使用 参考链接:http://php.net/manual/en/memcached.setup.php 第一步 安装libmemcached库 提示:不用使用apt、yum等源安装,此类包中已经禁止了SASL ,无法安装。 libmemcached下载地址:http://libmemcached.org/libMemcached.html 此包configure默认开启SASL ,不用设置 注意:若高于 0.2.0版, 则PHP版本应…

2015-11-03 代号山岳 阅读全文
Directadmin

Directadmin面板安装PHP扩展组件gmp-安装笔记

RT.需要用PHP进行一些数学计算,但是PHP提供的数学库函数不够用,所以下载安装gmp插件。 第一步 下载GMP library并编码 参考链接:http://php.net/manual/en/gmp.requirements.php 下载地址: https://gmplib.org/#DOWNLOAD 下载命令:wget 解压命令:tar 编码命令:/configure && make && make install 第二步 重新编译Directadmin PHP 参考链接:http://help.direc…

2015-11-03 代号山岳 阅读全文
Directadmin

Directadmin Mysql5.5 升级 Mysql5.6-使用笔记

由于某些原因,觉得Mysql5.5不太适合我了,于是乎就升级到Mysql5.6。 参考Directadmin官方链接:http://help.directadmin.com/item.php?id=310 先转载英文原版,以后再来填坑。(如果有人不懂,请PM博主即可) When updating MySQL, you must take into account which version you're updating from, and which version you're updating to. - F…

2015-11-03 代号山岳 阅读全文
Directadmin

Directadmin (Centos环境下)安装Memcached + Memcache PECL

转载至:http://forum.bnxb.com/read.php?tid=143【博主测试可用后转载,感谢原作者分享】   CENTOS下Memcache服务器端的安装 服务器端主要是安装memcache服务器端,目前的最新版本是 memcached-1.4.8 .另外,Memcache用到了libevent这个库用于Socket的处理,所以还需要安装libevent(如果你的系统已经安装了 libevent,可以不用安装)查看系统是否已经安装libevent# rpm -qa|grep libeve…

2015-06-02 代号山岳 阅读全文
归档
  • 2025 年 6 月
  • 2025 年 5 月
  • 2025 年 4 月
  • 2025 年 3 月
  • 2025 年 2 月
  • 2024 年 12 月
  • 2024 年 11 月
  • 2024 年 10 月
  • 2024 年 9 月
  • 2024 年 8 月
  • 2024 年 7 月
  • 2024 年 6 月
  • 2024 年 5 月
  • 2024 年 4 月
  • 2024 年 3 月
  • 2024 年 2 月
  • 2024 年 1 月
  • 2023 年 12 月
  • 2023 年 11 月
  • 2023 年 10 月
  • 2023 年 9 月
  • 2023 年 8 月
  • 2023 年 7 月
  • 2023 年 6 月
  • 2023 年 5 月
  • 2023 年 4 月
  • 2023 年 3 月
  • 2023 年 2 月
  • 2023 年 1 月
  • 2022 年 12 月
  • 2022 年 11 月
  • 2022 年 10 月
  • 2022 年 9 月
  • 2022 年 8 月
  • 2022 年 7 月
  • 2022 年 6 月
  • 2022 年 5 月
  • 2022 年 4 月
  • 2022 年 3 月
  • 2022 年 2 月
  • 2022 年 1 月
  • 2021 年 12 月
  • 2021 年 11 月
  • 2021 年 10 月
  • 2021 年 9 月
  • 2021 年 8 月
  • 2021 年 7 月
  • 2021 年 6 月
  • 2021 年 5 月
  • 2021 年 4 月
  • 2021 年 2 月
  • 2020 年 12 月
  • 2020 年 11 月
  • 2020 年 10 月
  • 2020 年 7 月
  • 2020 年 6 月
  • 2020 年 5 月
  • 2020 年 4 月
  • 2020 年 3 月
  • 2020 年 2 月
  • 2020 年 1 月
  • 2019 年 12 月
  • 2019 年 11 月
  • 2019 年 10 月
  • 2019 年 9 月
  • 2019 年 8 月
  • 2019 年 6 月
  • 2019 年 5 月
  • 2019 年 4 月
  • 2019 年 3 月
  • 2019 年 2 月
  • 2019 年 1 月
  • 2018 年 12 月
  • 2018 年 11 月
  • 2018 年 10 月
  • 2018 年 9 月
  • 2018 年 8 月
  • 2018 年 7 月
  • 2018 年 6 月
  • 2018 年 5 月
  • 2018 年 4 月
  • 2018 年 3 月
  • 2018 年 2 月
  • 2018 年 1 月
  • 2017 年 12 月
  • 2017 年 11 月
  • 2017 年 10 月
  • 2017 年 9 月
  • 2017 年 8 月
  • 2017 年 7 月
  • 2017 年 6 月
  • 2017 年 5 月
  • 2017 年 4 月
  • 2017 年 3 月
  • 2017 年 2 月
  • 2017 年 1 月
  • 2016 年 12 月
  • 2016 年 11 月
  • 2016 年 10 月
  • 2016 年 7 月
  • 2016 年 6 月
  • 2016 年 5 月
  • 2016 年 4 月
  • 2016 年 3 月
  • 2016 年 2 月
  • 2016 年 1 月
  • 2015 年 12 月
  • 2015 年 11 月
  • 2015 年 8 月
  • 2015 年 7 月
  • 2015 年 6 月
  • 2015 年 5 月
  • 2015 年 4 月
  • 2015 年 3 月
  • 2014 年 6 月
  • 2014 年 3 月
  • 2013 年 9 月
  • 2013 年 3 月

COPYRIGHT © 2099 登峰造极境. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang

蜀ICP备14031139号-5

川公网安备51012202000587号