0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Debian8 CUI で起動したい。

0
Posted at

Linux専用ノートPCを購入しました。
オークションで!!
ただ、処理が少し遅いので、必要な時以外はGUIで起動はしないようにしようかと。。

環境

IBM x40
Debian8(32bit)
メモリ 512MB

現在の設定を確認

systemctl get-default

graphical.target

CUIへ変更

systemctl set-default multi-user.target

Created symlink from /etc/systemd/system/default.target to /lib/systemd/system/multi-user.target.

変更後の確認

systemctl get-default

multi-user.target

やっぱりGUIに戻す場合

systemctl set-default graphical.target

Removed symlink /etc/systemd/system/default.target.
Created symlink from /etc/systemd/system/default.target to /lib/systemd/system/graphical.target.

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?