跳轉到內容
View in the app

A better way to browse. Learn more.

PHP論壇人

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

設置Cron,自動續簽SSL

精選回覆

發表於

設置Cron,自動續簽SSL

---------------------------
設置Cron,自動續簽SSL
---------------------------

開機啟用
systemctl enable cron


啟動cron
systemctl start cron



瀏覽crontab定時任務運行列表
crontab -l



原來安裝acme.sh時,已自動寫入到crontab
25 19 * * * "/root/.acme.sh"/acme.sh --cron --home "/root/.acme.sh" > /dev/null





開啟crontab
crontab -e


將出現訊息 Select an editor.  To change later, run 'select-editor'.
1. /bin/nano        <---- easiest
2. /usr/bin/vim.basic
3. /usr/bin/vim.tiny

我慣用vi,所以按 2



ESC 不修改就離開
:q



重開機
reboot

建立帳號或登入後發表意見

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.