摘要: 一 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 阅读(32) 评论(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 阅读(26) 评论(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 阅读(355) 评论(0) 推荐(0)