lxle の 日本語化です
ほら 右下隅に 日本語入力 mozc があるでしょう。
lxleは ちょっとスタートダッシュが苦手で 始まるまでに 15秒ほどかかりますね。
sudo su
したら root特権をもてます
その後
aptitude install fonts-takao-gothic
aptitude install ibus-mozc
をいれます。
入ってなかったら
im-config
zenity
を
aptitude install でいれてください。
後は
im-config して
これだけです。
証拠に
yuma2@260:~$ cat .bashrc
cat: .bashrc: No such file or directory
yuma2@260:~$ cat .profile
cat: .profile: No such file or directory
です。
カーソルを 左に持っていくと
カッコいいですね。
2) 団子3兄弟 とは
linuxbean
bohdi
lxle
を 団子3兄弟じゃなかった casper 3兄弟 と呼びたい。
ISOの中をみると 皆 casperフォルダを持ってます。
linuxbean:日本人による日本人のための日本人のCASPER
bohdi :mokshaデスクトップで、軽いけど 操作になれるまで大変
lxle :重いが(メモリを1G超使う)、カッコいい
CASPER の時代の幕開けで ubuntu以外のものからも くるかも(rpm系など)
3兄弟は よらば大樹の影で UBUNTUに寄りかかってます。
puppy の親戚のdebiandog もそうですね。
3)バックアップ
Lxle-backup-to-sda1.bat
にて
lxle は /mnt/sdb1 にあるとして
これを /mnt/sda1/Lxle-Backup にクローンしてます。
/dev/sda1にあるLINUXでやってください。
y='/mnt/sdb1'
z='/mnt/sda1/Lxle-Backup’
mkdir -p $z
cd $y
for x in bin boot cdrom dev etc grldr home initrd.img lib lib64 media opt proc root run sbin srv sys tmp usr var vmlinuz
do
echo $x
(cd $y ; tar cvpf - $x )|( cd $z ; tar xpf - )
done
リストアは
(cd /mnt/sda1/Lxle-Backup ; tar cvpf - . )|( cd /mnt/sdb1 ; tar xpf - )
な感じ。
4) wallpaper を 1分ごとに変える
(楽しいよ)
Setup automatic wallpaper changer. (minutes, hours, days, etc)
- Go to the Menu > System Tools> Scheduled Tasks
- Click New, then click 'A task that launches recurrently'
- Enter 'Wallpaper Changer' for the description.
- Enter the following for the command.
pcmanfm -w "$(find ~/Pictures/Wallpapers -type f | shuf -n1)"
- Select 'X application: suppress output' from the first drop down menu.
- From the second drop down menu select hour, minute, day, week, etc.
- Click apply and your done.
そしたら 例えば
となります。
5) いつものように kvm 導入
上の図ができあがった形です。
lxle の上で lxde化されたbohdi linuxが動いてます。
google.com にping が打ててます。
aptitude remove network-manager
はnetworkが苦手な方はやらないように !
ネットにつながらなくなります。バックアップから回復できる技量があれば 元に戻すのは楽ですが、
手動で
cat network.bat
------------------------------------------------------------------------
ifconfig eth0 192.168.100.101
route add default gw 192.168.100.254
echo 'nameserver 8.8.8.8' >> /etc/resolv.conf
して
network-manager を再導入で
OKの場合もあります。
その後
aptitude install qemu-kvm bridge-utils
cat /etc/network/interfaces
# interfaces(5) file used by ifup(8) and ifdown(8)
#auto lo
#iface lo inet loopback
#########################################
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet manual
auto br0
iface br0 inet dhcp
bridge_ports eth0
bridge_maxwait 0
bridge_df 0
bridge_stp off
して再起動すればいけるのです
LXLEは 多数の壁紙が美しく 自分はこれを10分毎に替えてます。
同じ画面をなかなかみません。
タペストリーのようにつかえます。
なお 仮想の起動は
kvm -m 1024 bohdi-20.img -net nic,macaddr=52:54:00:12:22:22 -net tap,ifname=tap0,script=/etc/qemu-ifup
です。









0 件のコメント:
コメントを投稿