作者:牧山道人
版权所有,转载请注明出处。
_______________________________________
20200219 本是产品促销的好日子,但很不幸也引来了流量攻击。
具体表现就是攻击者疯狂下载网站上的较大资源(如 .zip .exe )以消耗流量,大约 30 MB/s(自己下美剧也有这么快该多好 )。
环境:Linode + 宝塔面板 7.0.1 + CentOS 7.6 + Apache 2.4.41 + MySQL 5.6.44 + PHP 7.3 + CloudFlare(CF) CDN
发现攻击开始的几小时内网站和内心都很乱,因[……]
Read More…
作者:牧山道人
原文地址:https://www.seeksunslowly.com/linode-centos-lamp-bt-panel-website-solutions
转载请注明出处,谢谢。
_____________________________________
背景:
之前的旧网站运行了十年左右,采用 Linode + CentOS 5.x + Kloxo 搭建。2020 年1 月底,发现 Chrome 对已采用 SSL 加密的网站显示“You connection to this site is not fully secure”,进一步了解到主流浏览器即将[……]
Read More…
Posted by Admin L in UNIX/Linux on 25-01-2020.
作者:牧山道人
原文地址:https://www.seeksunslowly.com/bt-panel-php-mail
转载请注明出处,谢谢。
_____________________________________
如果要用 PHP mail() 函数发邮件,装上宝塔邮局管理器(免费插件:在“软件商店 -> 宝塔插件”下)即可,不用任何额外配置。
主要目的是为了开启 SMTP 服务(25 端口)。
当然,手动在命令行模式下安装相关软件并启用服务也行,但既然要用面板,能简则简。[……]
Read More…
Posted by Admin L in UNIX/Linux on 15-11-2012. Tags: vps
Author: Nosa Lee
Original Address: https://www.seeksunslowly.com/how-to-build-a-vpn-server-on-your-vps
To reprint this article, please indicate the source, thank you.
_____________________________________
If you have a foreign VPS and you want have a VPN server, just do it as below:
In my V[……]
Read More…
Author: Nosa Lee Original Address: https://www.seeksunslowly.com/how-to-set-access-password-for-awstats-in-kloxo To reprint this article, please indicate the source, thank you. _____________________________________ As you know, if you set your VPS environment by using Kloxo softwar[……]
Read More…
作者:牧山道人 原文地址:https://www.seeksunslowly.com/kloxo-中如何给-awstats-设置访问密码 转载请注明出处,谢谢。 _____________________________________ 大家知道,如果用 Kloxo 套件搭建你的 VPS 环境,那么默认会装上 awstats 这个流量分析工具。 其默认 URL 为:http://your-domain.com/awstats/awstats.pl,并且没有密码,任何人都可以访问,任何人都可以看到你的流量情况,分析你的商业机密,这非常恐怖! 在网上查了一些[……]
Read More…
Posted by Admin L in UNIX/Linux on 09-06-2012.
作者:牧山道人 原文地址:https://www.seeksunslowly.com/qmail-vpopmail-拒收不存在的账户邮件的方法-弹回邮件 转载请注明出处,谢谢。 _____________________________________ 前段时间买了 Linode VPS,使用 Kloxo 套件配好了主机(可参见我也来分享一下最近耍Linode VPS + Kloxo 的经历文章)。 Kloxo 自带的邮件服务器是 qmail + vpopmail,几乎没有作额外配置,直接可用,挺好。 但是,有个问题很严重,一直困扰着本道: 自从用了 qm[……]
Read More…
Posted by Admin L in UNIX/Linux on 15-05-2012.
SNMP stands for Simple Network Management Protocol and consists of three key components: managed devices, agents, and network-management systems (NMSs). A managed device is a node that has an SNMP agent and resides on a managed network. These devices can be routers and access server, switches and br[……]
Read More…
Posted by Admin L in UNIX/Linux on 15-05-2012.
步骤:首先执行 /usr/sbin/sestatus 保证这个状态是disabled
然后执行#rpm -qa | grep sql 查询是否安装了mysql
然后如果未安装mysql ,那么执行下面的:
# su – root
# yum install -y wget
# wget http://download.lxcenter.org/download/kloxo/production/kloxo-installer.sh
# sh ./kloxo-installer.sh –type=master
安装后的操作:[……]
Read More…
Posted by Admin L in UNIX/Linux on 15-05-2012.
1、在Kloxo面板,解压后修改文件名,修改configuration.php.new 为 configuration.php
2.、建立一个数据库。记录相关信息,方面下面使用。在kloxo后台主页的domain栏里的mysql databases
3、修改文件及文件夹权限。可以直接在Kloxo面板选择文件或文件夹直接修改权限,也可以使用终端cd 到所在目录,执行
chmod 777 configuration.php
chmod 777 attachments
chmod 777 downloads
chmod 777 templates_c
4、然后打[……]
Read More…