old version rpm search
老版本rpm包搜索 https://crpm.cn
老版本rpm包搜索 https://crpm.cn
#sftp服务器免密下载文件 expect <<EOF spawn sftp test@… 继续阅读 get sftp file in active with expect
cat <<EOF > /etc/yum.repos.d/kubernetes.r… 继续阅读 centos7 install kubernetes repos
https://rushb.pro/article/JetBrains-license-server… 继续阅读 JetBrains-license-server
[root@node1 ~]# tail -5 /var/lib/kubelet/config.ya… 继续阅读 kubelet gc 85%
docker运行jsnes游戏模拟器 docker run –restart always -p … 继续阅读 docker run jsnes
关闭指定网卡的ipv6功能 echo "net.ipv6.conf.ens224.disa… 继续阅读 linux disable ipv6
nginx 查看访问最频的页面(TOP100) grep -v ".php" a… 继续阅读 nginx get top 100 page from access log
cpu核心上线下线 echo 0 > /sys/devices/system/cpu/cpuX… 继续阅读 /sys/devices/system/cpu/online
error: MISCONF Redis is configured to save RDB sna… 继续阅读 MISCONF Redis is configured to save RDB snapshots, but it is currently not able to persist on disk. Commands that may modify the data set are disabled, because this instance is configured to report errors during writes if RDB snapshotting fails (stop-writes-on-bgsave-error option). Please check the Redis logs for details about the RDB error.
nice ./exe #pid 1234 #运行时调整进程的 nice 值 renice +10 1… 继续阅读 nice and renice
#start bash standalone.sh #stop jboss-cli.sh –con… 继续阅读 jboss eap restart
#pprof dot go tool pprof -seconds=10 -http=:9999 h… 继续阅读 go pprof dot
# 加P即可 需要注意-p参数的位置,要将其放在-z和-f之间 tar zcvPf test.tar… 继续阅读 tar: Removing leading `/’ from member names
#EAR文件的打包 jar cf application.ear application.war a… 继续阅读 how to package a ear file
ssh -i ~/Downloads/myKey.pem azureuser@10.111.12.1… 继续阅读 ssh use pem key
使用 parted script 对磁盘进行分区 parted /dev/sdc –script … 继续阅读 parted script to disk
#shell printf 进制转换 # 10进制转16进制:15 > 0xf printf … 继续阅读 shell printf oct hex dec
#Git 取消跟踪(untrack) git rm -r –cached .idea git rm… 继续阅读 git untrack .idea dir
mv /usr/local/go /usr/local/go_bak$(date +%Y%m%d%H… 继续阅读 go1.20.1 install