会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
RxR
博客园
首页
新随笔
联系
订阅
管理
2024年11月6日
离线安装 docker
摘要: 一、下载二进制文件 a>从官网下载 https://download.docker.com/linux/static/stable/x86_64/ b>从我的网盘下载 [url=http://cdn.dimored.com/f/33339115-1421860553-b421e6?p=9840]do
阅读全文
posted @ 2024-11-06 10:22 RxR
阅读(130)
评论(0)
推荐(0)
2021年8月12日
Centos7 从 git version 1.8.3.1升级git version 2.32.0 全过程
摘要: 安装安装依赖软件 [root@localhost ~]# yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel asciidocLoaded plugins: fastestmirrorLoading mi
阅读全文
posted @ 2021-08-12 21:59 RxR
阅读(797)
评论(0)
推荐(0)
2021年3月10日
代码 80070005 Windows Uudate 遇到未知错误
摘要: Windows Update 检查更新出现错误代码 80070005 。 问题描述 权限错误,更改了系统权限所致,由于这个问题通常是由于系统权限被篡改,或者系统文件损坏和丢失。 可能原因 请先尝试以下方式恢复默认权限。 从以下地址下载 subinacl.msi 。https://files.cnbl
阅读全文
posted @ 2021-03-10 14:43 RxR
阅读(213)
评论(0)
推荐(0)
2021年2月21日
Power Shell Active Directory 批量创建分组
摘要: 利用PowerShell 管理用户组关键命令 Windows PowerShell 版权所有 (C) 2009 Microsoft Corporation。保留所有权利。 PS C:\Users\administrator.COWAIN> import-module activedirectory
阅读全文
posted @ 2021-02-21 21:01 RxR
阅读(252)
评论(0)
推荐(0)
2021年2月18日
H3C S5024E-PWR-X 端口镜像及抓包实例
摘要: 创建端口镜像组 [H3C]mirroring-group 1 local 创建源端口 [H3C]mirroring-group 1 mirroring-port gigabitethernet 1/0/11 ? GigabitEthernet GigabitEthernet interface Te
阅读全文
posted @ 2021-02-18 16:13 RxR
阅读(542)
评论(0)
推荐(0)
2021年2月5日
FusionCompute 忘记密码 重置操作
摘要: 1. 登录vrm节点 主备环境使用浮动ip登录, 先使用gandalf登录后切换为root2、登录数据库 ; psql -U galax -W 'SingleLOUD!1' vrm; (注:SingleLOUD!1为默认密码)3、还原admin 密码; 默认:IaaS @PORTAL-CLOUD8!
阅读全文
posted @ 2021-02-05 09:37 RxR
阅读(3835)
评论(0)
推荐(0)
2021年2月1日
xhost: unable to open display 错误解决过程
摘要: 问题还原 [root@Oracle19c ~]# echo $DISPLAY192.168.189.246:0.0[root@Oracle19c ~]# xhost +xhost: unable to open display "192.168.189.246:0.0" 问题解决方法 [root@O
阅读全文
posted @ 2021-02-01 16:23 RxR
阅读(2389)
评论(0)
推荐(0)
xhost: unable to open display 错误备用解决方案
摘要: 发现错误 [root@Oracle19c ~]# xhost +xhost: unable to open display "192.168.0.102:0.0" 验证错误 [root@Oracle19c ~]# /usr/bin/xterm -ls -display $DISPLAY-bash:
阅读全文
posted @ 2021-02-01 15:49 RxR
阅读(1459)
评论(0)
推荐(0)
xhost: command not found 解决办法
摘要: 环境 [root@Oracle19c ~]# cat /etc/redhat-release CentOS Linux release 8.3.2011 错误字段 [root@Oracle19c ~]# xhost +-bash: xhost: command not found 查询软件包 [ro
阅读全文
posted @ 2021-02-01 15:38 RxR
阅读(1504)
评论(0)
推荐(0)
2021年1月18日
PowerShell 管理DNS 笔记
摘要: 查询区域内所有的A记录 Get-WmiObject -Namespace root\MicrosoftDNS -class microsoftdns_atype | where {$_.ContainerName -eq "com"} |Select TextRepresentation 新增A记录
阅读全文
posted @ 2021-01-18 20:33 RxR
阅读(483)
评论(0)
推荐(0)
下一页
公告