Saicron's リファレンス
andLinux KDE インストール
最終更新:
Bot(ページ名リンク)
-
view
2011/02/10 13:13/ edit this_page
Windows7(32bit)へのandLinuxインストールログ
情報源
andLinuxのインストール方法! Think IT
andLinuxのインストール josch (よっしゅ) のホームページ
andLinux 日本語の設定 josch (よっしゅ) のホームページ
andLinux 起動の高速化 josch (よっしゅ) のホームページ
andLinuxのインストール josch (よっしゅ) のホームページ
andLinux 日本語の設定 josch (よっしゅ) のホームページ
andLinux 起動の高速化 josch (よっしゅ) のホームページ
andLinux KDEのインストール記録
- andLinux Console (NT) をWindowsの「スタートメニュー」→「andLinux」から起動する。
- 一般ユーザーでログインする。
- root のパスワードを変更した。
- タイムゾーンを変更した。
- su
- mv /etc/profile /etc/profile.org
- cp /etc/profile.org /etc/profile
- /etc/profileの変更
- source /etc/profile
- xlogo
- root でログインしなおし。
- shutdown -r now
- 一般ユーザーでログイン
- su
- wget -q http://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | apt-key add -
- wget http://www.ubuntulinux.jp/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/ubuntu-ja.list
- apt-get update
- apt-get upgrade (時間がかかる)
*
andLinuxのインストール記録
- andLinux.orgよりminimal / XFCE versionをダウンロードした。
- ダブルクリックでインストール開始。
- Kernal -> (stable, recommended)
- Memory Size -> 768MB
- Xming -> yes
- Sound -> no
- Startup Type + Panel -> run andLinux automatically as NT service + use Windows shortcuts
- andLinuxをコマンドプロンプトから手動で起動、かつXFCE Panelを使ってアプリケーションを呼び出す
- andLinuxをコマンドプロンプトから手動で起動、かつショートカットを使ってアプリケーションを呼び出す(WordやExcelのようにemacsなどを呼び出す)
- andLinuxをアイコンから手動で起動、かつXFCE Panelを使ってアプリケーションを呼び出す
- andLinuxをアイコンから手動で起動、かつショートカットを使ってアプリケーションを呼び出す(WordやExcelのようにemacsなどを呼び出す)
- andLinuxを自動で起動、かつショートカットを使ってアプリケーションを呼び出す(WordやExcelのようにemacsなどを呼び出す)
- andLinux Login ->
- Windows File Access -> using CoFS
- File Access Using CoFS
- Which additional tasks should be performed?
- CoLinux Console (FLTK)
- CoLinux Console (NT)
- restart windows
キーボードの設定
% sudo dpkg-reconfigure console-data
- Select keymap from arch list
- qwerty
- Japanese
- Standard
rootのパスワード設定
terminal
[user@andLinux:~]$ sudo /bin/bash
[sudo] password for user:
[root@andLinux:~]# passwd root
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
[root@andLinux:~]# exit
eixt
[user@andLinux:~]$ su
Password:
[root@andLinux user]# exit
exit
[user@andLinux:~]$
パッケージのアップデート (以下の日本語化のほうをやる)
[root@andLinux:~]# apt-get update
[root@andLInux:~]# apt-get upgrade
仮想ディスクを2G(デフォルト)から増やす
- 「スタート」?>「プログラム」?> 「andLinux」?>「stop andLinux」
- C:\Program Files\andLinux\ImageResizeTool.zipを適当なディレクトリにコピーし展開する。
- cd "Program Files\andLinux\Drives"
- C:\tmp\resize2fs.exe -p -f base.vdi 20G (20Gにする)
タイムゾーンの変更
# [sudo] dpkg-reconfigure tzdata
- 「Asia」を選択する
- 「Tokyo」を選択する
dateコマンドでJST(Japan Standard Time)になる。
# date
Tue Oct 28 16:40:44 JST 2008
X (Xming) の設定
$ loadkeys ja106 ## 日本語キーボードを使っている方は実行する
$ cp -ip /etc/profile{,.`date +%Y%m%d`}
$ vi /etc/profile
- > IPアドレスの、192.168.11.1を、10.0.2.2に変更する
[変更前]
export DISPLAY=192.168.11.1:0.0
export ESPEAKER=192.168.11.1:16001
export PULSE_SERVER=192.168.11.1
[変更後]
export DISPLAY=10.0.2.2:0.0
export ESPEAKER=10.0.2.2:16001
export PULSE_SERVER=10.0.2.2
$ source /etc/profile
$ xlogo
日本語が使えるようにする
アップデートを実行する前に source.list に日本のレポジトリを加えておきます。
wget -q http://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | apt-key add -
wget http://www.ubuntulinux.jp/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/ubuntu-ja.list
アップデートの実行
apt-get update
apt-get upgrade
日本語のパッケージとフォントをインストール
apt-get install language-pack-ja ttf-vlgothic
さざなみフォントや東風フォントのインストール(なくてもよい)
apt-get install ttf-kochi-gothic ttf-kochi-mincho ttf-sazanami-gothic ttf-sazanami-mincho
ロケールの設定
dpkg-reconfigure locales
update-locale LANG=ja_JP.UTF-8
andLinuxを再起動
shutdown -r now
2011/02/10 13:13/ edit this_page
