2017年8月10日木曜日

CentOS7 GUIログインからCUIログインに設定

# systemctl list-unit-files
gdm.service                                                        enabled

を確認。


# systemctl disable gdm.service


ログイン画面が出てこない場合、
Cntl+Alt+F1,F2,・・・
で実行レベルにあったログインが起動されるよう。

0 件のコメント:

コメントを投稿

NEXTJS PWA化

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