cp命令不成功

-f, --force if an e使xisting destination file cannot be opened, remove it and try again 也就是说-f可以覆盖目的目录下有的文件 默认cp命令是有别名(alias cp='cp -i')的,无法强制覆盖,即使你用 -

yum脚本安装fluent-bit

下载脚本 curl https://raw.githubusercontent.com/fluent/fluent-bit/master/install.sh | sh 启动脚本 systemctl start fluent-bit systemctl status fluent-bit syste

linux源码安装fluent-bit

安装高版本cmake 1.移除当前的cmake sudo yum remove cmake 2.安装必要的构建工具和库 sudo yum groupinstall 'Development Tools' sudo yum install freetype-devel

apache配置识别pc端和移动端

pc端 重定向 #开启重写功能 RewriteEngine on #匹配域名 (手机端域名) RewriteCond %{HTTP_HOST} ^192\.168\.1\.210\:10003(.*)$ #匹配URI RewriteCond %{REQUE

禅道跨版本迁移升级

背景: 源码安装开源版禅道由15.5升级到目前最新的21.2版本 备份传输 #先备份sql #老版本数据打包发送到新服务器,新服务器上已经装好了php7.2版本 scp pms.tgz root@192.168.0.139:/www/wwwroot/xxxxx/ #下载历史版本 https://w

sonarqube8.9

部署sonarqube8.9版本,实现对jdk8的代码扫描 一、安装sonarqube #创建逻辑卷 docker volume create sonarqube_postgresql docker volume create sonarqube_postgresql_data dock

解决linux中文乱码问题

在Ubuntu 16.04中显示中文文件名,可以通过以下几个步骤来实现: 安装中文语言包: 打开终端,输入以下命令来安装中文语言包: apt install language-pack-zh-hans #执行命令来生成中文字符集。 locale-gen zh_CN.UTF-8 查看中文字符集 3.

linux 二进制安装openjdk8

# 下载OpenJDK 8的二进制包 wget https://download.java.net/openjdk/jdk8u41/ri/openjdk-8u41-b04-linux-x64-14_jan_2020.tar.gz # 解压缩下载的包 tar xzf openjdk-8u41-b04-

kafka命令行

#查看kafka的topic ./kafka-topics.sh --bootstrap-server 127.0.0.1:9092 --list ./kafka-topics.sh --bootstrap-server localhost:9092 --list #查看kafka消费者组 ./k