
Linux
bigdata_ruiye
专注大数据领域,数据赋能
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
shell
1$# 输入参数的个数2 $? 最后命令的返回值原创 2021-12-15 17:03:39 · 129 阅读 · 0 评论 -
集群运维脚本
集群运维的几个脚本:1 xcall.sh#! /bin/bashfor i in nfcls8 nfcls7 nfcls6 nfcls5 nfcls4 nfcls3 nfcls2 do echo --------- $i ---------- ssh $i "source /etc/profile;$*" done2 xsync.sh#!/bin/bash#1 获取输入参数个数,如果没有原创 2021-11-18 11:40:10 · 193 阅读 · 0 评论 -
httpd服务引出的问题
No such file or directory: AH01597: could not open mime types config file /etc/httpd/conf/mime.types. AH00016: Configuration Failed find文件 cp到指定目录下 /usr/sbin/httpd: error while loading shared libraries: libaprutil-1.so.0: cannot open shared object.原创 2020-07-22 15:29:36 · 643 阅读 · 0 评论 -
Linux 文件乱码
其他文件打开能正常显示,某个文件出现乱码,可以应用底行模式键入 set fileencoding=utf-8 得以解决。原创 2018-08-08 09:57:46 · 3217 阅读 · 0 评论