
运维
文章平均质量分 54
fareast_mzh
If something is free, you are the product.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
把自己的服务器添加到presearch节点
Presearch is a decentralized search engine that rewards users with cryptocurrency for running search nodes. Here's a step-by-step guide to adding your computer as a Presearch node原创 2024-05-27 08:39:09 · 778 阅读 · 0 评论 -
18088779852/lwl-php74-all-ext
mysql主从复制 redis 主从复制 哨兵模式。原创 2022-09-28 14:25:32 · 835 阅读 · 0 评论 -
virtualbox 共享文件夹
/shop 为虚拟机上的路径。vboxsf 为挂载类型。shop 为共享名称。原创 2022-09-27 22:59:48 · 261 阅读 · 0 评论 -
mysql workbench 修改字体大小 eclipse修改字体大小
edit——>preferences—->Fonts&colors—>Fonts 重启mysql workbench eclipse修改字体大小window => preferences => colors and fonts https://github.com/elastic/elasticsearch ...原创 2018-10-31 16:16:45 · 2916 阅读 · 0 评论 -
php nginx 路径批量配置
* 假设 E:\upload 作为图片上传的位置 nginx 做web服务 * 创建文件conf.php 放到这个目录下<?phpfunction handleDir($it, &$a) { foreach ($it as $fileinfo) { if ($fileinfo->isDir()) { $filename = $it->get...原创 2018-07-25 18:11:00 · 485 阅读 · 0 评论 -
启用daytime服务 xinet.d udp fsockopen
1. 安装xinetdcat /etc/services | grep "daytime"# for ubuntusudo apt-get install xinetd 如果是centos/red hatsudo yum install xinetd.x86_64centos默认普通用户不能用sudo:https://blog.csdn.net/fareast_mzh/a...原创 2019-03-12 09:11:58 · 463 阅读 · 0 评论