会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
timer_go
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
46
下一页
2023年5月31日
如何安装python环境
摘要: 如何安装python环境 ``` (macOS-py39) ➜ mz-chatgpt-be git:(master) pip install -r suxiaobei-py39-requirements.txt -i http://pypi.douban.com/simple --trusted-h
阅读全文
posted @ 2023-05-31 21:03 苏小北1024
阅读(18)
评论(0)
推荐(0)
2022年1月10日
rpm spec中,如果避免指定文件的dependency依赖检查?
摘要: such like : %global __requires_exclude /usr/share/miniconda2/envs/py27/bin/python
阅读全文
posted @ 2022-01-10 16:10 苏小北1024
阅读(162)
评论(0)
推荐(0)
2021年10月29日
硬盘IO性能估算入门
摘要: 一、硬盘IO的类型 IO是输入输出指令,操作系统向存储控制器下发一个读或者写数据的操作指令,控制器下发地址和数据给存储设备,并返回结果给存储控制器,最后到达操作系统。操作系统的一个IO可能会产生多个实际的存储设备IO。一般可以分为: 1、连续Sequential IO、随机Random IO 如果本
阅读全文
posted @ 2021-10-29 13:16 苏小北1024
阅读(1776)
评论(0)
推荐(1)
2021年10月21日
[转载]在 Linux 中使用 fsck 命令修复文件系统
摘要: from: https://www.gobeta.net/posts/fsck-command-in-linux 背景: fsck(文件系统检查)是一种命令行实用程序,可让您在一个或多个 Linux 文件系统上执行一致性检查和交互式修复。它的程序独立于所检查文件的系统类型。 在系统无法启动或无法挂载
阅读全文
posted @ 2021-10-21 17:27 苏小北1024
阅读(6396)
评论(0)
推荐(0)
2021年9月9日
raid工具介绍
该文被密码保护。
阅读全文
posted @ 2021-09-09 17:28 苏小北1024
阅读(1)
评论(0)
推荐(0)
2021年9月7日
ansible中的奇淫巧技-第一篇
该文被密码保护。
阅读全文
posted @ 2021-09-07 17:58 苏小北1024
阅读(247)
评论(0)
推荐(0)
2021年8月27日
Understanding page frames and pages
摘要: Understanding page frames and pages Memory in Linux is organized in the form of pages (typically 4 KB in size). Contiguous linear addresses within a p
阅读全文
posted @ 2021-08-27 10:58 苏小北1024
阅读(697)
评论(0)
推荐(0)
2021年8月26日
socket fd 泄露分析
摘要: 前提: 首先,了解: /proc/net/sockstat , 和 ss -s 命令 cat /proc/net/sockstat sockets: used 294 TCP: inuse 35 orphan 0 tw 0 alloc 45 mem 1 UDP: inuse 13 mem 2 UDP
阅读全文
posted @ 2021-08-26 16:09 苏小北1024
阅读(1084)
评论(0)
推荐(0)
2021年8月25日
内存回收相关的指标
摘要: sar -B pgscank: page scan kswapd pscand: page scan directly reclaim 13时20分25秒 pgpgin/s pgpgout/s fault/s majflt/s pgfree/s pgscank/s pgscand/s pgsteal
阅读全文
posted @ 2021-08-25 18:56 苏小北1024
阅读(98)
评论(0)
推荐(0)
2021年8月21日
如何使用fpm打包
该文被密码保护。
阅读全文
posted @ 2021-08-21 09:39 苏小北1024
阅读(0)
评论(1)
推荐(0)
1
2
3
4
5
···
46
下一页
公告