哥伦布

博客园 首页 新随笔 联系 订阅 管理
上一页 1 2 3 4 5 6 7 ··· 9 下一页

2025年2月13日 #

摘要: 一、修改注册表DriverSearching值 使用注册表编辑器打开:计算机\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\DriverSearching 找到名为SearchOrderConfig的 DWORD (32 位 阅读全文
posted @ 2025-02-13 10:50 Caraxes 阅读(292) 评论(0) 推荐(0)

2025年2月12日 #

摘要: DriverStore文件夹 使用工具DriverStore Explore进行清理。(需要慎重) 下载链接:https://files.cnblogs.com/files/kewenpu/DriverStoreExplorer.v0.11.114.zip?t=1739325354&download 阅读全文
posted @ 2025-02-12 09:56 Caraxes 阅读(21) 评论(0) 推荐(0)

2025年1月9日 #

摘要: SSH 登录超时时间(Ubuntu22.04可用) sudo vim /etc/profile 设置闲置时间为15分钟(900秒),如果没有此行则直接添加进去 export TMOUT=900 立即生效 source /etc/profile SSH 登录超时时间(CentOS7.6可用) 在登录后 阅读全文
posted @ 2025-01-09 17:28 Caraxes 阅读(47) 评论(0) 推荐(0)

2025年1月2日 #

摘要: 显示IP地址 ip addr show 启动SSH服务 sudo service ssh start 安装nettools sudo apt-get update sudo apt install net-tools 安装SSH sudo apt install openssh-server sud 阅读全文
posted @ 2025-01-02 21:34 Caraxes 阅读(19) 评论(0) 推荐(0)

2024年11月26日 #

摘要: 1、安装必要前缀组件 我是使用root安装 yum install -y epel-release yum install -y gcc make python3 2、下载Redis7.4.1 wget https://download.redis.io/releases/redis-7.4.1.t 阅读全文
posted @ 2024-11-26 17:08 Caraxes 阅读(744) 评论(0) 推荐(0)

2024年11月3日 #

摘要: 更新yum yum -y update 安装EPEL存储库 yum -y install epel-release yum -y update 安装Erlang语言 yum -y install erlang socat 检查Erlang版本,默认是最新版本 erl -version 下载Rabbi 阅读全文
posted @ 2024-11-03 11:29 Caraxes 阅读(21) 评论(0) 推荐(0)

2024年11月1日 #

摘要: 报错: error: /lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /usr/share/dotnet/host/fxr/8.0.0/libhostfxr.so) The library libhostf 阅读全文
posted @ 2024-11-01 15:59 Caraxes 阅读(67) 评论(0) 推荐(0)

2024年10月26日 #

摘要: ulimit命令简述 在bash中,有个ulimit命令,提供了对shell及该shell启动的进程的可用资源控制。主要包括打开文件描述符数量、用户的最大进程数量、coredump文件的大小等。 在centos 5/6 等版本中,资源限制的配置可以在 /etc/security/limits.con 阅读全文
posted @ 2024-10-26 18:40 Caraxes 阅读(255) 评论(0) 推荐(0)

2024年9月12日 #

摘要: 解压到目录 sudo mkdir -p /usr/share/dotnet && sudo tar zxf dotnet-sdk-6.0.423-linux-x64.tar.gz -C /usr/share/dotnet 创建软链接 sudo ln -s /usr/share/dotnet/dotn 阅读全文
posted @ 2024-09-12 20:50 Caraxes 阅读(122) 评论(0) 推荐(0)

摘要: 重新配置yum源 删除原有的 yum 源配置文件: 进入/etc/yum.repos.d/目录 删除该目录下的所有文件(建议先备份或移动到其他位置,以防万一)。执行命令: rm -f /etc/yum.repos.d/* 重新下载合适的 yum 源:例如,如果使用阿里云的源,可以执行以下命令下载 C 阅读全文
posted @ 2024-09-12 08:11 Caraxes 阅读(503) 评论(0) 推荐(0)

上一页 1 2 3 4 5 6 7 ··· 9 下一页