- 欢迎访问无限星辰技术博客,推荐使用最新版火狐浏览器和Chrome浏览器访问本网站
QQ群
- 如果您觉得本站非常有看点,那么赶紧使用Ctrl+D 收藏无限星辰吧
- 好集导航开张了,传送门:好集导航
cd /usr/local/pureftpd/bin/
vi pureftpd.passwd
直接复制一行现成用户,保存
2.运行
./pure-pw mkdb
提交数据库
3.编辑密码
./pure-pw passwd user
输入两次新密码
./pure-pw mkdb
提交数据库 搞定。
……继续阅读 »
mysql出现”the table is full”的问题,一般有两个原因:
一 .You are using the MEMORY (HEAP) storage engine; in this case you need to increase the value of the max_heap_table_size system ……继续阅读 »
错误提示
160330 12:32:28 mysqld_safe Starting mysqld daemon with databases from /www/wdlinux/mysql/var
160330 12:32:28 InnoDB: The InnoDB memory heap is disabled
160330 12:32:28 InnoDB……继续阅读 »
1.先升级php到5.3.29
1
2
wget http://www.xmspace.net/soft/wdcp/php_up53.sh
sh php_up53shwget http://www.xmspace.net/soft/wdcp/php_up53.sh
sh php_up53sh
2.mysqli安装脚本
1
2
wget http:/……继续阅读 »
日志分析我们可以手工分析也可以用工具查看,推荐采用360星图。
A、下载安装软件(http://wangzhan.360.cn/360)
B、配置conf-config.ini文件的日志路径
C 、 我们只需要根据上面的路径把下载来的日志对应名称放到本地盘中(对应自己设置的),然后启动点击start.bat运行就可以分析完毕。
D、分析完毕之后,我们在res……继续阅读 »
chmod a+rwx,o+t /tmp
tmp目录为系统临时目录 一般情况 权限 请不要修改
……继续阅读 »
从官网下载ubuntu,我下的是ubuntu 15.10(ubuntu-15.10-desktop-amd64)
打开终端 安装基础环境
sudo apt-get install build-essential asciidoc binutils bzip2 gawk gettext git subversion libssl-dev libncurses5……继续阅读 »
这几天一直在折腾VPS优化,openvz构架的,在做linux内核优化的时候,执行/sbin/sysctl -p老报错:
error: “net.bridge.bridge-nf-call-ip6tables” is an unknown key
error: “net.bridge.bridge-nf-call-ipta……继续阅读 »
先来看下,web.config中的301格式
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
< ?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system .webServer>
……继续阅读 »
编辑配置文件:/etc/exports
添加文件授权列表:
/home/www.xmspace.net/data/ 127.0.0.1(rw,no_root_squash,sync,anonuid=1525,anongid=1525)
启动服务端服务:
nfs服务
service nfs restart
【如果找不到 service命令,可能是path中没有……继续阅读 »