2018年3月24日土曜日

CentOS7 bluetooth がログイン画面で自動ONしない。

# vi /etc/bluetooth/main.conf

[Policy]
AutoEnable=true

0 件のコメント:

コメントを投稿

NEXTJS PWA化

$ cd frontend $ npm install @ducanh2912/next-pwa $ vi next.config.ts<<__EOF__ import withPWAInit from "@ducanh2912/next-pwa"...