アットウィキロゴ
Saicron's リファレンス
掲示板 掲示板 ページ検索 ページ検索 メニュー メニュー

Saicron's リファレンス

andLinux KDE インストール

最終更新:

Bot(ページ名リンク)

- view
管理者のみ編集可
2011/02/10 13:13/ edit this_page
tags ()

Windows7(32bit)へのandLinuxインストールログ


情報源

andLinuxのインストール方法! Think IT
andLinuxのインストール josch (よっしゅ) のホームページ
andLinux 日本語の設定 josch (よっしゅ) のホームページ
andLinux 起動の高速化 josch (よっしゅ) のホームページ


andLinux KDEのインストール記録

  1. andLinux Console (NT) をWindowsの「スタートメニュー」→「andLinux」から起動する。
  2. 一般ユーザーでログインする。
  3. root のパスワードを変更した。
  4. タイムゾーンを変更した。
  5. su
  6. mv /etc/profile /etc/profile.org
  7. cp /etc/profile.org /etc/profile
  8. /etc/profileの変更
  9. source /etc/profile
  10. xlogo
  11. root でログインしなおし。
  12. shutdown -r now
  13. 一般ユーザーでログイン
  14. su
  15. wget -q http://www.ubuntulinux.jp/ubuntu-ja-archive-keyring.gpg -O- | apt-key add -
  16. wget http://www.ubuntulinux.jp/sources.list.d/gutsy.list -O /etc/apt/sources.list.d/ubuntu-ja.list
  17. apt-get update
  18. apt-get upgrade (時間がかかる)

*


andLinuxのインストール記録

  1. andLinux.orgよりminimal / XFCE versionをダウンロードした。
  2. ダブルクリックでインストール開始。
  3. Kernal -> (stable, recommended)
  4. Memory Size -> 768MB
  5. Xming -> yes
  6. Sound -> no
  7. Startup Type + Panel -> run andLinux automatically as NT service + use Windows shortcuts
    1. andLinuxをコマンドプロンプトから手動で起動、かつXFCE Panelを使ってアプリケーションを呼び出す
    2. andLinuxをコマンドプロンプトから手動で起動、かつショートカットを使ってアプリケーションを呼び出す(WordやExcelのようにemacsなどを呼び出す)
    3. andLinuxをアイコンから手動で起動、かつXFCE Panelを使ってアプリケーションを呼び出す
    4. andLinuxをアイコンから手動で起動、かつショートカットを使ってアプリケーションを呼び出す(WordやExcelのようにemacsなどを呼び出す)
    5. andLinuxを自動で起動、かつショートカットを使ってアプリケーションを呼び出す(WordやExcelのようにemacsなどを呼び出す)
  8. andLinux Login ->
  9. Windows File Access -> using CoFS
  10. File Access Using CoFS
  11. Which additional tasks should be performed?
    1. CoLinux Console (FLTK)
    2. CoLinux Console (NT)
  12. restart windows


キーボードの設定

% sudo dpkg-reconfigure console-data
 
  1. Select keymap from arch list
  2. qwerty
  3. Japanese
  4. 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(デフォルト)から増やす

  1. 「スタート」?>「プログラム」?> 「andLinux」?>「stop andLinux」
  2. C:\Program Files\andLinux\ImageResizeTool.zipを適当なディレクトリにコピーし展開する。
  3. cd "Program Files\andLinux\Drives"
  4. C:\tmp\resize2fs.exe -p -f base.vdi 20G (20Gにする)


タイムゾーンの変更

# [sudo] dpkg-reconfigure tzdata
 
  1. 「Asia」を選択する
  2. 「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
tags ()
記事メニュー
最近更新されたスレッド
ウィキ募集バナー