跳至内容
Fivyex's Blog
Fivyex's Blog

I did the right thing, didn't I? It all worked out in the end.

  • Portfolio
  • Archive
  • Site Admin
Fivyex's Blog
Fivyex's Blog

I did the right thing, didn't I? It all worked out in the end.

  • Portfolio
  • Archive
  • Site Admin

Wordfence: UNABLE TO UPDATE RULES

发表评论 / Website building / Fivyex / 25 9 月, 2020

问题:

管理页面横幅(关闭之后一刷新又出来了)显示:

手动升级时显示:

(疑似)解决方法:

通过跟支持人员的散装英语交流,某种程度上解决了问题。

设置php.in......

Wordfence: UNABLE TO UPDATE RULES Read More »

几个英语学习实用网站

发表评论 / English / Fivyex / 24 9 月, 2020

最近上雅思课老师推荐了几个实用的英语学习网站,这里跟大家分享一波。

English Profile

按话题、词性、难度等标准筛选单词。常用于口语、写作积累话题词汇。

Online……

几个英语学习实用网站 Read More »

Qv2ray安装使用

2条评论 / Ubuntu / Fivyex / 22 9 月, 2020

安装Qv2ray

下载v2ray core

由于显然的原因,软件不包含v2ray可执行文件,故需要手动下载。对照自己系统下载对应版本即可,下载链接如下:

v2ray:

ht……

Qv2ray安装使用 Read More »

Ubuntu添加自定义快捷方式

发表评论 / Ubuntu / Fivyex / 22 9 月, 2020

第一步

启动应用程序(gnome-session-properties)。

添加一个程序。

  • 名称随意
  • 命令填可执行文件/脚本命令,如:.qv2ray/Qv2ray.v2.1.1.l......

Ubuntu添加自定义快捷方式 Read More »

锐速、bbr一键安装脚本

发表评论 / Ubuntu / Fivyex / 21 9 月, 2020

介绍

什么是锐速?
一款国产的Linux加速软件,可以提升服务器TCP响应的速度,英文名为ServerSpeeder,官网为http://www.serverspeeder.com/,目前已无法访……

锐速、bbr一键安装脚本 Read More »

Linux下修改默认Python版本

发表评论 / Python / Fivyex / 21 9 月, 2020

用户级

查看已安装的Python:

在~/.bashrc中添加:

重新登陆生效。

系统级

查看可用Python版本:

如果出现以上所示的错误信息,则表示……

Linux下修改默认Python版本 Read More »

nano实用配置

发表评论 / Python / Fivyex / 21 9 月, 2020

配置文件:/etc/nanorc

常用配置项:

快捷键:

参考链接:

https://www.nano-editor.org/dist/v2.9/nano.html

……

nano实用配置 Read More »

Matomo升级

发表评论 / Website building / Fivyex / 25 3 月, 2020

背景

不知道出于什么原因,我的Matomo不能从网页直接升级。所以只能手动到后台升级,过程中碰到了一些问题,记录下来备用。

过程

进入Matomo所在目录(含有Matomo文件夹的目……

Matomo升级 Read More »

Python学习笔记汇总

发表评论 / Python / Fivyex / 23 3 月, 2020
  • 其他流程控制工具

……

Python学习笔记汇总 Read More »

Nginx显示文件夹目录

一条评论 / Website building / Fivyex / 23 3 月, 2020

方法

添加对应位置的location设置。

支持中文文件名

添加utf-8编码支持。

……

Nginx显示文件夹目录 Read More »

websitepolicies.com:在线生成政策页面

发表评论 / Website building / Fivyex / 20 3 月, 2020

Intro.

We help you create legal policies for your websites and apps custom-tailored to your needs……

websitepolicies.com:在线生成政策页面 Read More »

Linux环境变量总结

发表评论 / Ubuntu / Fivyex / 6 3 月, 2020

分类

按照生命周期来分

  • 永久的:需要用户修改相关的配置文件,变量永久生效。
  • 临时的:用户利用export命令,在当前终端下声明环境变量,关闭Shell终端失效。

按照作用域来分

……

Linux环境变量总结 Read More »

Jupyter Notebook:在线Python学习笔记

发表评论 / Website building / Fivyex / 4 3 月, 2020

环境

  • Debian9
  • LNMP

介绍

特性:

  • 以网页的形式打开,随时随地访问
  • 在线编写代码
  • 在线运行&Debug代码
  • 随时添加MarkDown文档,用于解释说明

先试……

Jupyter Notebook:在线Python学习笔记 Read More »

Netdata:全方位监控服务器状态

发表评论 / Website building / Fivyex / 2 3 月, 2020

环境

  • Debian9
  • LNMP

简介

Netdata is real-time health monitoring and performance troubleshooting fo……

Netdata:全方位监控服务器状态 Read More »

Matomo:记录网站浏览量

发表评论 / Website building / Fivyex / 2 3 月, 2020

环境

  • Debian9
  • LNMP

简介

Take back control with Matomo – a powerful web analytics platform that gi……

Matomo:记录网站浏览量 Read More »

Nginx配置站点密码访问

发表评论 / Website building / Fivyex / 2 3 月, 2020

安装工具

使用

其中,/usr/local/nginx/conf/htpasswd为配置文件的绝对路径,user为要新增的用户。

其他参数

  • -c:创建一个加密文件
  • -n:……

Nginx配置站点密码访问 Read More »

chainproxys-ng:在服务器/终端也能使用代理

一条评论 / Ubuntu / Fivyex / 2 3 月, 2020

介绍

简单的说就是这个程序 Hook 了 sockets 相关的操作,让普通程序的 sockets 数据走 SOCKS/HTTP 代理。

其核心就是利用了 LD_PRELOAD 这个环境变……

chainproxys-ng:在服务器/终端也能使用代理 Read More »

nginx的location匹配规则

一条评论 / Website building / Fivyex / 17 2 月, 2020

语法规则

匹配顺序

示例

location @name的用法

@用来定义一个命名location。主要用于内部重定向,不能用来处理正常的请求。其用法如下:

……

nginx的location匹配规则 Read More »

设置全站加速(DCDN)

一条评论 / Website building / Fivyex / 13 2 月, 2020

简介

全站加速(Dynamic Route for Content Delivery Network)是阿里云自主研发的融合了动态加速和静态加速技术的CDN产品。该产品一站式解决了页面动静态资源……

设置全站加速(DCDN) Read More »

为WordPress添加ICP备案号

发表评论 / Website building / Fivyex / 13 2 月, 2020

问题

网站备案后需要在网站底部添加ICP备案号,并链接到工信部网站。

网上关于WordPress添加备案号的文章很多,往往都是在wp-config.php文件中添加define('WP_Z......

为WordPress添加ICP备案号 Read More »

← Previous 1 … 12 13 14 15 Next →

Home Lab

  • auth
  • xray-ui
  • pve
  • syncthing
  • filebrowser
  • amp
  • vaultwarden
  • pbs
  • omnitools
  • Acceptable Use Policy
  • Cookie Policy
  • Disclaimer
  • Privacy Policy
  • Terms and Conditions

Copyright © 2026 Fivyex's Blog | Powered by Astra WordPress 主题