<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
<title><![CDATA[快乐聪仔]]></title> 
<atom:link href="https://www.cz9.cn/rss.php" rel="self" type="application/rss+xml" />
<description><![CDATA[技术博客]]></description>
<link>https://www.cz9.cn/</link>
<language>zh-cn</language>
<generator>www.emlog.net</generator>
<item>
    <title>mysql 遇到 The following signatures were invalid: EXPKEYSIG B7B3B788A8D3785C MySQL Release Engineering 错误</title>
    <link>https://www.cz9.cn/post-70.html</link>
    <description><![CDATA[这段时间，公司部署的多个VPS/云服务器（debian 系统） 在进行 apt update 的时候提示下面错误，
Err:4 http://repo.mysql.com/apt/debian bookworm InRelease
The following signatures were invalid: EXPKEYSIG B7B3B788A8D3785C MySQL Release Engineering mysql-build@oss.oracle.com
部分VPS错误提示为：
The following signatures couldn't be verified because the public key is not availab... <a href="https://www.cz9.cn/post-70.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Fri, 07 Nov 2025 22:24:00 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-70.html</guid>
</item>
<item>
    <title>分享我家云 纯debian12（bookworm）最新固件 Armbian_23.08.0-trunk_Chainedbox_bookworm_current_6.1.53_minimal</title>
    <link>https://www.cz9.cn/post-63.html</link>
    <description><![CDATA[文件最后更新：2023-09-17
版本说明：
1、由于我自己在用2个我家云，因此本固件还会不定期更新，频率大概为1年2次。
2、最新固件 Armbian 23.08 使用 6.1.53 最新内核及debian 12.1 系统
3、编译的内核为全功能内核（除去虚拟化支持），因此本固件可能比其他固件稍微占用内存。
4、debian 12.1 更新了大量软件，例如PHP8.2，nginx 1.22 等，这些软件明显更好用，但是这些更新的软件不一定支持你的环境，如果你使用良好可以不升级
5、不会再更新基于 debian 11 的版本。
6、关于debian11 版本请查阅本站其他文章
系统账号：root ，密码： 1234  （armbian 默认密码）
由... <a href="https://www.cz9.cn/post-63.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sun, 17 Sep 2023 13:10:07 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-63.html</guid>
</item>
<item>
    <title>分享一个我家云armbian纯净版固件Armbian_23.02.0-trunk_Chainedbox_bullseye</title>
    <link>https://www.cz9.cn/post-62.html</link>
    <description><![CDATA[分享个我家云昨晚编译的固件（纯净版）
https://cloud.189.cn/web/share?code=fi6jy2famm2y
（访问码：5z1l）(最新版内核5.15.96)
（文件名：Armbian_23.02.0-trunk_Chainedbox_bullseye_current_5.15.96_minimal.img）
如果你已经下载了下面5.15.93 其实也是可以的，不需要重复下载刷新，因为差别不大
https://cloud.189.cn/web/share?code=3uqIZfBR7V3y
（访问码：11re）（armbian bullseye 5.15.93），也同步上传在 群文件里面
（文件名：Armbian_23.02.... <a href="https://www.cz9.cn/post-62.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Mon, 27 Feb 2023 16:12:54 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-62.html</guid>
</item>
<item>
    <title>WINDOWS最新最全的KMS激活密钥，来源于官网</title>
    <link>https://www.cz9.cn/post-61.html</link>
    <description><![CDATA[Install a product key
If you're converting a computer from a KMS host, MAK, or retail edition of Windows to a KMS client, install the applicable product key (GVLK) from the list below. To install a client product key, open an administrative command prompt on the client, and run the following command and then press Enter:
slmgr /... <a href="https://www.cz9.cn/post-61.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sun, 14 Oct 2018 19:24:50 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-61.html</guid>
</item>
<item>
    <title>MYSQL 主从同步错误 Last_IO_Errno: 2003 的selinux 因素</title>
    <link>https://www.cz9.cn/post-60.html</link>
    <description><![CDATA[今日一台MYSQL从属服务器宕机（未知原因，重启后从属服务器复制失败！）， 由于属于后备服务器，而源于系统架构问题不影响实际业务， 由于CENTOS 6.10 也刚好发布，直接重装系统（好多年的系统了想清理一下垃圾）， 做到主从同步配置时，突然发现 IO 错误，代码 2003 ， 描述为：error reconnecting to master ，无法连接到远程服务器？？？ 排查：ping 正常，安装了 telnet 发现可以telnet 到端口，意味着本地&远程服务器的网络和防火墙没有拦截。 突发奇想，是不是由于 selinux 没关闭的缘故， 直接打命令setenforce 0 ; ... <a href="https://www.cz9.cn/post-60.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Wed, 18 Jul 2018 23:38:44 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-60.html</guid>
</item>
<item>
    <title>看到HOSTlocer有人要求想要whois查询源码，直接开源！</title>
    <link>https://www.cz9.cn/post-59.html</link>
    <description><![CDATA[源码，https://github.com/zc0350/ymqz
演示：https://www.ymqz.cn
主页：https://www.cz9.cn 不用谢！开放，分享，共同学习。 使用的是 CI 框架，如果你折腾的是 NGINX，请自行解决配置伪静态问题！ APACHE 用户可以直接下载无修改使用（注意配置/myapp/config/database.php 的数据库参数！） <a href="https://www.cz9.cn/post-59.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Fri, 05 Jan 2018 18:14:49 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-59.html</guid>
</item>
<item>
    <title>关于KVM VPS升级kernel内核后无法启动报错的解决方案（Module scsi_wait_scan not found）</title>
    <link>https://www.cz9.cn/post-58.html</link>
    <description><![CDATA[作者几天前搞了一个KVM VPS，内核是 centos 6.5 ， 直接安装了最新的 kernel-ml-4.14.10-1.el6.elrepo.x86_64.rpm ， 安装成功后重启无法进入系统。 从VNC看到，一直无限报错：Module scsi_wait_scan not found 解决方案： 通过控制台重启VPS，通过VNC操作进入老版本内核。 卸载新刚安装的新内核，（通过 rpm -e 包名卸载） 修改文件： /usr/share/dracut/modules.d/90kernel-modules/installkernel （blk_init_queue 修改为：blk_mq_... <a href="https://www.cz9.cn/post-58.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Tue, 02 Jan 2018 15:36:07 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-58.html</guid>
</item>
<item>
    <title>完美运行codeigniter的nginx配置</title>
    <link>https://www.cz9.cn/post-57.html</link>
    <description><![CDATA[基本需求： PHP 运行模式：PHP-fpm nginx配置： server {
    server_name domain.tld;
    root /var/www/codeignitor;
    index index.html index.php;
    location / {
        # Check if a file or directory... <a href="https://www.cz9.cn/post-57.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Mon, 31 Jul 2017 16:11:38 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-57.html</guid>
</item>
<item>
    <title>Hyper-V 虚拟机管理 服务因下列错误而停止:  存储空间不足，无法完成此操作。</title>
    <link>https://www.cz9.cn/post-56.html</link>
    <description><![CDATA[由于项目的需要，在1年前做了一个 Hyper-V 虚拟化的母鸡， 今天发现所有的小鸡都 Down 了~ 打开 Hyper-V 管理器提示： 正在连接本地管理器..... 虚拟机管理服务不可用。 多次尝试启动未果，在 服务（vmms） 管理里面显示是已经启动。 （执行 net start vmms 也显示成功启动）但是虚拟机还是管理不了。 后来查系统日志显示： Hyper-V 虚拟机管理 服务因下列错误而停止:
存储空间不足，无法完成此操作。
看到存储空间不足，清理了几个G的 C盘临时文件（D盘放虚拟机的盘，还有N 个G，所以就排除了。）重启后故障没排除。 这个时候重新回想了一下这个事... <a href="https://www.cz9.cn/post-56.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Mon, 17 Jul 2017 12:17:10 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-56.html</guid>
</item>
<item>
    <title>安装ubuntu后windows10引导丢失修复</title>
    <link>https://www.cz9.cn/post-55.html</link>
    <description><![CDATA[今天在原来打windows 10 系统中安装了ubuntu，安装之后，发现windows10 进不去了。。。。 后来找到了解决方案： ubuntu 系统下面执行： sudo update-grub2 重启后，windows 10 启动菜单从新出来了。～～ <a href="https://www.cz9.cn/post-55.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Thu, 18 May 2017 13:57:41 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-55.html</guid>
</item>
<item>
    <title>正确部署安全的SSL站点的配置文件</title>
    <link>https://www.cz9.cn/post-54.html</link>
    <description><![CDATA[下面为转载内容： nginx ssl_ciphers AES128+EECDH:AES128+EDH;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_prefer_server_ciphers on;
ssl_session_cache shared:SSL:10m;
add_header Strict-Transport-Security max-age=63072000;;
add_header X-Frame-Options DENY;
add_header X-Content-Type-Options nosniff;
ssl_session_tickets off; 
ssl_stapling on; #... <a href="https://www.cz9.cn/post-54.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sat, 13 May 2017 17:11:00 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-54.html</guid>
</item>
<item>
    <title>关于部署了EVSSL访问速度慢的说法（证书吊销检查）</title>
    <link>https://www.cz9.cn/post-53.html</link>
    <description><![CDATA[手上有一个项目，基于安全、可信的关系，部署了 EVSSL，2年 3000+大洋。 某天，同事出差，给客户演示时，发现网站好久没打开（据说可能有7,8秒） 在现代网络高度发达的时代，这个速度是没法接受的。 今天突然看到一篇文章： 下面直接贴上： SSL证书吊销检查 虽然证书吊销状态在不断变化，并且用户代理对证书吊销的行为差异很大，但作为服务器，要做的就是尽可能快地传递吊销信息。实际操作中转化为以下这些规则。 使用带OCSP信息的证书
OCSP被设计用于提供实时查询，允许用户代理只请求访问网站的吊销信息。因此查询简短而快速（一个HTTP请求）。相比之下CRL是一个包含大量被吊销证书的列表。一些用户代理只有... <a href="https://www.cz9.cn/post-53.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Fri, 12 May 2017 00:11:34 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-53.html</guid>
</item>
<item>
    <title>关于SSL安全之HSTS</title>
    <link>https://www.cz9.cn/post-52.html</link>
    <description><![CDATA[HSTS为：Header always set Strict-Transport-Security 的缩写，中文直译：头部总是设置严格传输安全，可以理解为：信息头标记为严格安全传输。 作用：当我们访问了某个站点，例如：https://www.cz9.cn （SSL站点）时， 如果浏览器遇到传输头标签Strict-Transport-Security 时，在max-age 生效时间范围内， 如果你访问了同一个域名下的非SSL站点，例如（http://www.cz9.cn）时，会强制跳转（代码307）到 SSL安全站点。 <a href="https://www.cz9.cn/post-52.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Thu, 11 May 2017 16:46:00 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-52.html</guid>
</item>
<item>
    <title>免费或极低成本部署可信SSL网站证书</title>
    <link>https://www.cz9.cn/post-51.html</link>
    <description><![CDATA[1、提供免费（可信）（唯一泛解析）SSL的网站： https://assl.loovit.net/ （不保证长期有效而且不被吊销，个人网站非常适用） 2、由于赛门铁克和谷歌捏架，现在赛门铁克（或下级证书机构）联合中国各大云提供商免费提供SSL证书。 例如： 爱名网：www.22.cn （1元1年） 阿里云：www.aliyun.com （免费） 腾讯云：www.qcloud.com （免费） 赛门铁克证书现在还是受到信任的，不信任时间表未知。 3、Let's encrypt （每次申请3个月有效，很热门，很科学，但作者感觉太折腾。不多说） <a href="https://www.cz9.cn/post-51.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Tue, 02 May 2017 18:56:42 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-51.html</guid>
</item>
<item>
    <title>windows 所有版本 GVLK 密钥包含最新windows server 2016 和 Windows 10 Enterprise 2016 LTSB</title>
    <link>https://www.cz9.cn/post-50.html</link>
    <description><![CDATA[Windows Server 2016  Operating system edition ... <a href="https://www.cz9.cn/post-50.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Thu, 30 Mar 2017 10:00:55 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-50.html</guid>
</item>
<item>
    <title>抱怨是一种毒药</title>
    <link>https://www.cz9.cn/post-49.html</link>
    <description><![CDATA[抱怨是一种毒药，
它摧毁你的意志，削减你的热情。
抱怨命运不如改变命运，
抱怨生活不如改善生活。
毕竟抱怨≠解决，
凡事多找方法，少找借口，
强者不是没有眼泪，
而是含着眼泪在奔跑！ <a href="https://www.cz9.cn/post-49.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Tue, 14 Mar 2017 16:34:02 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-49.html</guid>
</item>
<item>
    <title>升级Centos 内核支持 BBR</title>
    <link>https://www.cz9.cn/post-48.html</link>
    <description><![CDATA[BBR 是Google的TCP的一种拥塞控制算法； 最新的linux 内核 4.9-rc8（测试版） 网络支持这种网络拥塞控制算法； 这种算法在网络状态不佳时，通过使用更大的流量保持的方式继续传输， 使得不稳定的网络在传输数据时也可以达到最佳的网络传输速度。 centos 6 / 7 RPM 包地址 centos 6 /Redhat 6 http://elrepo.org/people/ajb/devel/kernel-ml/el6/x86_64/RPMS/kernel-ml-4.9.0-0.rc8.el6.elrepo.x86_64.rpm   centos 7 /Redhat 7&nbsp... <a href="https://www.cz9.cn/post-48.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Fri, 09 Dec 2016 02:15:51 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-48.html</guid>
</item>
<item>
    <title>人别太善良，别太大方也别太能干</title>
    <link>https://www.cz9.cn/post-47.html</link>
    <description><![CDATA[别太善良了，别太大方了，也别太能干了，时间久了，你身边的人就会觉得，你所做的一切都是你应该的。即使有一天你撑不住了，哭了，累了，也没有人会心疼你，同情你。因为在他们眼里，这都是你愿意做的。有时候！心眼也别太好了，不要什么事都为别人着想因为，有的人不会想你的感受，你的难处，你的种种不易，甚至连一句温暖的话都没有！他们会觉得一切都是理所当然。 <a href="https://www.cz9.cn/post-47.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Thu, 17 Sep 2015 13:20:38 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-47.html</guid>
</item>
<item>
    <title>好久没露面，我在干什么呢？</title>
    <link>https://www.cz9.cn/post-46.html</link>
    <description><![CDATA[好多朋友可能都想知道这个问题，我只能回答你们说：正在开发一个项目，PHP + CI 框架； 项目进行了70%进度，期待项目运行稳定。 不得不说。CI框架轻量级，容易上手，简单易用。是绝对适合PHP新手的一个开发框架。 <a href="https://www.cz9.cn/post-46.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Wed, 16 Sep 2015 18:03:16 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-46.html</guid>
</item>
<item>
    <title>Debian/ubuntu PPTP VPN安装笔记</title>
    <link>https://www.cz9.cn/post-45.html</link>
    <description><![CDATA[其实，之前已经做过很多次而且都是成功的，但是一直没记录下整个过程。 现在又一次操作，为了便于各位小朋友记录下安装笔记。 本操作实例系统为 debian 7， debian的其他版本和ubuntu 基本一致。 (本人已经提前切换至root权限，如果您没有，可以执行 sudo -i 切换root，当然。你也可以在命令前加 sudo 命令) （源系统为全新debian，不存在任何其他情况的，例如软件的干扰，已安装包，和已安装的其他文件） 1，直接安装PPTP包 apt-get install pptpd -y 此时最好的方案可以执行 netstat -nat 查看是否有打开 1723 端... <a href="https://www.cz9.cn/post-45.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Thu, 09 Jul 2015 13:46:06 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-45.html</guid>
</item>
<item>
    <title>奉上最新的WINDOWS server 2003 DD 模板，HTTP直连</title>
    <link>https://www.cz9.cn/post-44.html</link>
    <description><![CDATA[地址 http://soft.pbqn.com/win2k3/ 路径下面有2个文件。一个是 C盘分区是 5G，一个是 10G，其中，5G 的 模板 C盘分区为 5G， 10G模板硬盘分区为 10G。 如果 被DD 的VPS磁盘少于5G，那么，不建议在做 WINDOWS了。当然。如果你自己做模板也可行。 硬盘空间为5G到 20G 的 VPS。可以直接 DD 5G模板。 硬盘空间超过 20G 的 VPS。可以考虑 DD 10G模板，其实只是 C盘分区的不同 模板默认已经开启远程桌面， 默认关闭虚拟内存，默认关闭CTRL+ALT+DEL，默认不安装任何软件，默认禁用关机事件跟踪程序。而且没有做任何系统优化或其他... <a href="https://www.cz9.cn/post-44.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Thu, 09 Jul 2015 00:23:32 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-44.html</guid>
</item>
<item>
    <title>maximumvps 64M 小内存KVM折腾WINDOWS 2003 笔记</title>
    <link>https://www.cz9.cn/post-43.html</link>
    <description><![CDATA[本文已经附上做好的DD模板，请转移到这里: http://www.pbqn.com/post-44.html 如果想知道模板如何做。请继续往下看。 直接发购买链接（不带尾巴）： 64M 8.5$每年：https://maximumvps.net/clients/cart.php?a=add&pid=9&carttpl=cart  128M 12.5$ 每年：https://maximumvps.net/clients/cart.php?a=add&pid=49&carttpl=cart  64M 配置为，64M内存56G流量每月5G硬盘空间，1IPV4，16IPV6 128配置为： 128M内存，1... <a href="https://www.cz9.cn/post-43.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Fri, 27 Mar 2015 22:34:18 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-43.html</guid>
</item>
<item>
    <title>PHP版本升级。彻底告别 PHP 5.2~</title>
    <link>https://www.cz9.cn/post-41.html</link>
    <description><![CDATA[直接使用最新PHP 5.4.38 版本~ 彻底停用 FTP协议，改用SSH协议~ 更新MYSQL版本到 5.5.42 ~~ <a href="https://www.cz9.cn/post-41.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Fri, 06 Mar 2015 01:14:32 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-41.html</guid>
</item>
<item>
    <title>吐槽要求提交域名证书的各种机构</title>
    <link>https://www.cz9.cn/post-39.html</link>
    <description><![CDATA[1、什么是域名证书？ 域名证书一般由域名注册服务商在线生成的一个网页。这个网页中有包含域名信息，还有一个没有经过备案的公章。 2、我的域名有没有域名证书？ 在中国域名注册商注册的域名，目前大部分都提供域名证书生成服务。但是这个仅限于中国注册商，世界上90%以上的域名没有 域名证书，而且也不会提供域名证书。 3、外国是通过什么来确认域名所有人？ WHOIS信息协议，俗称域名WHOIS，是一个获取互联网IP，域名注册信息的标准协议，外国通过WHOIS信息查询域名所有人，IP管理人的信息。 4、为什么吐槽？ 作为专业的各种认证机构，站在中国特色立场中要求提供域名证书，这个有违业务的“专业性”。 作为工信部这么专业... <a href="https://www.cz9.cn/post-39.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Tue, 24 Feb 2015 12:56:19 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-39.html</guid>
</item>
<item>
    <title>MYSQL主从同步无法及时更新的问题。</title>
    <link>https://www.cz9.cn/post-36.html</link>
    <description><![CDATA[由于本人做几套DNS系统，其中部分系统使用 BIND + MYSQL 结构， 这个结构就需要做 MYSQL 主从复制实现DNS数据同步~ 最近发现这样的故障： 一台MYSQL数据同步缓慢（1个小时之后才会被更新），本来是瞬间同步的。 分析前人和别人的文章内容：  “MySQL 可以指定三个参数，用于复制线程重连主库： --master-retry-count ， --master-connect-retry ， --slave-net-timeout 。  其中 master-connect-retry 和 master-retry-count 需要在 ChangeMas... <a href="https://www.cz9.cn/post-36.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Wed, 05 Nov 2014 01:55:02 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-36.html</guid>
</item>
<item>
    <title>KVM DD专用WINDOWS 2003 模板分享下载。</title>
    <link>https://www.cz9.cn/post-35.html</link>
    <description><![CDATA[下载地址：链接: http://pan.baidu.com/s/1pJlwm4V 密码: vvku 希望更多的用户分流直链。如果提供直链建议跟帖~ 我和其他人感谢你。 模板说明： 完整安装windows server2003 sp2 32bit MSDN！ 特别说明。部分vps提供商不支持DHCP获取IP这哥时候需要手工设置IP地址才能远程桌面。！例如： DO ，EHVPS，测试的两家都不支持DHCP。 账号是：administrator ，密码：yumen000 。此模板是WIN 2003 EE SP2 32BI 完整安装模板，为了模板的大小，未安装任何补丁和软件（除IIS）  分区：默认C盘只分 7G，其他硬盘未分区，请打开，开始，程序，管理工具，... <a href="https://www.cz9.cn/post-35.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Mon, 20 Oct 2014 16:57:09 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-35.html</guid>
</item>
<item>
    <title>digitalocean 使用DD安装windows的图文教程</title>
    <link>https://www.cz9.cn/post-34.html</link>
    <description><![CDATA[digitalocean 的优惠价格 & 100$ 学生套件是近期虚拟化的大热门，下面简称DO 拥有者众多的甚至称得上fans的用户，包括中国用户~ 然而，中国部分中国用户喜欢的 WINDOWS 无法在 DO 直接安装，甚至他们不提供自定义ISO安装系统功能，包括 linux！ 下面我们讲解一下 DO 通过linux DD命令来安装操作系统的详细过程。  要下载模板请看最后几行，谢谢。  1、建立一个vps，就是 Create Droplet ，这里我直接PASS，因为这个不会就别搞了，直接关闭本网页！ 2、点击左边 support ， New ticket， ... <a href="https://www.cz9.cn/post-34.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sun, 19 Oct 2014 23:30:18 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-34.html</guid>
</item>
<item>
    <title>记录一次制作DD windows server 2003 模板</title>
    <link>https://www.cz9.cn/post-33.html</link>
    <description><![CDATA[在vultr建立一个vps，快速安装WINDOWS SERVER 2003！ 下载一份ubuntu 的桌面版ISO （推荐使用 12.04 版本），挂载到2003 所在VPS上面~ 然后启动ubuntu ISO，然后选中 try ubuntu； 点击左上角中 dash home。输入 terminal 。点击 _ 终端图标 执行sudo -i 获得root权限 执行 apt-get install sshfs ，安装sshfs mkdir /tp 建立个加载文件夹 sshfs root@ip:/home/ /tp 加载到系统 dd if=/dev/sda | gzi... <a href="https://www.cz9.cn/post-33.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sun, 19 Oct 2014 04:44:10 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-33.html</guid>
</item>
<item>
    <title>windows 服务器下，PHP通过SSL发送邮件失败</title>
    <link>https://www.cz9.cn/post-32.html</link>
    <description><![CDATA[其实我自己已经不用windows 了，特别是不会在使用windows 来运行PHP！ 但是由于业务的需要，客户的服务器是 windows server 2003，运行PHP 5.2 环境 PHP 已经打开curl扩展，socket 扩展， 可以通过不加密的25端口SMTP发信， 但是通过SSL 发送邮件失败， 错误提示如下： stream_socket_enable_crypto(): this stream does not support SSL/crypto 根据提示，确认是没有打开 openssl 扩展的缘故， 由于是windows，找到 PHP.ini 路径编辑: ;ext... <a href="https://www.cz9.cn/post-32.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sun, 19 Oct 2014 01:24:16 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-32.html</guid>
</item>
<item>
    <title>linux curl命令详解以及实例</title>
    <link>https://www.cz9.cn/post-31.html</link>
    <description><![CDATA[linux curl是一个利用URL规则在命令行下工作的文件传输工具。它支持文件的上传和下载，所以是综合传输工具，但按传统，习惯称url为下载工具 。 一，curl命令参数，有好多我没有用过，也不知道翻译的对不对，如果有误的地方，还请指正。
 -a/–append 上传文件时，附加到目标文件
-A/–user-agent 设置用户代理发送给服务器
– anyauth 可以使用“任何”身份验证方法
-b/–cookie cookie字符串或文件读取位置
– basic 使用HTTP基本验证
-B/–use -ascii 使用ASCII /文本传输
-c/–... <a href="https://www.cz9.cn/post-31.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Fri, 17 Oct 2014 06:24:51 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-31.html</guid>
</item>
<item>
    <title>web服务器禁用SSLv3</title>
    <link>https://www.cz9.cn/post-30.html</link>
    <description><![CDATA[其实很简单。 APACHE：默认配置文件为/etc/httpd/conf.d/ssl.conf 默认设置：SSLProtocol all -SSLv2 修改为：SSLProtocol all -SSLv2 -SSLv3 重启apache~  Nginx中，默认配置路径为：/etc/nginx/nginx.conf 设置为： ssl_protocols TLSv1 TLSv1.1 TLSv1.2; <a href="https://www.cz9.cn/post-30.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Fri, 17 Oct 2014 06:16:42 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-30.html</guid>
</item>
<item>
    <title>我也谈谈站群</title>
    <link>https://www.cz9.cn/post-29.html</link>
    <description><![CDATA[本文的站群是指：泛站群，基于无限二级域名的站群程序，或基于IP的无限生成的站群程序。 基于站群的快速排名和秒收录的原因，得到了广大站长的重视。 在未来一段时间里，用于垃圾站的站群域名和IP还会猛增。 垃圾站就是垃圾站，堆一堆的垃圾在搜索引擎里，肯定是要清空的。 现在一些行业的热门关键词里，一个域名排在第一页也许只有一天时间。 因为，每天都有很多很多新域名的加入使得竞争异常激烈。 得益于 .xyz 域名的价格优势， 我们看到了 .tk , .info 后，又一垃圾 顶级域名：xyz 。 我自己搞站群也有一段时间了。原来一个站群域名可以使用一个月，到后来的半个月，在到后来的7,8天。 自己部分关键词只能2,3天... <a href="https://www.cz9.cn/post-29.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Thu, 16 Oct 2014 20:49:47 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-29.html</guid>
</item>
<item>
    <title>无论是FileZilla FTP server 还是 FileZilla FTP client 都很棒</title>
    <link>https://www.cz9.cn/post-28.html</link>
    <description><![CDATA[之前一直使用cuteftp开心版，难以适应其他FTP工具~ 由于IIS6 的自带FTP无法使用SSL的缘故，结识了filezilla FTP server ， 用起来挺容易上手而且能满足自己的实际需要。 由于cuteftp 开心版的缘故一直想找一个相关工具替代， 适应了一段时间的 filezilla ftpclient，感觉非常棒。 推荐大家使用~ Open Source & Free ，用的放心用的舒心。 最后说明：请大伙慢慢的把所有开心版软件都放弃吧 <a href="https://www.cz9.cn/post-28.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Wed, 15 Oct 2014 01:46:23 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-28.html</guid>
</item>
<item>
    <title>linux服务器执行PHP错误：Warning: include(): Unable to allocate memory for pool</title>
    <link>https://www.cz9.cn/post-27.html</link>
    <description><![CDATA[最近几天发现站点老是提示： Warning: include(): Unable to allocate memory for pool  开始的时候没在意，以为是PHP没有足够的执行内存，修改了PHP.INI 设置最大的运行内存是原来的两倍。  修改后重启，确实一段时间没有这个错误了。  不过今天又发现这个问题。查阅相关资料，才发现原来是  php 的 APC 的问题。  在 /etc/php.d 目录下 apc.ini 文件  修改 apc.shm_size=32M 直接修... <a href="https://www.cz9.cn/post-27.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Wed, 15 Oct 2014 01:00:35 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-27.html</guid>
</item>
<item>
    <title>又重新摸了一次好几年之前的 ASP 程序</title>
    <link>https://www.cz9.cn/post-26.html</link>
    <description><![CDATA[由于各种原因，本人已经中断ASP好多年了。。 今天又突然要遇到几年之前的ASP程序功能升级。无语  打算以后这样告诉ASP 的客户：请使用PHP来完成你的方案！ 以后不会在接受任何ASP客户的业务。 其实本人已经转做PHP好多年。。 所以今日在博客上吐槽。  本文虽然现在看来很幼稚，也许以后看来更幼稚。 <a href="https://www.cz9.cn/post-26.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Thu, 02 Oct 2014 05:18:21 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-26.html</guid>
</item>
<item>
    <title>对于stylexnetworks关闭服务深表遗憾</title>
    <link>https://www.cz9.cn/post-25.html</link>
    <description><![CDATA[大概 2年之前，曾经有幸使用 stylexnetworks 的vps服务。 其中自选IP，自由定制vps，超低价格是他们的优势。 虽然后来由于折腾帝过多，稳定性下降导致了我不在使用， 不过最近一年看来，服务稳定了许多， 上个月初发邮件提示关闭服务，也曾经在很多论坛一时引起热议。 本人也专门发一个帖子谈谈stylexnetworks关闭事件。  本人分析原因： 由于大量低价用户的存在导致管理和服务的成本无法降低。 由于用户的膨胀，需要提高更多的硬件之后，标准付费的用户没有得到很好的，造成的资源浪费，最终导致长期无法承受的亏损。 虽然现在官方网站还可以打开，不过我已经发现，无... <a href="https://www.cz9.cn/post-25.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Thu, 02 Oct 2014 05:08:19 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-25.html</guid>
</item>
<item>
    <title>vsftp 遇到错误 500 OOPS: vsftpd: refusing to run with writable root inside chroot()</title>
    <link>https://www.cz9.cn/post-24.html</link>
    <description><![CDATA[今日在centos 7 中，直接 yum -y install vsftpd 。 使用了chroot_local_user =YES 选项 然后 useradd 账号之后，尝试登陆。  提示错误：500 OOPS: vsftpd: refusing to run with writable root inside chroot()  解决方案：chmod 500 /home/username 再次登陆问题解决。 <a href="https://www.cz9.cn/post-24.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Thu, 02 Oct 2014 05:04:42 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-24.html</guid>
</item>
<item>
    <title>PHP5.3/PHP5.4和PHP5.2的一些差别和注意事项</title>
    <link>https://www.cz9.cn/post-22.html</link>
    <description><![CDATA[php5.3和之前的版本函数差异
1：Function ereg() is deprecated Error 错误对策 Deprecated: Function ereg() is deprecated in …… 解决方法一： 退回去用php5.2。 解决方法二：继续用php5.3，但是修改devel/devel.modul的460行： if ($errno & (E_ALL ^ E_NOTICE)) { 改为 if ($errno & (E_ALL & ~E_NOTICE & ~E_DEPRECATED)) { 把deprecated错误给忽略掉) 解决方法三：把ereg换成preg_match，ereg_replace也需得换成preg_repl... <a href="https://www.cz9.cn/post-22.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Mon, 25 Aug 2014 16:32:31 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-22.html</guid>
</item>
<item>
    <title>吐槽低价劣质VPS提供商</title>
    <link>https://www.cz9.cn/post-20.html</link>
    <description><![CDATA[名单如下： bluevm 、123systems 、ChicagoVPS 后继名单可能会更新。 入手需谨慎：虽然价格非常便宜，但是买了什么都做不了，自己权衡了。 <a href="https://www.cz9.cn/post-20.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sun, 24 Aug 2014 15:15:25 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-20.html</guid>
</item>
<item>
    <title>《归家时》</title>
    <link>https://www.cz9.cn/post-9.html</link>
    <description><![CDATA[遥遥万里奔波遇到了你，红红如火的心融化一起，
六年光阴似箭总在飞逝，相誓永远在一起才美丽；
天使的你嫌有太少甜蜜，幼稚的我多有惹你生气，
给你最重承诺时已可期，快归家求你给我多一时。  斟酌修改中 <a href="https://www.cz9.cn/post-9.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sun, 24 Aug 2014 14:37:14 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-9.html</guid>
</item>
<item>
    <title>mysql无法启动？请先看看是否磁盘空间不足！</title>
    <link>https://www.cz9.cn/post-8.html</link>
    <description><![CDATA[今天突然 MYSQL连接不上，检查发现 MYSQL DOWN 掉了 直接重启 service mysqld start 。 提示： Starting MySQL..Manager of pid-file quit without updating file 应该有进程被占用了， 直接kill -9 结束掉后执行。 Starting MySQL........................................... 半分钟没能启动。 检查日志发现，居然是磁盘空间被占满！ 马上清理MYSQL BIN 日志，重启解决。  由于此服务器做了主从同步，每天... <a href="https://www.cz9.cn/post-8.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sun, 24 Aug 2014 01:06:01 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-8.html</guid>
</item>
<item>
    <title>RHEL/CentOS 7.x的几点新改变</title>
    <link>https://www.cz9.cn/post-6.html</link>
    <description><![CDATA[PS：RHEL7和CentOS7出来有一段时间了，拿出点时间研究下，有几个地方跟6和5系列相比改变比较大，估计不少童鞋有点不太习惯。下面简要举例说明改变比较大的要点：  一、CentOS的Services使用了systemd来代替sysvinit管理  1、systemd的服务管理程序：  systemctl是主要的工具，它融合之前service和chkconfig的功能于一体。可以使用它永久性或只在当前会话中启用/禁用服务。 systemctl可以列出正在运行的服务状态，如图： systemd-cgls以树形列出正在运行的进程，它可以递归显示控制组内容。如图： 2、如何启动/关闭、启用/禁用服务？... <a href="https://www.cz9.cn/post-6.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sat, 23 Aug 2014 17:21:53 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-6.html</guid>
</item>
<item>
    <title>centos 5、6 快速部署生产环境（php+apache+mysql）</title>
    <link>https://www.cz9.cn/post-5.html</link>
    <description><![CDATA[升级全部组件： yum -y update （如果是最小化安装，建议进行，如果安装桌面环境，请不要执行） 一键安装环境组件： yum -y install httpd vsftpd php mysql mysql-server php-mysql httpd-manual mod_ssl mod_perl mod_auth_mysql php-mcrypt php-gd php-xml php-mbstring php-ldap php-pear php-xmlrpc mysql-connector-odbc mysql-devel libdbi-dbd-mysql gcc-c++ patch 设置自动启动： chkconfig http... <a href="https://www.cz9.cn/post-5.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sat, 23 Aug 2014 17:03:52 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-5.html</guid>
</item>
<item>
    <title>推荐虚拟化运营商:vultr , digitalocean</title>
    <link>https://www.cz9.cn/post-4.html</link>
    <description><![CDATA[官方网址：http://www.digitalocean.com DO  官方网址 http://www.vultr.com/ ，不错的样子。  虽然英文界面，不过很好看懂~  其中 Github 联合 DO 的学生套件，使得他成为虚拟化大热门。关注度超越linode ~  不过DO不支持WINDOWS，可能部分中国用户对他兴趣不高，但是正好是学习linux的机会 <a href="https://www.cz9.cn/post-4.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sat, 23 Aug 2014 16:46:40 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-4.html</guid>
</item>
<item>
    <title>vsftp快速部署ssl FTP</title>
    <link>https://www.cz9.cn/post-3.html</link>
    <description><![CDATA[鉴于机房内网的各种监听，而基于传统FTP明文发送账号和密码的不安全因素， 全面部署SSL FTP已经势在必行。 我常用的FTP服务器软件为：VSFTPD， 下面快速部署， 安装： yum -y install vsftpd 生成证书： openssl req -new -x509 -nodes -out /etc/vsftpd/vsftpd.pem -keyout /etc/vsftpd/vsftpd.pem -days 18000 根据提示输入证书的各种信息~ 直至完成 修改VSFTPD 设置： vi /etc/vsftpd/vsftpd.conf ... <a href="https://www.cz9.cn/post-3.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sat, 23 Aug 2014 16:39:31 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-3.html</guid>
</item>
<item>
    <title>何谓情爱？</title>
    <link>https://www.cz9.cn/post-2.html</link>
    <description><![CDATA[因爱故生忧，因爱故生怖。爱恋只不过是初恋趣，热恋醉，失恋伤，痴恋累，苦恋可怜，单恋犯贱。爱得痴缠怕变贪，爱得洒脱偏嫌淡，爱得执着唯恐苦，爱得理智流于冷。真正的情爱，会令懦弱变得神勇，挑剔变得包容，倔强变得温柔，平庸变得出众。若离于爱者，无忧亦无怖。
缘起偶然，缘聚欣然，缘尽泰然，缘散释然。走得最急的是眼前的美景，伤得最深的是最真的感情。 <a href="https://www.cz9.cn/post-2.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sat, 23 Aug 2014 16:30:50 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-2.html</guid>
</item>
<item>
    <title>新的博客新的开始</title>
    <link>https://www.cz9.cn/post-1.html</link>
    <description><![CDATA[好久没有写博客了，博客站关了又开，开了有关！ 这次应该可以稳定玩很久了， 博客站新的开始！ 此博客不友联，不SEO， 不贴QQ，不贴EMAIL！ 不要问我是谁。 <a href="https://www.cz9.cn/post-1.html">阅读全文&gt;&gt;</a>]]></description>
    <pubDate>Sat, 23 Aug 2014 15:25:00 +0800</pubDate>
    <dc:creator>快乐聪仔</dc:creator>
    <guid>https://www.cz9.cn/post-1.html</guid>
</item></channel>
</rss>