9394952

导航

上一页 1 2 3 4 5 6 7 ··· 32 下一页

2023年7月2日 #

ntp.conf中pool和server的分别

摘要: https://serverfault.com/questions/1011314/can-i-use-both-pool-and-server-configurations-in-ntp#:~:text=pool%20is%20the%20same%20as%20server%2C%20excep 阅读全文

posted @ 2023-07-02 16:43 9394952 阅读(488) 评论(0) 推荐(0)

2023年6月27日 #

centos里的openrestry笔记

摘要: 参考文档:https://www.cnblogs.com/cheyunhua/p/13395745.html 1、openrestry配置 功能控制在:/usr/local/openrestry/nginx/conf/waf/config.lua 过滤参数在:/usr/local/openrestr 阅读全文

posted @ 2023-06-27 16:30 9394952 阅读(159) 评论(0) 推荐(0)

2023年6月16日 #

迁移VMWARE到PVE笔记

摘要: 放狗发现基本步骤都是: VMWARE->导出OVF(其实就是要VMDK磁盘文件)->PVE里importdisk 1、VMWARE导出OVF(VMDK)的方法 很多教程都是要么用VPSHERE WEB UI或者OVFTOOLS,这都是需要第三台电脑 ------------------------- 阅读全文

posted @ 2023-06-16 10:20 9394952 阅读(2505) 评论(0) 推荐(0)

2023年6月14日 #

PROXMOX及CEPH笔记2

摘要: 1、关于物理磁盘 服务器有硬件阵列卡并且卡上有电池和缓存,一定要为每个VirtralDisk打开Write Back和Read ahead,如有有Cache也打开 2、提高CEPH修复的速度,这个我觉得也挺重要的,保证资料完整性 https://www.modb.pro/db/220671 在任一节 阅读全文

posted @ 2023-06-14 10:22 9394952 阅读(103) 评论(0) 推荐(0)

2023年6月12日 #

PROXMOX创建CEPH笔记

摘要: 1、准备工作 集群内各主机一定要先做校时,保证各节点时间一致,要么安装ntpdate,要么安装chrony(建议使用这个,实现自动校时) 可参考文章: https://blog.csdn.net/wylfengyujiancheng/article/details/88298708 https:// 阅读全文

posted @ 2023-06-12 14:20 9394952 阅读(517) 评论(0) 推荐(0)

2023年6月2日 #

用命令行初始化VMWARE ESXI主机的脚本(笔记)

摘要: #add nic to vswitch esxcli network vswitch standard uplink add --vswitch-name=vSwitch0 --uplink-name=vmnic1 #add portgroup to vswitch esxcli network v 阅读全文

posted @ 2023-06-02 11:22 9394952 阅读(125) 评论(0) 推荐(0)

2023年5月16日 #

Oracle里授权给所有用户

摘要: 授权给单个用户的写法: grant read,write on directory DBTMP to userA; 授权给所有用户的写法: grant read,write on directory DBTMP to public; 阅读全文

posted @ 2023-05-16 16:42 9394952 阅读(190) 评论(0) 推荐(0)

2023年5月15日 #

网上收集一个企鹅厂的绿色版仓库

摘要: 历史版本-WeChat/TIM/QQ⠀for⠀Win https://423down.lanzouo.com/b0f2bgv5g 阅读全文

posted @ 2023-05-15 13:43 9394952 阅读(145) 评论(0) 推荐(0)

2023年5月11日 #

rsync笔记

摘要: 1、跨文件系统同步: 一方是LINUX使用UTF8字符集,另一方是WINDOWS使用GBK字符集 须添加参数,中文同步方正常显示 --iconv=utf8,gbk 2、文件权限 参考这里:https://stackoverflow.com/questions/34147565/rsync-uid-g 阅读全文

posted @ 2023-05-11 15:09 9394952 阅读(58) 评论(0) 推荐(0)

2023年5月10日 #

crontab里的避坑指南

摘要: 在定时任务里写个备份,按日期生成日志 0 9 * * * /home/oracle/dbbackup.sh >> /home/oracle/dbbackup_`date +i%Y%m%d`.log 结果死活报错: /bin/sh: -c: line 0: unexpected EOF while l 阅读全文

posted @ 2023-05-10 10:58 9394952 阅读(78) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 ··· 32 下一页