lubuntuセットアップメモ
lubuntuをAcer AspireOne AOA150-Bc1にインストール - Togetter
lubuntu
軽いUbuntuとでも認識したらいい.lubuntu-13.04-desktop-i386.isoを,UNetbootinを使ってUSBフラッシュメモリに書き込んだ.AOA150-Bc1では,BIOSスプラッシュ画面でF12キーを押すと,ブートデバイスを選択できる.USB HDDとみなされていた.
Lubuntu is a fast and lightweight operating system developed by a community of Free and Open Source enthusiasts. The core of the system is based on Linux and Ubuntu . Lubuntu uses the minimal desktop LXDE, and a selection of light applications. We focus on speed and energy-efficiency. Because of this, Lubuntu has very low hardware requirements. Please join us and contribute to an exciting International Free and Open Source Software project. Install Lubuntu on your computer and start getting involved.
lubuntu | lightweight, fast, easier
$ cat /etc/os-release NAME="Ubuntu" VERSION="13.04, Raring Ringtail" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 13.04" VERSION_ID="13.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/"
ホームディレクトリの日本語名フォルダを英語名に変更する
ターミナルで日本語入力するの手間やねん.
LANG=C xdg-user-dirs-gtk-updateホームディレクトリを英語表示に - 小技など : UbuntuでLinuxライフ
CtrlキーとCapsLockキーを交換する
CtrlキーをAキーの左に移そう.
LXDEでCaps LockキーをCtrlキーにするには/etc/default/keyboardを以下のように設定してOSを再起動する。
XKBOPTIONS="ctrl:nocaps"尚、Caps LockキーとCtrlキーを入れ替えたい場合は"ctrl:swapcaps"と指定する。
[LXDE] Caps LockキーをCtrlキーにする(LXDE) - Life with IT
つまり,
XKBOPTIONS="ctrl:swapcaps"
xrdpを入れてWindowsから操作したい
wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | sudo apt-key add - wget -q https://www.ubuntulinux.jp/ubuntu-jp-ppa-keyring.gpg -O- | sudo apt-key add - sudo wget https://www.ubuntulinux.jp/sources.list.d/raring.list -O /etc/apt/sources.list.d/ubuntu-ja.list sudo apt-get updateUbuntuの日本語環境 | Ubuntu Japanese Team
Synapticパッケージマネージャからxrdpが見つかるようになった.
さてLubuntu 12.04 で xrdp - 完全に個人的な備忘録を参考にセットアップする.
sudo apt-get install xrdp xvfb lxde sudo service xrdp restart