シャープ製スマートフォン「AQUOS PHONE」シリーズは、これまでモバイルASV液晶、大画面、高精細ディスプレイ、裸眼3D表示など液晶テレビのシャープらしさを軸にしたモデルの他に、フィーチャーフォンの物理キーを取り入れたモデルなどをラインアップしてきた。NTTドコモの夏モデルとして発表された「AQUOS PHONE st Sh-07D」は、ミュージックプレーヤーとしての用途を想定した新機軸の端末となっている。 全文ITmedia +D Mobile 05月22日12時21分
I'm trying to set up a test VM in KVM according to the steps described here:
https://wiki.iac.isu.edu/index.php/KVM_Virtualization#Example_vmbuilder_Commands
My host system is Ubuntu 10.04. This is what I do:
vmbuilder kvm ubuntu --suite=lucid --flavour=server --arch=amd64 \
--mirror=http://archive.ubuntu.com/ubuntu -o --libvirt=qemu:///system \
--ip=192.168.122.2 --part=vmbuilder.partition --templates=templates --user=superuser \
--name=Administrator --pass=Phaeyu3u \
--addpkg=unattended-upgrades --addpkg=acpid --firstboot=/root/kvm/boot.Sh \
--mem=256 --hostname=testvm1
Com...