会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
记录着
好记性不如烂笔头……
博客园
首页
新随笔
联系
订阅
管理
2024年3月6日
Centos5 源码升级sshd
摘要: 1. 下载源码包 # openssh 下载地址 http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-7.4p1.tar.gz # openssl 下载地址 https://www.openssl.org/source/old/0.9
阅读全文
posted @ 2024-03-06 14:50 i学笔记
阅读(101)
评论(0)
推荐(0)
2024年3月5日
VMware vCenter Converter P2V ESXi 常见问题
摘要: 实用 VMware vCenter Converter 转换物理机/虚拟机 到ESX 常见问题 1. Unable to query the live source machine # 查看是否有多次 mount 挂载的分区 df -h # 卸载 umount /xxx # 如果在使用中,可以使用l
阅读全文
posted @ 2024-03-05 23:29 i学笔记
阅读(2014)
评论(0)
推荐(0)
2023年5月8日
Windows 安装 pycrypto 常见问题解决
摘要: 首先pycrypto 项目已经不在更新了,自己开发可以使用cryptography、pycryptodome https://pypi.org/project/cryptography/https://pypi.org/project/pycryptodome/ 关于python使用Crypto.C
阅读全文
posted @ 2023-05-08 11:56 i学笔记
阅读(869)
评论(1)
推荐(0)
2023年4月26日
DELL OMSA 使用相关文档说明
摘要: 1. 什么是 DELL OMSA Dell OpenManageServer Administrator,可以查看服务器的硬件、软件信息 2. 关于 OMSA 使用文档 支持 Dell EMC OpenManage Server Administrator (OMSA) 戴尔服务器专业知识:使用 O
阅读全文
posted @ 2023-04-26 18:26 i学笔记
阅读(157)
评论(0)
推荐(0)
2023年2月10日
CentOS7.9 Python3.6.8 升级Python3.9.4
摘要: CentOS7.9 默认python版本 如下: # python -V Python 2.7.5 # python3 -V Python 3.6.8 安装依赖包libffi-devel 如果不安装会报错:/Python-3.9.4/Modules/_ctypes/_ctypes.c:107:17:
阅读全文
posted @ 2023-02-10 17:30 i学笔记
阅读(812)
评论(0)
推荐(0)
2023年2月8日
jenkins 从CentOS6 迁移到CentOS7记录
摘要: 一、备份 任何迁移操作一定要做好备份 一般主要包括: 主目录默认路径:/var/lib/jenkins 安装包:/usr/share/java/jenkins.war 系统文件:/etc/hosts 自定义脚本 二、CentOS7 安装jenkins sudo wget -O /etc/yum.re
阅读全文
posted @ 2023-02-08 18:49 i学笔记
阅读(167)
评论(0)
推荐(0)
2022年10月28日
运维技术-网络-Cisco-思科设备show查看配置不分页
摘要: 终端查看思科防设备配置时,如何取消分页
阅读全文
posted @ 2022-10-28 18:57 i学笔记
阅读(177)
评论(0)
推荐(0)
2022年9月6日
CentOS7 安装 python 3.7.4
摘要: CentOS7 安装 python 3.7.4 # 安装环境(最小化安装) CentOS Linux release 7.0.1406 (Core) # 下载安装包 https://www.python.org/ftp/python/3.7.4/Python-3.7.4.tar.xz # 安装依赖包
阅读全文
posted @ 2022-09-06 17:02 i学笔记
阅读(274)
评论(0)
推荐(0)
2022年8月31日
CentOS 下 docker POSIX改中文
摘要: cannot change locale (zh_CN.UTF-8): No such file or directory CentOS下docker 容器默认字符集为POSIX 如果需要 默认情况下查看字符集如下,可修改POSIX 为 zh_CN.UTF-8 # 查看字符集 [root@125ee
阅读全文
posted @ 2022-08-31 16:40 i学笔记
阅读(207)
评论(0)
推荐(0)
ping 常用小技巧
摘要: ping 打印时间戳: Macos 、Linux #ping 打印时间戳 ping baidu.com | awk '{ print strftime("%Y-%m-%d %H:%M:%S",systime()),$0 }' ping 不中断情况下看ping统计 # 不中断ping 看统计 # Ma
阅读全文
posted @ 2022-08-31 13:48 i学笔记
阅读(49)
评论(0)
推荐(0)
下一页
公告