摘要:
阅读全文
摘要:
阅读全文
摘要:
1、下载sogou输入法安装包 wget https://ime.sogouimecdn.com/202302211332/ec539397ba3b25298886cd2fbef3e334/dl/gzindex/1656597217/sogoupinyin_4.0.1.2800_x86_64.deb 阅读全文
摘要:
1、识别显卡 $ lspci -nn | egrep -i "3d|display|vga"00:02.0 VGA compatible controller [0300]: Intel Corporation CometLake-H GT2 [UHD Graphics] [8086:9bc4] ( 阅读全文
摘要:
环境依赖: docker docker-compose harbor包: 1、docker安装 可参考阿里云: https://developer.aliyun.com/mirror/docker-ce?spm=a2c6h.13651102.0.0.22d31b11CdwoC7 2、docker-c 阅读全文
摘要:
1、证书 阿里云证书 2、auth 本机验证 验证 mkdir authdocker run \ --entrypoint htpasswd \ httpd:2 -Bbn testuser testpassword > auth/htpasswd 启动注册表 docker run -d \ -p 5 阅读全文
摘要:
# 安装最新的内核# 我这里选择的是稳定版kernel-ml 如需更新长期维护版本kernel-lt yum --enablerepo=elrepo-kernel install kernel-ml# 查看已安装那些内核rpm -qa | grep kernelkernel-core-4.18.0- 阅读全文
摘要:
#!/bin/bash #本地主机位地址local_host_ip="::X" #远端主机位地址remote_host_ip="::X"#echo ${remote} #获取本地的ipv6地址集,一串字符串local_ip_str=$(ip addr | grep 'inet6' |grep '24 阅读全文
摘要:
源码包地址: https://www.python.org/ftp/python/3.9.15/Python-3.9.15.tgz 环境准备: yum -y install gcc bzip2-devel sqlite-devel openssl-devel readline-devel xz-de 阅读全文
|