Posted in未分類 vCenter cron job not work Posted by Tim Ng 2020-02-21 Find the top 10 for the large files in /var du -a /var | sort -n -r | head -n 10 If below log too large we can clean it without delete /var/log/audit/...
Posted in未分類 Delist URL Posted by Tim Ng 2020-02-11 Yahoo http://help.yahoo.com/l/us/yahoo/mail/postmaster/bulkv2.html Google https://support.google.com/mail/contact/msgdelivery?rd=1
Posted in未分類 tomcat SSL Posted by Tim Ng 2019-11-28 conf/server.xml <Connector protocol="org.apache.coyote.http11.Http11NioProtocol" port="8443" maxThreads="200" scheme="https" secure="true" SSLEnabl...
Posted in未分類 GPG Posted by Tim Ng 2019-10-22 Gpg4win 3.1.10 https://gpg4win.org/thanks-for-download.html gpg --generate-key gpg -a --output C:\MyPublic.asc --export 5F27F353 gpg --import C:\Bank_...
Posted in未分類 WSUS經常需要iisreset Posted by Tim Ng 2019-02-26 https://www.anyresearch.net/wsus-pool-reached-memory-limit/
Posted in未分類 cert key and crt to pfx Posted by Tim Ng 2018-08-15 openssl pkcs12 -export -out xxx_server.pfx -inkey xxx_server.key -in xxx_server.crt
Posted in未分類 SQL hex to dec Posted by Tim Ng 2016-11-04 SELECT CONVERT(VARCHAR(50), 0xC06DCADF544BC3D6ECE7C64F485D2846E7A93F55, 2)