Ubuntu 13.10 のインストール & 設定
root のパスワードの設定
端末で
sudo passwd
で root のパスワードを設定して
su -
で root になる。
更新
ネットワーク(Wifi)の設定をして
apt-get update
apt-get dist-upgrade
としてパッケージを更新する。
ホームディレクトリにある日本語ディレクトリ名を変更する
ホームディレクトリにある日本語ディレクトリ名を変更するには、端末で次のコマンドを実行する。
LANG=C xdg-user-dirs-gtk-update
Lubuntu のインストール
私は Unity は重いので Lubuntu を使っている。
apt-get install lubuntu-desktop
ログアウトして Lubuntu で再ログインする。
ソフトウェアのインストール
apt-get install aptitude apt-file zsh lv curl roxterm openssh-server xcompmgr ibus-mozc \
chromium-browser emacs24 emacs24-el apel vim-gtk vlc unison tsocks \
nkf byobu tmux conky gcal ack-grep rar unrar samba system-config-samba gparted cryptsetup \
gnuplot gnuplot-doc maxima maxima-doc pngtools gif2png pngcheck pngcrush pngquant \
build-essential automake cmake filezilla dia tgif gimp inkscape qiv mirage geeqie \
git subversion cvs mercurial bzr git-svn ruby-dev rubygems \
fetchmail msmtp maildrop bsfilter gnucash hplip-gui jabref wmctrl wine easystroke sshfs encfs \
dstat sysstat imagej graphviz xaralx pinta shutter scantailor \
libgsl0-dev libgmp3-dev libmpfr-dev libmpc-dev libglc-dev \
libmpfi-dev freeglut3-dev libopenmpi-dev libgl2ps-dev libmagickwand-dev \
libyaml-dev libssl-dev libffi-dev liblzma-dev \
libkyotocabinet-dev kyotocabinet-utils libtokyocabinet-dev cutter-testing-framework libargtable2-dev valgrind \
lame sox libsox-fmt-all flac audacity avidemux gstreamer-tools \
gscan2pdf libtiff-tools djvulibre-bin djview pdftk xpdf jpeginfo pdf2djvu \
tgif w3m wxmaxima global exuberant-ctags eblook lookup-el eb-utils emms \
emacs-mozc ibus-qt4 kasumi ttf-vlgothic
ibus が 1.5 になり ibus-el は動かないので Emacs では emacs-mozc を使用することにした。
LaTeX
apt-get install texlive texlive-math-extra texlive-lang-cjk texlive-fonts-recommended \
ptex-bin xdvik-ja dvipsk-ja dvipng gv \
texlive-science texlive-publishers texlive-bibtex-extra \
xpdf ispell latexmk latex-mk
opera
echo "deb http://deb.opera.com/opera/ sid non-free" > /etc/apt/sources.list.d/opera.list
wget -O - http://deb.opera.com/archive.key | apt-key add -
apt-get update
apt-get install opera
日本語環境
wget -q https://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | apt-key add -
wget -q https://www.ubuntulinux.jp/ubuntu-jp-ppa-keyring.gpg -O- | apt-key add -
wget https://www.ubuntulinux.jp/sources.list.d/saucy.list -O /etc/apt/sources.list.d/ubuntu-ja.list
apt-get update
apt-get dist-upgrade
apt-get install ubuntu-defaults-ja
unity-lens-shopping などの削除
13.04 のときと同じように dash でいろいろと検索されるのは気に食わないのでいくつか削除しておく。
apt-get remove unity-lens-video unity-scope-video-remote unity-scope-home unity-lens-music unity-lens-photos
UIM
ibus は使っているといろいろと問題があったので以前に使用していた UIM を使うことにした。 変換エンジンは mozc を使う。
apt-get install uim uim-mozc
ユーザの設定を変更するので、ユーザの端末で次を行う。
im-config -l
で uim があることを確認して
im-config -c
で設定する。
[注意] UIM を使用すると chromium-browser が起動しなくなった。 原因はよくわからない。
lubuntu で ~/.config/autostart/ に設定したソフトウェアを起動時に実行しない
http://askubuntu.com/questions/360520/lubuntu-how-do-i-autostart-xfce4-power-manager にあるように ~/.config/lxsession/Lubuntu/desktop.conf の
disable_autostart=config-only
の部分を
disable_autostart=no
とする。