跳轉到內容
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.

4.安全模組預設AppArmor,而非SELinux

精選回覆

發表於

-------------------------------------------------------------------------

關閉AppArmor

-------------------------------------------------------------------------

查看apparmor是否開啟與保護情況

apparmor_status

列出apparmor所有可用配置檔案

ls /etc/apparmor.d/

完全停用apparmor

systemctl disable apparmor

移除apparmor

apt remove apparmor

重開機

reboot

查看apparmor是否開啟與保護情況

apparmor_status

-------------------------------------------------------------------------

遇到有安裝selinux時,如何關閉selinux

-------------------------------------------------------------------------

觀看selinux的狀態

sestatus

如果啟用,會顯示 SELinux status: enabled

vi /etc/selinux/config

查找 SELINUX=permissive 或者 SELINUX=enforcing

改為

SELINUX=disabled

儲存並離開

:wq

重開機

reboot

本文章最後於,由Jack編輯

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

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.