logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Unable to negotiate with IP port 22: no matching host key type found. Their offer: ssh-rsa, ssh-dss

解决 ssh 远程报错 Unable to negotiate with IP port 22: no matching host key type found. Their offer: ssh-rsa, ssh-dss

文章图片
#ssh
hive metastore 、hiveserver2 服务启停脚本

hive metastore 、hiveserver2 服务启停脚本

#大数据#hive
shell 脚本一键自动化部署 python3 和 pip3 环境

shell 脚本一键自动化部署 python3 和 pip3 环境#!/bin/bash#install(){yum -y install python3 python3-pip}conf(){mkdir ~/.piptouch ~/.pip/pip.confsed -i "1 i [global]" ~/.pip/pip.confsed -i "2 i index-url = https://p

#linux#python#pip
notepad++正则表达式批量删除

notepad++正则表达式批量删除

git pull --rebase 报错 error: cannot pull with rebase: Your index contains uncommitted changes.

git pull --rebase报错error: cannot pull with rebase: Your index contains uncommitted changes.error: please commit or stash them.解决方案:修复冲突git stashgit pull --rebasegit stash pop然后就可以提交了提交步骤git statusgit

#git
树莓派4B安装中文输入法fcitx

去某度搜了一些树莓派安装中文输入法的方式,有一哥们写的是安装scim-pinyin操作是sudo apt-get install scim-pinyin结果本小白尝试以后呐,不得行,用不了,所以本小白果断卸载了它(快速卸载)sudo apt-get remove scim-pinyinsudo apt autoremove于是本小白去小破站转了转,某老哥搞得也是fcitx,昨天也有装了,今天继续安

解决 树莓派ping: baidu.com: 域名解析暂时失败

树莓派ping: baidu.com: 域名解析暂时失败root@raspberrypi:~# vi /etc/resolv.confroot@raspberrypi:~#root@raspberrypi:~# cat /etc/resolv.conf# Generated by resolvconfnameserver 114.114.114.114root@raspberrypi:~#好了,现

#linux
shell 脚本常用 逻辑判断符 && 与 || 或 ! 非

shell 脚本常用 逻辑判断符 && 与 || 或 ! 非

#bash
shell 脚本常用 数字比较符 -gt 大于 和 -lt 小于

shell 中常见 数字比较符号 -gt 大于 和 -lt 小于 常用

#bash
hive 之 get_json_object 函数使用

hive 之 get_json_object函数使用

#json#hive#大数据
    共 121 条
  • 1
  • 2
  • 3
  • 13
  • 请选择