摘要: title: shell mv #How to move many files use shell ls| grep 123| xargs mv -t tmp 阅读全文
posted @ 2022-10-11 17:25 kaosay 阅读(34) 评论(0) 推荐(0)
摘要: title: rsync #rsync can not use * 阅读全文
posted @ 2022-10-11 17:25 kaosay 阅读(11) 评论(0) 推荐(0)
摘要: title: "Kubernetes 概述" Summary: kubernetes is k8s,google ceate it by golang.Its a auto manage system. Install: install master: install nodes: 阅读全文
posted @ 2022-10-11 17:25 kaosay 阅读(22) 评论(0) 推荐(0)
摘要: title: install docker How to install docker by yum. yum install yum-utils -y yum-config-manager --add-repo https://download.docker.com/linux/centos/do 阅读全文
posted @ 2022-10-11 17:00 kaosay 阅读(36) 评论(0) 推荐(0)
摘要: title: install docker How to install docker by yum. yum install yum-utils -y yum-config-manager --add-repo https://download.docker.com/linux/centos/do 阅读全文
posted @ 2022-10-11 16:51 kaosay 阅读(19) 评论(0) 推荐(0)
摘要: title: Linux Monitor monitor function cpu() { if [ $1 == "num" ];then lscpu | grep "CPU(s):" | grep -v 'node' | awk '{print $2}' elif [ $1 == 'percent 阅读全文
posted @ 2022-10-11 15:27 kaosay 阅读(31) 评论(0) 推荐(0)
摘要: 一 Summary: Markdown is markup language. Its makes writing on the web fast and easy. So let's start. 二 Basic syntax: 1: headings Output: <! Markdown co 阅读全文
posted @ 2021-12-30 16:10 kaosay 阅读(34) 评论(0) 推荐(0)
摘要: Summary: kubernetes is k8s,google ceate it by golang.Its a auto manage system. Install: install master: install nodes: 阅读全文
posted @ 2021-12-30 15:10 kaosay 阅读(29) 评论(0) 推荐(0)
摘要: ``` yum install tigervnc-server -y #设置vnc密码 vncpasswd cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@\:1.service #修改service文件 sed -i 's//root/g' /etc/systemd/system/vncserver@ 阅读全文
posted @ 2021-12-30 14:15 kaosay 阅读(356) 评论(0) 推荐(0)
摘要: Summary starship是带图标显示的,彩色的命令提示符。 Install 退出重新登录即可. Configuration 阅读全文
posted @ 2021-12-20 16:20 kaosay 阅读(179) 评论(0) 推荐(0)