首页 标签「bash」的内容如下:
pythonanywhere笔记
2022-11-18

https://www.pythonanywhere.comDeploying …

查看详情 3,641
非交互式一句话添加root用户
2022-11-16

useradd -p `openssl passwd -1 -salt &lsq…

查看详情 2,942
cnetos7安装字体
2022-11-15

1 先下载字体链接:https://pan.baidu.com/s/1FEV7K…

查看详情 2,480
单独跑ltp-20200508 ./runltp
2022-11-15

# cat r3.sh#!/bin/bash# cat r3.sh#!/bin/…

查看详情 5,051
HBase集群部署脚本
2022-11-13

#!/bin/bash# Sync HBASE_HOME across the …

查看详情 4,952
当运行docker run -i -t ubuntu /bin/bash时,提示报错Error response from daemon: EOF?
2022-11-12

可能是下载过程中出现错误,重新执行docker pull ubuntu,在执行d…

查看详情 3,632
Shell学习之Bash变量详解(二)
2022-11-09

Shell学习之Bash变量详解目录

查看详情 2,736
docker初使用(主要记录命令)
2022-11-09

启动服务docker run -it -p : steveny/predicti…

查看详情 4,122
01-01基于SHELL的数据分析
2022-11-08

#!/usr/bin/env bashfor year in /root/Dow…

查看详情 1,363