• 博客园logo
  • 会员
  • 众包
  • 新闻
  • 博问
  • 闪存
  • 赞助商
  • HarmonyOS
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
逆光飞翔
逆光飞翔
博客园    首页    新随笔    联系   管理    订阅  订阅
上一页 1 2 3 4 5 6 ··· 9 下一页
2023年7月14日
Linux下chkconfig命令详解(service)
摘要: # Linux下chkconfig命令详解(service) ## 一、释义 ```markdown chkconfig命令主要用来更新(启动或停止)和查询系统服务的运行级信息。谨记chkconfig不是立即自动禁止或激活一个服务,它只是简单的改变了符号连接。 ``` ## 二、使用语法 ```sh 阅读全文
posted @ 2023-07-14 15:16 逆光飞翔- 阅读(243) 评论(0) 推荐(0)
2023年7月13日
k8s集群卸载
摘要: # k8s集群卸载 ```shell # 重置 kubeadm kubeadm reset rm -rf $HOME/kube rm -rf /etc/kubernetes/ rm -rf /etc/systemd/system/kubelet.service.d rm -rf /etc/syste 阅读全文
posted @ 2023-07-13 11:12 逆光飞翔- 阅读(62) 评论(0) 推荐(0)
2023年7月5日
org.apache.spark.shuffle.FetchFailedException: The relative remote executor(Id: 21), which maintains the block data to fetch is dead.
摘要: # 问题描述 org.apache.spark.shuffle.FetchFailedException: The relative remote executor(Id: 21), which maintains the block data to fetch is dead. 最近在做Spark 阅读全文
posted @ 2023-07-05 09:37 逆光飞翔- 阅读(1164) 评论(0) 推荐(0)
2022年11月15日
《将博客搬至CSDN》
摘要: 《将博客搬至CSDN》 阅读全文
posted @ 2022-11-15 10:07 逆光飞翔- 阅读(20) 评论(0) 推荐(0)
2022年10月15日
harbor在线安装
摘要: # harbor离线安装 ## 1、安装docker环境 ```bash ## 配置加速器 sudo mkdir -p /etc/docker sudo tee /etc/docker/daemon.json <<-'EOF' { "registry-mirrors": ["https://172. 阅读全文
posted @ 2022-10-15 17:29 逆光飞翔- 阅读(401) 评论(0) 推荐(0)
yum源问题
摘要: yum源问题 【错误问题】 File "/usr/bin/yum", line 30except KeyboardInterrupt, e:^^^^^^^^^^^^^^^^^^^^SyntaxError: multiple exception types must be parenthesized 阅读全文
posted @ 2022-10-15 17:04 逆光飞翔- 阅读(675) 评论(0) 推荐(0)
2022年3月15日
Linux自动切换用户
摘要: Linux自动切换用户 一、创建sh文件 touch su_user.sh 二、下载脚本 yum install -y expect 三、脚本内容 #!/bin/bash# This is our first script.echo 'su user[root]!'expect -c " spawn 阅读全文
posted @ 2022-03-15 10:10 逆光飞翔- 阅读(410) 评论(0) 推荐(0)
2022年2月17日
tableau server 数据备份及恢复
摘要: tableau server 数据备份及恢复 一、数据备份 1> win+r,进入到dos命令行模式 2> 进入到tableau server的bin路径下 cd C:\Program Files\Tableau\Tableau Server\10.0\bin 3> 停止tableau server 阅读全文
posted @ 2022-02-17 17:02 逆光飞翔- 阅读(320) 评论(0) 推荐(0)
2022年2月16日
Tableau Server 常用命令
摘要: Tableau Server 常用命令 1> 停止tableau server服务 tabadmin stop 2> 恢复tableau server数据 tabadmin restore {备份文件数据.tsbak} tabadmin restore D:\tableaubackup\tabser 阅读全文
posted @ 2022-02-16 12:42 逆光飞翔- 阅读(264) 评论(0) 推荐(0)
Tableau Server注册安装及配置详细教程
摘要: Tableau Server注册安装及配置详细教程 本文讲解的是 Tableau Server 10.0 版本的安装及配置 这里分享的 TableauServer 安装版本为64位的10.0版本Server作为参考,按理也应适用其它版本,详细安装过程如下。开始前先提几 个点,尽可能减少各位在安装过程 阅读全文
posted @ 2022-02-16 12:33 逆光飞翔- 阅读(1249) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 9 下一页
博客园  ©  2004-2025
浙公网安备 33010602011771号 浙ICP备2021040463号-3