分類彙整: Linux
如何在Ubuntu 上安装和配置Fail2ban (防範暴力破解)
透過 screen 讓 terminal 內的工作內容可以無縫接軌到任何電腦 (儲存當下 terminal 內容),並可以繼續操作
Linux 建立自訂 Systemd 服務教學與範例
開機 Service
ESP32(arduino)和声音传感器数据采集并实现连接WiFi进行MQTT通信
使用 Python 控制热敏打印机
python pywifi模块
Python將位元組字串直接列印到Linux上的印表機
[開源] Jitsi Meet 線上會議系統
如何在Ubuntu16.04上安裝Mosquitto這個MQTT消息服務器並對其進行安全配置
https://www.itread01.com/content/1513183233.html
https://blog.csdn.net/u013332124/article/details/79480639
接下來,為Mosquitto打開一個新的配置文件,指定所有連接登錄時所需的密碼文件。
sudo vi /etc/mosquitto/conf.d/default.conf
上述命令會打開一個新的配置文件。把下面的內容粘貼進去:
allow_anonymous false
password_file /etc/mosquitto/passwd
port 1883
新增使用者
mosquitto_passwd -b /etc/mosquitto/passwd user password