Ubuntu系统是安装在开发板(NanoPi NEO3)上的,记录走过的坑 首先安装好samba,使用 dpkg -l 查看 首先备份好原有文件 cp /etc/samba/smb.conf /etc/samba/smb.conf.bak 编辑配置文件 vim /etc/samba/smb.conf ...
分类:
系统相关 时间:
2020-11-26 15:12:56
阅读次数:
10
golang编译后可以使用 nohup ./test & 进行后台启动,但却没有守护进程的功能 当然了,写shell脚本肯定是可以实现后台守护的功能的,奈何本人不会写啊 此时就想到了supervisor 首先安装 apt install supervisor 创建配置文件 vim /etc/supe ...
分类:
系统相关 时间:
2020-11-26 15:01:15
阅读次数:
10
一、ServiceAccount1.ServiceAccount介绍首先Kubernetes中账户区分为:UserAccounts(用户账户)和ServiceAccounts(服务账户)两种,它们的设计及用途如下:UserAccount是给kubernetes集群外部用户使用的,例如运维或者集群管理人员,使用kubectl命令时用的就是UserAccount账户;UserAccount是全局性。在
分类:
Web程序 时间:
2020-11-26 14:59:05
阅读次数:
9
1. 安装Nginx $ vim /etc/yum.repos.d/nginx.repo [nginx-stable] name=nginx stable repo baseurl=http://nginx.org/packages/centos/7/$basearch/ gpgcheck=0 en ...
分类:
其他好文 时间:
2020-11-26 14:41:22
阅读次数:
5
`<mvc:annotation-driven>` `<mvc:message-converters register-defaults="true">` `<bean class="org.springframework.http.converter.StringHttpMessageConver ...
分类:
Web程序 时间:
2020-11-25 12:26:14
阅读次数:
11
一、vi 翻页, 行首,行末命令 整页翻页 ctrl-f ctrl-bf就是forword b就是backward 翻半页ctrl-d ctlr-ud=down u=up 滚一行ctrl-e ctrl-y zz 让光标所杂的行居屏幕中央zt 让光标所杂的行居屏幕最上一行 t=topzb 让光标所杂的 ...
分类:
系统相关 时间:
2020-11-25 12:22:30
阅读次数:
10
centos7.3系统,已经关闭firewalld,但是除了22端口,其余端口无法被外界访问,本地访问正常,解决步骤: 1、先开启firewalld:systemctl start firewalld2、放通端口:firewall-cmd --zone=public --add-port=8080/ ...
分类:
其他好文 时间:
2020-11-24 12:41:37
阅读次数:
6
时间:2020年11月20日 问题描述: idea: file -> settings -> editor -> file encodings 编码全部修改为utf-8,clean install后项目启动各方面编码都没有问题,但是热编译某个java文件后,编码就乱码了 问题解决: 修改idea热加 ...
分类:
其他好文 时间:
2020-11-24 12:35:52
阅读次数:
6
一、批量在服务端向client端发布命令://在zabbix服务端批量向client发送命令查看agent的进程:[root@localhost~]#ansiblezabbix-mshell-a"ps-ef|grepzabbix_agent"[root@localhost~]#ansiblezabbix-mshell-a"/etc/init.d/zabbix_agentdstart"[root@l
分类:
其他好文 时间:
2020-11-24 12:29:23
阅读次数:
6
一:中文乱码解决思路:Monitoring——>Latestdata——>Graph1、在自己本机电脑找到相关字体:C:\Windows\Fonts找到:宋体常规simsun.ttc这个程序文件。2、字体文件上传到zabbix-server端的/usr/share/fonts/dejavu目录之下3、[root@localhost~]#cd/usr/share/fonts/dejavu
分类:
其他好文 时间:
2020-11-24 12:28:02
阅读次数:
9