会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
gkhost
博客园
首页
新随笔
联系
管理
订阅
上一页
1
···
4
5
6
7
8
9
10
11
12
···
17
下一页
2024年12月10日
AI人工智能学习——AI赋能系统
摘要: AI大模型通过低代码或无代码反向优化赋能系统; ARM定制化硅芯片提高计算效率、降低功耗; AI数据中心定义一台计算机,算力逻辑区区分,前期计算虚拟化区分(openstack); AI模型更偏向于训练,无法做到算力切分,功能化独立,封闭环境业务推理和分析; 异构计算:商业服务计算涉及CPU、Memo
阅读全文
posted @ 2024-12-10 09:18 gkhost
阅读(83)
评论(0)
推荐(0)
2024年12月9日
Linux基础——创建本地yum源目录及同步公网yum源repo目录到本地
摘要: 一、检查同步在线yum源repo源所有rpm包的占用大小 yum repolist AppStream -v 二、下载带目录bclinux/el8.2/,下载目录下除iso及index的目录及文件 wget -r -np -nH -R iso,index.html* https://mirrors.
阅读全文
posted @ 2024-12-09 16:44 gkhost
阅读(635)
评论(0)
推荐(0)
Linux基础——BClinuxoe21.10系统Openssl软件包漏洞CVE-2024-9143修复
摘要: 一、查看openssl软件包 rpm -qa | grep openssl 二、查看当前软件包修复的CVE漏洞 rpm -q openssl --changelog | grep -i 'cve' 三、升级最新软件包 1、检查yum源最新的openssl包 yum list available --
阅读全文
posted @ 2024-12-09 16:09 gkhost
阅读(301)
评论(0)
推荐(0)
Linux基础——查看软件包依赖问题
摘要: 一、查看openssh-8.2p1-29.oe2003sp4.x86_64依赖包 yum deplist openssh | grep -A 50 openssh-8.2p1-29.oe2003sp4.x86_64 二、网站archlinux查看gcc相关依赖包及软件目录结构 1、参考 https:
阅读全文
posted @ 2024-12-09 15:40 gkhost
阅读(425)
评论(0)
推荐(0)
Python基础——创建虚拟环境
摘要: 一、准备工具 1、python3.7、pip3.7安装 参考:https://chuna2.787528.xyz/gkhost/p/18595021 2、pip3更换源 # 永久设定pip3源pip config set global.index-url https://mirrors.huaweicl
阅读全文
posted @ 2024-12-09 15:20 gkhost
阅读(864)
评论(0)
推荐(0)
Python基础——Python安装
摘要: 一、安装python 1、安装依赖环境 yum install gcc -y yum -y install zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-dev
阅读全文
posted @ 2024-12-09 15:20 gkhost
阅读(339)
评论(0)
推荐(0)
2024年12月5日
Mysql基础——主从MySQL手动同步
摘要: mysql 主从数据同步失败手动同步数据的方法 进入master执行 1、锁表 flush tables with read lock; 2、导出备份数据 mysqldump -u root -p test1 > /tmp/mysql.sql 3、查看主库状态记录偏移量position的值 show
阅读全文
posted @ 2024-12-05 10:50 gkhost
阅读(92)
评论(0)
推荐(0)
Mysql基础——Gtid开启方法
摘要: 一、Gtid简介 GTID transactions are identified by a global transaction identifier (GTID) in the form UUID:NUMBER. Every GTID transaction in a log is always
阅读全文
posted @ 2024-12-05 10:48 gkhost
阅读(350)
评论(0)
推荐(0)
Linux基础——查看目录深度max-depth=6的文件大小
摘要: du -ah /home --max-depth=6 | sort -rh | head -10 倒序查找当前目录中前四个GB大小的文件 # 输出前四行的文件名 [root@harbor ~]# for i in `du -sh ./* | egrep "M" | sort -r -n -k 1 |
阅读全文
posted @ 2024-12-05 10:43 gkhost
阅读(39)
评论(0)
推荐(0)
2024年12月4日
Linux基础——cgroup服务cgconfig.service启动失败
摘要:
阅读全文
posted @ 2024-12-04 17:33 gkhost
阅读(30)
评论(0)
推荐(0)
上一页
1
···
4
5
6
7
8
9
10
11
12
···
17
下一页
公告