有 48 筆資料符合您搜尋的條件
- 2023年 5月 24日, 09:47
- 版面: Queue
- 主題: Queue Over 3days delete
- 回覆: 0
- 觀看: 6
Queue Over 3days delete
#!/bin/sh PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin QUEUEDIR="/var/spool/mqueue" RUNCHECK=`sendmail -bp -OQueueDirectory=${QUEUEDIR} | head -n 1 | grep -c empty` if [ ${RUNCHECK} = "1" ];then exit fi OLDMAILQ=`sendmail -bp -OQueueDirectory=${QUEUEDIR} | g...
- 2023年 5月 3日, 18:56
- 版面: Queue
- 主題: FreeBSD 12.3R-p4 upgrade to FreeBSD 12.4R-pX
- 回覆: 0
- 觀看: 27
FreeBSD 12.3R-p4 upgrade to FreeBSD 12.4R-pX
1.# mkdir -p /data/freebsd-update 2.# vi /usr/local/etc/freebsd-update.conf KeyPrint 800651ef4b4c71c27e60786d7b487188970f4b4169cc055784e21eb71d410cc5 ServerName update.FreeBSD.org Components world kernel UpdateIfUnmodified /etc/ /var/ /root/ /.cshrc /.profile /usr/libexec/sendmail/ MergeChanges /etc...
刪除EventLog
代碼: 選擇全部
for /F "tokens=*" %1 in ('wevtutil.exe el') DO wevtutil.exe cl "%1"
- 2023年 3月 25日, 18:56
- 版面: Queue
- 主題: TrueNAS WebDAV Default Setting
- 回覆: 0
- 觀看: 45
TrueNAS WebDAV Default Setting
TrueNAS WebDAV Default Setting
代碼: 選擇全部
/usr/lib/python3/dist-packages/middlewared/etc_files/local/apache24/Includes/webdav.conf.mako
- 2023年 3月 15日, 16:11
- 版面: Queue
- 主題: How to Install Telnet in Windows 10
- 回覆: 0
- 觀看: 64
How to Install Telnet in Windows 10
Install Telnet Client: 安裝 Telnet用戶端程式
預設是沒有安裝 Telnet 用戶端程式,可以使用以下方式來安裝:
「伺服器管理員」: 「Telnet 用戶端」
「Server Manager」: 「Telnet Client 」
「封裝管理員」 :
「Package Manager」: pkgmgr /iu:"TelnetClient"
預設是沒有安裝 Telnet 用戶端程式,可以使用以下方式來安裝:
「伺服器管理員」: 「Telnet 用戶端」
「Server Manager」: 「Telnet Client 」
「封裝管理員」 :
「Package Manager」: pkgmgr /iu:"TelnetClient"
- 2023年 1月 13日, 18:33
- 版面: Queue
- 主題: mysql 5.7.x reset password
- 回覆: 0
- 觀看: 169
mysql 5.7.x reset password
SHOW VARIABLES LIKE 'validate_password%';
SET GLOBAL validate_password_length = 6;
SET GLOBAL validate_password_number_count = 0;
SET GLOBAL validate_password_policy = 0;
update user set authentication_string=PASSWORD("1234") where User='root';
FLUSH PRIVILEGES;
SET GLOBAL validate_password_length = 6;
SET GLOBAL validate_password_number_count = 0;
SET GLOBAL validate_password_policy = 0;
update user set authentication_string=PASSWORD("1234") where User='root';
FLUSH PRIVILEGES;
- 2023年 1月 10日, 10:00
- 版面: Queue
- 主題: 確認一下帳號是否都是啟用中True
- 回覆: 0
- 觀看: 117
確認一下帳號是否都是啟用中True
確認一下帳號是否都是啟用中True
代碼: 選擇全部
Powershell Get-localuser
- 2023年 1月 9日, 17:36
- 版面: Queue
- 主題: sm-mta[12345]: STARTTLS=server: file /etc/mail/certs/dh.param unsafe: No such file or directory
- 回覆: 0
- 觀看: 171
sm-mta[12345]: STARTTLS=server: file /etc/mail/certs/dh.param unsafe: No such file or directory
sm-mta[12345]: STARTTLS=server: file /etc/mail/certs/dh.param unsafe: No such file or directory
代碼: 選擇全部
cd /etc/mail/certs && openssl dhparam -out dh.param 4096
- 2023年 1月 6日, 11:40
- 版面: Queue
- 主題: 在巢狀虛擬化的虛擬機器中執行 Hyper-V
- 回覆: 0
- 觀看: 141
在巢狀虛擬化的虛擬機器中執行 Hyper-V
代碼: 選擇全部
Set-VMProcessor -VMName hvatd1 -ExposeVirtualizationExtensions $false
- 2022年 12月 7日, 11:00
- 版面: Queue
- 主題: [Postfix]maillog2db
- 回覆: 0
- 觀看: 228