摘要:
title: Install ClamAV How to install ClamAV wget http://www.clamav.net/downloads/production/clamav-0.103.5.tar.gz # 创建组 groupadd clamav # 创建用户 useradd 阅读全文
posted @ 2022-10-11 17:36
kaosay
阅读(37)
评论(0)
推荐(0)
摘要:
title: Markdown Guide 一 Summary: Markdown is markup language. Its makes writing on the web fast and easy. So let's start. 二 Basic syntax: 1: headings 阅读全文
posted @ 2022-10-11 17:35
kaosay
阅读(98)
评论(0)
推荐(0)
摘要:
title: 优雅的修改linux 时区 timezone timedatectl #set timezone is Shanghai timedatectl set-timezone Asia/Shanghai # show timezone timedatectl status 阅读全文
posted @ 2022-10-11 17:35
kaosay
阅读(92)
评论(0)
推荐(0)
摘要:
title: monitor tcp port on Zabbix Item Key: net.tcp.port[172.0.0.1,80] Update interval: 20s #Trigger Expression: {gov_port:net.tcp.port[172.0.0.1,80]. 阅读全文
posted @ 2022-10-11 17:35
kaosay
阅读(30)
评论(0)
推荐(0)
摘要:
title: Vim 3 models of Vim 阅读全文
posted @ 2022-10-11 17:33
kaosay
阅读(27)
评论(0)
推荐(0)
摘要:
title: add user useradd useradd test -s /bin/bash 阅读全文
posted @ 2022-10-11 17:33
kaosay
阅读(39)
评论(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 17:33
kaosay
阅读(107)
评论(0)
推荐(0)
摘要:
title: rpm Description /bin/rpm -qa --qf "%{name}-%{version}-%{release}.%{arch}.rpm\n" 阅读全文
posted @ 2022-10-11 17:28
kaosay
阅读(42)
评论(0)
推荐(0)
摘要:
title: disk extend extend #LV动态增加磁盘大小: pvcreate /dev/sdk vgextend VolGroup00 /dev/sdk #将pv加入到VG(VolGroup00)中 lvextend -l +100%FREE /dev/VolGroup00/LVd 阅读全文
posted @ 2022-10-11 17:28
kaosay
阅读(35)
评论(0)
推荐(0)
摘要:
title: model model 阅读全文
posted @ 2022-10-11 17:28
kaosay
阅读(189)
评论(0)
推荐(0)
摘要:
title: 安装vnc yum install tigervnc-server -y #设置vnc密码 vncpasswd cp /lib/systemd/system/vncserver@.service /etc/systemd/system/vncserver@\:1.service #修改 阅读全文
posted @ 2022-10-11 17:27
kaosay
阅读(72)
评论(0)
推荐(0)
摘要:
title: ansible replace model ansible replace - name: replace 16.241 hosts: tmp tasks: - name: replace hc become: yes become_user: root replace: path: 阅读全文
posted @ 2022-10-11 17:27
kaosay
阅读(23)
评论(0)
推荐(0)
摘要:
hello github.io! hello jekyll! hello git hooks! 阅读全文
posted @ 2022-10-11 17:27
kaosay
阅读(17)
评论(0)
推荐(0)
摘要:
title: Chrome keyboard shortcut Chrome 重新加载当前网页(忽略缓存的内容) Shift + F5 或 Ctrl + Shift + r https://support.google.com/chrome/answer/157179?hl=zh-Hans&co=G 阅读全文
posted @ 2022-10-11 17:26
kaosay
阅读(32)
评论(0)
推荐(0)
摘要:
title: rancker k3s node setting /etc/systemd/system/k3s-agent.service ExecStart=/usr/local/bin/k3s \ agent --kubelet-arg eviction-hard=memory.availabl 阅读全文
posted @ 2022-10-11 17:26
kaosay
阅读(37)
评论(0)
推荐(0)
摘要:
title: nginx configure Translate 80 to 443 server { listen 80; listen [::]:80; server_name kaosay.shop; return 301 https://$server_name:42729$request_ 阅读全文
posted @ 2022-10-11 17:26
kaosay
阅读(27)
评论(0)
推荐(0)
摘要:
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)

浙公网安备 33010602011771号