現在位置: Top/BunsenLabs Linuxの設定

BunsenLabs Linuxの設定

日本語化

$ sudo apt install task-japanese task-japanese-desktop

起動の高速化

/boot/grub/grub.cfg
86行目と90行目

timeout=5 を 2

/etc/default/grub
7行目

GRUB_TIMEOUT=5 を 2

自動ログイン
/etc/lightdm/lightdm.conf
[SeatDefaults] の81行目

autologin-user=ユーザ名
autologin-user-timeout=0

VirtualBoxのGuest Additionsインストール

# apt-get install build-essential module-assistant
# apt-get install linux-headers-3.16.0-4-all
# cd /media/cdrom
# sh VBoxLinuxAdditions.run