为N1编译最新的Linux内核(150balbes)
缘由 最近买了个orico的有线网卡,结果内核日志一直报错。 然后我查了一下EMI的相关信息, 他是一种电磁干扰,那些没有带屏蔽的USB线缆才会出现这个问题。 但由于屏蔽线缆的价格比常规线缆贵很多,一 阅读更多
使用UPX压缩二进制文件
缘由 在一些小型的嵌入式设备上,Flash通常很小。 所以需要压缩二进制文件以便进行存储。 使用方法 Refer: https://github.com/v2ray/v2ray-core/issues 阅读更多
16人格测试 – 据说很准?
在一个友链的博客里面看到的, 于是好奇开始了测试。 以下是我的测试结果: 测试网址: https://www.16personalities.com/ 快来让我康康你们的人格?
本站已将原PHP7.2升级至PHP7.4
缘由 经过一些搜索,发现PHP7.4的性能较以前的版本提升了许多。 本博客由于运行在廉价服务器上,为了优化性能也是煞费苦心了。 WordPress是一个极度耗CPU的PHP程序 如何升级 可参阅本博客 阅读更多
为FSTAB设置挂载超时
相信有很多使用开发板或N1等小型服务器的时候都会遇到一些问题。 之前在FSTAB配置过自动挂载了,但恰好不小心没插上那个存储设备? 于是系统就要开始等待那个设备了,一般都是几分钟,那还算好。 可要是无 阅读更多
在 Debian 与 Ubuntu 上编译 qBittorrent
Only follow this guide if you know what you are doing and this is what you really want.If you are lo 阅读更多
Set systemd service to execute after fstab mount
a CIFS network location is mounted via /etc/fstab to /mnt/ on boot-up. No, it is 阅读更多
Bind to all interfaces for IPv4 and IPv6 in haproxy
To listen on the same port for IPv6 and IPv4, use this: Admittedly, this was an intuitive guess that 阅读更多
How To Serve Flask Applications with Gunicorn and Nginx on Ubuntu 18.04
Introduction In this guide, you will build a Python application using the Flask microframework on Ub 阅读更多