树莓派 SMB共享Samba 安装部署
安装配置Sambaapt-get install samba修改配置文件/etc/samba/smb.conf添加以下全局[global]配置guest account = root
read size = 65536
write cache size = 262144
aio read size = 16384
aio write size = 16384
large readwrite ...
阅读全文
安装配置Sambaapt-get install samba修改配置文件/etc/samba/smb.conf添加以下全局[global]配置guest account = root
read size = 65536
write cache size = 262144
aio read size = 16384
aio write size = 16384
large readwrite ...
阅读全文
一、企业微信1. 注册企业微信,记下企业ID2. 在企业微信中创建应用Zabbix,设置“可见范围”为需要接收消息的员工或分组,记下应用的AgentId和Secret3. 记下需要接受消息的用户帐号二、运行环境和脚本设置1. 安装Python2.72. 安装Python库requests安装方法1pip install requests
pip install --upgrade reque...
阅读全文
官网下载源码包,编译安装http://www.ntp.org/downloads.htmlCentOS系统已经自带ntpd,不需要安装修改配置文件/etc/ntp.conf时间同步服务器server 0.pool.ntp.org iburst
server 1.pool.ntp.org iburst
server 2.pool.ntp.org iburst
server 3.pool.ntp...
阅读全文