<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>MoMoSo-NET.COM. Download</title>
    <link>https://www.momoso-net.com/~ms08/MMSNCDownload.php</link>
    <description>不定期日記倉庫</description>
    <!-- optional tags -->
    <language>ja</language>           <!-- valid langugae goes here -->
    <generator>Nucleus CMS v3.71</generator>
    <copyright>&#169;</copyright>             <!-- Copyright notice -->
    <category>Weblog</category>
    <docs>http://backend.userland.com/rss</docs>
    <image>
      <url>https://www.momoso-net.com/~ms08/nucleus/nucleus2.gif</url>
      <title>MoMoSo-NET.COM. Download</title>
      <link>https://www.momoso-net.com/~ms08/MMSNCDownload.php</link>
    </image>
    
<item>
 <title><![CDATA[試しに]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=510</link>
<description><![CDATA[<div class="rightbox">試しの投稿</div><a href="https://www.momoso-net.com/~ms08?imagepopup=1/20170104-img_3827.jpg&amp;width=4032&amp;height=3024&amp;imagetext=20170104-img_3827.jpg" onclick="window.open(this.href,'imagepopup','status=no,toolbar=no,scrollbars=no,resizable=yes,width=4032,height=3024');return false;" class="thumbnail"></a><div class="leftbox">変身忍者</div>]]></description>
 <category>ubuntu</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=510</comments>
 <pubDate>Wed, 4 Jan 2017 17:32:28 +0900</pubDate>
</item><item>
 <title><![CDATA[今回のWebメールはRoundCubeで！(Ubuntu 16.04 LTS)]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=508</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08?imagepopup=6/20161201-image.jpg&amp;width=4032&amp;height=3024&amp;imagetext=" onclick="window.open(this.href,'imagepopup','status=no,toolbar=no,scrollbars=no,resizable=yes,width=4032,height=3024');return false;" class="thumbnail"></a></div>今回のWebメールは<b>RoundCube</b>で！(Ubuntu 16.04 LTS)<br />
<br />
これらが事前にインストールし動いていること。<br />
・SMTPサーバー、IMAPサーバー、PHP（今回はPHP5.6）、SSLの設定、MySQLサーバー<br />
<br />
・データベースの作成<br />
root@ubuntuez8:~# mysql -u root -p<br />
Enter password:<br />
Welcome to the MySQL monitor.  Commands end with ; or \g.<br />
Your MySQL connection id is 18331<br />
Server version: 5.7.16-0ubuntu0.16.04.1 (Ubuntu)<br />
<br />
Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved.<br />
<br />
Oracle is a registered trademark of Oracle Corporation and/or its<br />
affiliates. Other names may be trademarks of their respective<br />
owners.<br />
<br />
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.<br />
<br />
mysql> create database roundcube;<br />
mysql> grant all privileges on roundcube.* to roundcube@'localhost' identified by 'password';<br />
mysql> flush privileges;<br />
mysql> exit<br />
<br />
・RoundCubeのインストール<br />
root@ubuntuez8:~# apt-get -y install roundcube roundcube-mysql roundcube-plugins roundcube-plugins-extra<br />
Configuring roundcube-coreの設定が途中で表示されますが<no>を選択して進めます。<br />
root@ubuntuez8:~# cd /usr/share/dbconfig-common/data/roundcube/install<br />
root@ubuntuez8:/usr/share/dbconfig-common/data/roundcube/install# mysql -u roundcube -D roundcube -p < mysql<br />
root@ubuntuez8:/usr/share/dbconfig-common/data/roundcube/install# cd<br />
root@ubuntuez8:~#<br />
<br />
・RoundCubeの設定<br />
root@ubuntuez8:~# vi /etc/roundcube/debian-db.php<br />
＜?php<br />
##<br />
## database access settings in php format<br />
## automatically generated from /etc/dbconfig-common/roundcube.conf<br />
## by /usr/sbin/dbconfig-generate-include<br />
##<br />
## by default this file is managed via ucf, so you shouldn't have to<br />
## worry about manual changes being silently discarded.  *however*,<br />
## you'll probably also want to edit the configuration file mentioned<br />
## above too.<br />
##<br />
$dbuser='<b>roundcube</b>';<br />
$dbpass='<b>password</b>';<br />
$basepath='';<br />
$dbname='<b>roundcube</b>';<br />
$dbserver='localhost';<br />
$dbport='';<br />
$dbtype='<b>mysql</b>';<br />
<br />
root@ubuntuez8:~# vi /etc/roundcube/config.inc.php<br />
   省略<br />
$config = array();<br />
   省略<br />
$config['default_host'] = '<b>ssl://mail.hogehoge-net.com</b>';<br />
   省略<br />
$config['default_host'] = '<b>ssl://mail.hogehoge-net.com</b>';<br />
   省略<br />
$config['smtp_server'] = '<b>ssl://mail.hogehoge-net.com</b>';<br />
   省略<br />
$config['smtp_port'] = <b>465</b>;<br />
   省略<br />
$config['smtp_user'] = '<b>%u</b>';<br />
   省略<br />
$config['smtp_pass'] = '<b>%p</b>';<br />
   省略<br />
$config['product_name'] = '<b>HoGeHoGe-NET.COM. Webmail</b>';<br />
<br />
ここからは最後に追加<br />
<b># IMAP Port specification (SSL)<br />
$config['default_port'] = 993;<br />
<br />
# SMTP Specify authentication type<br />
$config['smtp_auth_type'] = 'LOGIN';<br />
<br />
# SMTP HELO host Designation<br />
$config['smtp_helo_host'] = 'hogehoge-net.com';<br />
<br />
# Specify domain name<br />
$config['mail_domain'] = 'hogehoge-net.com';<br />
<br />
# UserAgent Specify<br />
$config['useragent'] = 'HoGeHoGe-NET.COM. Webmail';<br />
<br />
# SMTP IMAP Specify connection options<br />
$config['imap_conn_options'] = array(<br />
  'ssl'         => array(<br />
    'verify_peer' => true,<br />
    'peer_name' => 'mail.hogehoge-net.com',<br />
    'allow_self_signed' => true,<br />
    'ciphers' => 'HIGH:!SSLv2:!SSLv3',<br />
  ),<br />
);<br />
$config['smtp_conn_options'] = array(<br />
  'ssl'         => array(<br />
    'verify_peer' => true,<br />
    'peer_name' => 'mail.hogehoge-net.com',<br />
    'allow_self_signed' => true,<br />
    'ciphers' => 'HIGH:!SSLv2:!SSLv3',<br />
  ),<br />
);</b><br />
ここがpoint '<b>CN_match</b>' ではなく '<b>peer_name</b>' で！！<br />
<br />
root@ubuntuez8:~# vi /etc/apache2/conf-enabled/roundcube.conf<br />
#コメント解除<br />
<b>Alias /roundcube /var/lib/roundcube</b><br />
<br />
php-mcryptの暗号化関数が必要。なのでインストールするが他にもいろいろ入れておく。<br />
root@ubuntuez8:~# apt install php5.6-mcrypt php5.6-intl php5.6-zip<br />
<br />
PHP拡張を有効化<br />
root@ubuntuez8:~# phpenmod mcrypt<br />
<br />
PEAR (PHP Extension and Application Repository)でPHPライブラリを確認<br />
とりあえづ現状をアップデートしておく。<br />
root@ubuntuez8:~# pear upgrade-all<br />
でこんなのが必要なのでインストール<br />
root@ubuntuez8:~# pear install Auth_SASL Net_SMTP Net_IDNA2-0.1.1 Mail_mime Mail_mimeDecode<br />
root@ubuntuez8:~# pear list<br />
Installed packages, channel pear.php.net:<br />
==============<br />
Package          Version State<br />
Archive_Tar      1.4.2   stable<br />
Auth             1.6.4   stable<br />
Auth_SASL        1.0.6   stable<br />
Console_Getopt   1.4.1   stable<br />
Crypt_CHAP       1.5.0   stable<br />
DB               1.9.2   stable<br />
Log              1.13.1  stable<br />
MDB2             2.5.0b5 beta<br />
Mail             1.3.0   stable<br />
Mail_Mime        1.10.0  stable<br />
Mail_mimeDecode  1.5.6   stable<br />
Net_IDNA2        0.1.1   beta<br />
Net_LDAP2        2.2.0   stable<br />
Net_SMTP         1.7.2   stable<br />
Net_Sieve        1.3.4   stable<br />
Net_Socket       1.0.14  stable<br />
PEAR             1.10.1  stable<br />
PEAR_Manpages    1.10.0  stable<br />
Structures_Graph 1.1.1   stable<br />
XML_Util         1.3.0   stable<br />
ここpoint<b>Net_IDNA2-0.1.1</b>はバージョンも指定してインストール。ベータ版ですねこれ！！<br />
<b><br />
pluginのjqueryuiとzipdownloadのconfigファイルを修正<br />
root@ubuntuez8:~# cd /var/lib/roundcube/plugins/jqueryui<br />
root@ubuntuez8:/var/lib/roundcube/plugins/jqueryui# cat config.inc.php<br />
＜?php<br />
// Empty configuration for jqueryui<br />
// See /usr/share/roundcube/plugins/jqueryui/config.inc.php.dist for instructions<br />
// Check the access right of the file if you put sensitive information in it.<br />
?><br />
と書いてあるので！<br />
root@ubuntuez8:/var/lib/roundcube/plugins/jqueryui# ls -al | grep config.inc.php<br />
lrwxrwxrwx  1 root root   19 Nov 23  2015 config.inc.php -> /etc/roundcube/plugins/jqueryui/config.inc.php<br />
ーrw-r--r--  1 root root  334 Nov 23  2015 config.inc.php.dist<br />
<br />
root@ubuntuez8:/var/lib/roundcube/plugins/jqueryui# rm config.inc.php<br />
root@ubuntuez8:/var/lib/roundcube/plugins/jqueryui# ln -s config.inc.php.dist config.inc.php<br />
<br />
root@ubuntuez8:/var/lib/roundcube/plugins/jqueryui# ls -al | grep config.inc.php<br />
lrwxrwxrwx  1 root root   19 Nov 30 09:25 config.inc.php -> config.inc.php.dist<br />
ーrw-r--r--  1 root root  334 Nov 23  2015 config.inc.php.dist<br />
<br />
root@ubuntuez8:/var/lib/roundcube/plugins/jqueryui# cd /var/lib/roundcube/plugins/zipdownload<br />
root@ubuntuez8:/var/lib/roundcube/plugins/zipdownload# cat config.inc.php<br />
＜?php<br />
// Empty configuration for zipdownload<br />
// See /usr/share/roundcube/plugins/zipdownload/config.inc.php.dist for instructions<br />
// Check the access right of the file if you put sensitive information in it.<br />
?><br />
同じくと書いてあるので！<br />
root@ubuntuez8:/var/lib/roundcube/plugins/zipdownload# ls -al | grep config.inc.php<br />
lrwxrwxrwx  1 root root   19 Nov 23  2015 config.inc.php -> /etc/roundcube/plugins/zipdownload/config.inc.php<br />
ーrw-r--r--  1 root root  334 Nov 23  2015 config.inc.php.dist<br />
<br />
root@ubuntuez8:/var/lib/roundcube/plugins/zipdownload# rm config.inc.php<br />
root@ubuntuez8:/var/lib/roundcube/plugins/zipdownload# ln -s config.inc.php.dist config.inc.php<br />
<br />
root@ubuntuez8:/var/lib/roundcube/plugins/zipdownload# ls -al | grep config.inc.php<br />
lrwxrwxrwx  1 root root    19 Nov 30 09:47 config.inc.php -> config.inc.php.dist<br />
ーrw-r--r--  1 root root   399 Nov 23  2015 config.inc.php.dist<br />
<br />
apache2をリスタートして終了<br />
root@ubuntuez8:/var/lib/roundcube/plugins/zipdownload# systemctl restart apache2.service<br />
</b><br />
・これでWeb ブラウザを起動し、「<b>https://www.hogehoge-net.com/roundcube/</b>」でログインして使えますが、LOGをはくのでローテーションなんか設定しましょう。<br />
]]></description>
 <category>ubuntu</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=508</comments>
 <pubDate>Wed, 30 Nov 2016 11:52:35 +0900</pubDate>
</item><item>
 <title><![CDATA[gentooそろそろ]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=507</link>
<description><![CDATA[gentooからubuntuにサーバを移行中。80%終了しました]]></description>
 <category>GENTOO UPDATE</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=507</comments>
 <pubDate>Mon, 21 Nov 2016 20:28:45 +0900</pubDate>
</item><item>
 <title><![CDATA[opensshのアップデート]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=475</link>
<description><![CDATA[これはバージョンアップですね。<br />
[ebuild     U ] net-misc/openssh-5.1_p1-r1 [4.7_p1-r6] USE="X kerberos pam tcpd -X509 -hpn -ldap -libedit (-selinux) -skey -smartcard -static (-chroot%)" 1,083 kB <br />
<br />
ところでOpemOffice3.0のアップデートなんだけどビルドにすごい時間がかかります。<br />
これ！<br />
[ebuild     U ] app-office/openoffice-3.0.0 [2.4.1] USE="cups dbus eds gnome gstreamer gtk java kde ldap opengl pam -debug -mono -nsplugin% -odk -templates% (-binfilter%) (-firefox%*) (-seamonkey%) (-xulrunner%)" LINGUAS="ja -af -ar -as_IN -be_BY -bg -bn -br -bs -ca -cs -cy -da -de -dz -el -en -en_GB -en_US -en_ZA -eo -es -et -fa -fi -fr -ga -gl -gu_IN -he -hi_IN -hr -hu -it -km -ko -ku -lt -lv -mk -ml_IN -mr_IN -nb -ne -nl -nn -nr -ns -or_IN -pa_IN -pl -pt -pt_BR -ru -rw -sh -sk -sl -sr -ss -st -sv -sw_TZ -ta_IN -te_IN -tg -th -ti_ER -tn -tr -ts -uk -ur_IN -ve -vi -xh -zh_CN -zh_TW -zu" 0 kB <br />
<br />
ccacheにたくさんのJOBがありますね。キャッシュのパフォーマンスが悪いのかな？<br />
]]></description>
 <category>GENTOO UPDATE</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=475</comments>
 <pubDate>Tue, 28 Oct 2008 11:22:31 +0900</pubDate>
</item><item>
 <title><![CDATA[UPDATE]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=449</link>
<description><![CDATA[mozilla-thunderbird,mozilla-firefoxのアップデートです。対応は素早くいきましょう 8-) <br />
<br />
[ebuild     U ] mail-client/mozilla-thunderbird-2.0.0.5 [2.0.0.4] USE="crypt gnome ipv6 ldap xinerama -bindist -debug -mozdom -moznopango -replytolist -xprint" LINGUAS="ja -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -ga -ga_IE -hu -it -lt -mk -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ru -sk -sl -sv -sv_SE -tr -zh -zh_CN -zh_TW" 36,781 kB <br />
[ebuild     U ] www-client/mozilla-firefox-2.0.0.5 [2.0.0.4] USE="gnome ipv6 java xinerama -bindist -debug -filepicker -mozdevelop -moznopango -restrict-javascript -xforms -xprint" LINGUAS="ja -af -ar -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk -sl -sv -sv_SE -tr -zh -zh_CN -zh_TW" 36,706 kB <br />
[ebuild     U ] app-shells/bash-3.2_p17 [3.2_p15-r1] USE="nls -afs -bashlogger -vanilla" 5 kB <br />
[ebuild     U ] dev-libs/libcdio-0.78.2 [0.77] USE="nls -cddb -minimal -nocxx" 1,977 kB <br />
[ebuild     U ] sys-apps/hdparm-7.6 [7.5] 61 kB]]></description>
 <category>GENTOO UPDATE</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=449</comments>
 <pubDate>Tue, 24 Jul 2007 11:20:25 +0900</pubDate>
</item><item>
 <title><![CDATA[UPDATE]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=445</link>
<description><![CDATA[spamassassin,imagemagickなどなど。<br />
<br />
[ebuild  N    ] dev-util/re2c-0.12.0  596 kB <br />
[ebuild     U ] media-gfx/imagemagick-6.3.4-r1 [6.3.3] USE="X bzip2 fpx gs jpeg jpeg2k mpeg nocxx perl png tiff truetype wmf xml zlib -doc -graphviz -hdri% -jbig -lcms -openexr% -q32% -q8%" 5,678 kB <br />
[ebuild     U ] mail-filter/spamassassin-3.2.1-r1 [3.1.8-r1] USE="berkdb ipv6 ldap mysql postgres ssl -doc -qmail -sqlite -tools" 959 kB]]></description>
 <category>GENTOO UPDATE</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=445</comments>
 <pubDate>Mon, 25 Jun 2007 10:29:06 +0900</pubDate>
</item><item>
 <title><![CDATA[UPDATE]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=442</link>
<description><![CDATA[BIND,clamavです。<br />
<br />
[ebuild     U ] media-libs/libgii-1.0.2 [0.9.0] USE="X" 685 kB <br />
[ebuild     U ] net-dns/bind-9.3.4-r3 [9.3.4-r2] USE="berkdb ipv6 ldap mysql postgres ssl -dlz -doc -idn -odbc -resolvconf (-selinux) -threads" 0 kB <br />
[ebuild     U ] app-antivirus/clamav-0.90.3 [0.90.2] USE="crypt curl milter nls -bzip2 -logrotate -mailwrapper (-selinux)" 12,204 kB <br />
[ebuild     U ] media-libs/libggi-2.2.2 [2.1.1] USE="X aalib directfb fbcon mmx svga -3dfx -debug (-vis)" 1,047 kB]]></description>
 <category>GENTOO UPDATE</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=442</comments>
 <pubDate>Mon, 4 Jun 2007 10:29:55 +0900</pubDate>
</item><item>
 <title><![CDATA[UPDATE]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=440</link>
<description><![CDATA[Firefoxですね。こちらもWindowsと同様にアップデートです。だがコンパイルにすげー時間が掛かる。<br />
<br />
[ebuild     U ] www-client/mozilla-firefox-2.0.0.4 [2.0.0.3] USE="gnome ipv6 java xinerama -bindist -debug -filepicker -mozdevelop -moznopango -restrict-javascript -xforms -xprint" LINGUAS="ja -af -ar -be -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ka -ko -ku -lt -mk -mn -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro% -ru -sk -sl -sv -sv_SE -tr -zh -zh_CN -zh_TW" 36,636 kB]]></description>
 <category>GENTOO UPDATE</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=440</comments>
 <pubDate>Sat, 2 Jun 2007 11:05:26 +0900</pubDate>
</item><item>
 <title><![CDATA[UPDATE]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=439</link>
<description><![CDATA[thunderbirdがバージョン２ですね。<br />
<br />
[ebuild     U ] mail-client/mozilla-thunderbird-2.0.0.0 [1.5.0.10] USE="crypt gnome ipv6 ldap xinerama -bindist% -debug -mozdom% -moznopango -replytolist% -xprint" LINGUAS="ja -be% -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -ga -ga_IE -hu -it -lt -mk -nb -nb_NO -nl -pa% -pa_IN -pl -pt% -pt_BR -pt_PT% -ru -sk -sl -sv -sv_SE -tr -zh% -zh_CN -zh_TW% (-gu_IN%) (-he%) (-ko%)" 36,729 kB <br />
[ebuild     U ] x11-plugins/enigmail-0.95.0 [0.94.3] LINGUAS="ja -ca -de -el -es -es_ES -fi -fr -hu -it -nb -nb_NO -pl -pt -pt_BR -ru -sl -sv -zh_CN (-cs%) (-es_AR%) (-ko%) (-nl%) (-sk%) (-sv_SE%)" 589 kB]]></description>
 <category>GENTOO UPDATE</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=439</comments>
 <pubDate>Sat, 19 May 2007 10:18:57 +0900</pubDate>
</item><item>
 <title><![CDATA[UPDATE]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=438</link>
<description><![CDATA[さぼっているとこんなことに！proftpd,samba,mysql,phpやら＾＾ゆっくりいきましょう。<br />
<br />
[ebuild     U ] dev-lang/python-2.4.4-r4 [2.4.4] USE="berkdb gdbm ipv6 ncurses readline ssl -bootstrap -build -doc -examples% -nocxx -nothreads% -tk -ucs2" 9 kB <br />
[ebuild  N    ] virtual/libstdc++-3.3  0 kB <br />
[ebuild     U ] app-cdr/cdrtools-2.01.01_alpha25 [2.01.01_alpha10] USE="unicode" 1,554 kB <br />
[ebuild     U ] net-ftp/proftpd-1.3.1_rc2-r1 [1.3.1_rc2] USE="clamav ipv6 ldap mysql ncurses nls pam postgres ssl tcpd xinetd -acl -authfile -hardened -ifsession -noauthunix -opensslcrypt -radius -rewrite (-selinux) -shaper -sitemisc -softquota -vroot" 0 kB <br />
[ebuild     U ] app-crypt/gnupg-1.4.7-r1 [1.4.6] USE="curl ldap nls readline usb zlib -bindist -bzip2 -ecc -idea (-selinux) -smartcard -static (-X%*)" LINGUAS="-ru" 3,126 kB <br />
[ebuild     U ] media-libs/freetype-2.3.3 [2.1.10-r3] USE="X%* zlib -bindist -debug% -doc" 1,417 kB <br />
[ebuild     U ] net-fs/samba-3.0.24-r2 [3.0.24] USE="cups fam kerberos ldap pam python readline winbind -acl -async -automount -caps% -doc -examples -oav -quotas (-selinux) -swat -syslog" LINGUAS="ja -pl" 14 kB <br />
[ebuild     U ] sys-power/acpid-1.0.4-r5 [1.0.4-r4] USE="-doc -logrotate" 11 kB <br />
[ebuild     U ] dev-db/mysql-5.0.40 [5.0.38] USE="berkdb latin1 perl ssl -big-tables -cluster -debug -embedded -extraengine -max-idx-128 -minimal (-selinux) -static" 23,482 kB <br />
[ebuild     U ] dev-lang/php-5.2.2-r1 [5.2.1-r3] USE="apache2 berkdb cjk cli crypt curl gd gdbm iconv imap ipv6 kerberos ldap mysql mysqli ncurses nls pcre postgres readline reflection session spell spl ssl truetype unicode xml zlib -adabas -bcmath -birdstep -bzip2 -calendar -cdb -cgi -concurrentmodphp -ctype -curlwrappers -db2 -dbase -dbmaker -debug -discard-path -doc -empress -empress-bcs -esoob -exif -fastbuild -fdftk -filter -firebird -flatfile -force-cgi-redirect -frontbase -ftp -gd-external -gmp -hash -inifile -interbase -iodbc -java-external -json -ldap-sasl -libedit -mcve -mhash -msql -mssql -oci8 -oci8-instant-client -odbc -pcntl -pdo -pdo-external -pic -posix -qdbm -recode -sapdb -sharedext -sharedmem -simplexml -snmp -soap -sockets -solid -sqlite -suhosin -sybase -sybase-ct -sysvipc -threads -tidy -tokenizer -wddx -xmlreader -xmlrpc -xmlwriter -xpm -xsl -yaz -zip -zip-external (-apache%)" 7,151 kB <br />
[ebuild     U ] sys-apps/util-linux-2.12r-r7 [2.12r-r6] USE="crypt nls perl -old-crypt (-selinux) -static" 0 kB <br />
[ebuild     U ] dev-lang/ruby-1.8.5_p2-r1 [1.8.5_p2] USE="cjk ipv6 -debug -doc -examples -socks5 -threads -tk" 211 kB <br />
[ebuild     U ] media-sound/banshee-0.12.1 [0.12.0] USE="encode mad vorbis -aac -boo -daap -debug -doc -flac -ipod -njb" 3,010 kB <br />
[ebuild     U ] sys-libs/timezone-data-2007e [2007d] USE="nls" 341 kB <br />
[ebuild     U ] x11-libs/cairo-1.4.6 [1.4.4] USE="X directfb -debug -doc -glitz -svg -xcb" 3,108 kB <br />
[ebuild  N    ] app-admin/python-updater-0.2  3 kB <br />
[ebuild  NS   ] dev-java/sun-jre-bin-1.6.0-r1  USE="X alsa -nsplugin" 61,249 kB]]></description>
 <category>GENTOO UPDATE</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCDownload.php?itemid=438</comments>
 <pubDate>Tue, 15 May 2007 13:44:10 +0900</pubDate>
</item>
    <item>
 <title><![CDATA[大人の科学]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=494</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/4ba42bc3526fc-DVC00098.jpg" target="_blank"></a></div>ウクレレチューニングした。科学は楽しい。相棒も喜んでた。左ききなところも！いい。<br />
<br />
<br />
<br />
<br />
]]></description>
 <category>UKULELE</category>
<comments>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=494</comments>
 <pubDate>Sat, 20 Mar 2010 10:57:24 +0900</pubDate>
</item><item>
 <title><![CDATA[Martin S-O Uke]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=488</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/49c587c100d17-DVC00091.jpg" target="_blank"></a></div>とりあえず、新しいウクレレです。<br />
<br />
<br />
<br />
<br />
<br />
<br />
]]></description>
 <category>UKULELE</category>
<comments>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=488</comments>
 <pubDate>Sun, 22 Mar 2009 09:34:58 +0900</pubDate>
</item><item>
 <title><![CDATA[ALA MOANA UK-260P]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=443</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08?imagepopup=1/20090227-090227_124029.jpg&amp;width=1944&amp;height=2592&amp;imagetext=UKULELE" onclick="window.open(this.href,'imagepopup','status=no,toolbar=no,scrollbars=no,resizable=yes,width=1944,height=2592');return false;" class="thumbnail"></a> <a href="https://www.momoso-net.com/~ms08/media/3/497820120ac31-200901191257000.jpg" target="_blank"></a><br />
<a href="https://www.momoso-net.com/~ms08/media/3/46711f5868ae0-200706141939000.jpg" target="_blank"></a></div><br />
携帯電話を買い換えたので、その写真をアップしました。<br />
<br />
<b>2009-01-19:</b><br />
現在カスタム中！<br />
ストリングをAquilaに変更。<br />
 <br />
<b>2007-06-14:</b><br />
Worth Strings のLightを付けてみた。感想は軽い！そのまんまですが、音は２〜３日もしたら落ち着くでしょうか。そしたらまた書きます。<br />
しばらく酒のつまみに。美味しく呑めそうです。<br />
(^_^)／□☆□＼(^_^)]]></description>
 <category>UKULELE</category>
<comments>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=443</comments>
 <pubDate>Fri, 27 Feb 2009 00:00:00 +0900</pubDate>
</item><item>
 <title><![CDATA[Flea M-40 Des. Ivy]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=485</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/497e37dfd885d-200901270657000.jpg" target="_blank"></a><a href="https://www.momoso-net.com/~ms08/media/3/497ea0a9da434-200901271226000.jpg" target="_blank"></a></div><br />
2007年7月に横浜のクロサワ楽器で購入しました。「FLEA（フリー）」とは”ノミ”という意味です。ハワイ語でウクレレは「飛び跳ねるノミ」なんだそうで、これはそのまま跳ねなくてもノミか？<br />
<br />
○型番：M40<br />
○材質：トップ材（オーストラリアフープパイン合板、ネック材（普通はメイプルなんだけどこれはコアかな）、指板・バック（プラスチック）<br />
○ペグ：クローバー<br />
<br />
これなんだけど15フレッドでロングネック（CONCERT？）もしかしてあまり出まわってない品物なのか？どなたか教えていただけるとうれしいです。ラベルに手書きで型番とシリアルNo.がそれと右上に3桁の数字？<br />
音はしっかり出てチューニングもしっかり。私の所有するウクレレの中では一番素直ですかね。<br />
<br />
]]></description>
 <category>UKULELE</category>
<comments>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=485</comments>
 <pubDate>Tue, 27 Jan 2009 11:44:30 +0900</pubDate>
</item><item>
 <title><![CDATA[ZOLELE]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=483</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/497ab5addbb2a-200901241448000.jpg" target="_blank"></a></div><br />
やっぱり交換しました。Aquila AQ-SRに！<br />
<br />
2009-01-24:<br />
FERNANDES ZOLELE<br />
<br />
○材質 mahogany合板<br />
○指板 rosewoodだろう<br />
○製造 2001年ころ【今は製造してない】<br />
<br />
オークションでてにいれました状態は美品です。ストリングはそのまま【テンション低め】だが前評判よりは鳴るかな？これもAquila AQ-SRに変更しょうかと思ったが、妻がとても気に入ったのでもうしばらくこのままで。テンション上げないほうがこのウクレレには優しいかもしれません。<br />
とても可愛い象さんです。サウンドホールの微妙な位置が耳で、もう一つの穴は音には全く関係ないつぶらな瞳。バゥオーと響いてほしい一品ですね。(*^^*)]]></description>
 <category>UKULELE</category>
<comments>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=483</comments>
 <pubDate>Mon, 26 Jan 2009 00:00:00 +0900</pubDate>
</item><item>
 <title><![CDATA[PIRLES No.120]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=482</link>
<description><![CDATA[<div class="rightbox">
<a href="https://www.momoso-net.com/~ms08/media/3/497e37deefef7-200901270659000.jpg" target="_blank"></a><br />
<a href="https://www.momoso-net.com/~ms08/media/3/4978e74c83cc6-200805292247000.jpg" target="_blank"></a><br />
</div>
型番は120でした！ストリングは取り替えてません。なんか気に入ってます。<br />
<br />
2009-01-23:<br />
PIRLES No.???　型番はそのうち。バックが接がれてしまいました。音はけっこう気に入ってます。<br />
<br />
<br />
<br />
<br />
]]></description>
 <category>UKULELE</category>
<comments>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=482</comments>
 <pubDate>Fri, 23 Jan 2009 11:44:41 +0900</pubDate>
</item><item>
 <title><![CDATA[Kamaka keiki]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=478</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/4969425f8ca0d-200901110915000.jpg" target="_blank"></a></div>kamaka keikiです。<br />
○ブラウンフィニッシュ<br />
○艶有りゴールドラベル<br />
○KK13<br />
マホガニーウッドでフィンガーボードはローズウッドで、とある方が所有しているKK13は1966年に購入したそうです。σ(^_^;)?と同じ歳のウクレレかも？資料によると1965年〜1970年の期間に製造されたらしいから間違いないでしょう。音は枯れた感じのステキな心地よい音。ヘ(^_^)もステキな音こなるように頑張ろう。]]></description>
 <category>UKULELE</category>
<comments>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=478</comments>
 <pubDate>Sun, 11 Jan 2009 09:48:13 +0900</pubDate>
</item><item>
 <title><![CDATA[ALOHA HAWAII TABU焼印]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=472</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/4855d20a3c687-200806160753000.jpg" target="_blank"></a></div>ALOHA HAWAII TABU焼印<br />
<br />
たまには更新！先日手に入れたUKULELEです。<br />
年代は1920〜1930年くらいでしょうか？はっきりしたことは分かりませんが、私よりはお年よりでしょう。<br />
<br />
クラックはありますが、指板が無くネックにフレットが直接打ち込んであります。縄目の細工とボディバックの緩やかなカーブは職人技かな？<br />
<br />
なんといってもサウンドホールを覗くと「TABU」の焼印です。これは一説に1915年のウクレレブームのときに、本土とハワイで作成されたウクレレとを 区別するために押されたとの話。詳しい話はここ（オアフ島観光局） http://www.visit-oahu.jp/themes/eastwest03.php?=linkid=r の「ハワイ製でないと抗議」をみてみて。いまや貴重品？<br />
<br />
そこで「TABU」意味ですが、現在のtabooです。つまり「禁忌」してはいけないってこと。そうですつまり「TABU」はポリネシア語でこれが現在の タブーの語源だそうです。詳しい話はここ「ウィキペディア」 http://ja.wikipedia.org/wiki/%E3%82%BF%E3%83%96%E3%83%BC でジェームズ・フックも出てきて、とても深い話。<br />
<br />
そのた関連したリンクはここ！<br />
・ukulele博物館（ビンテージデータベース）<br />
http://www2.ocn.ne.jp/~shinfuji/vu008.html」<br />
　（見てるだけで楽しいサイト）<br />
・Ukulele Guide(Gallery)<br />
http://ukuleleguide.com/gallery.html」<br />
　（ここもよい）  ]]></description>
 <category>UKULELE</category>
<comments>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=472</comments>
 <pubDate>Mon, 16 Jun 2008 11:36:02 +0900</pubDate>
</item><item>
 <title><![CDATA[Famous FU-200]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=467</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/47b67c2196bed-200802161452000.jpg" target="_blank"></a></div>新しい友達。<br />
Yahoo!オークションで購入しました。年代は90年代でしょうか？はっきり分かりませんが、好きになりました。ペグはGOTOHに変更してあり、ストリングはHiko StringsのHigh Tensionにとりかえましたが、ちと太いかもしれません。音は(生意気なようですが)気に入ってます。宮崎からやってきた新しい友達です。<br />
<b>Famous FU-200</b><br />
 Top<br />
     Laminated Hawaiian Koa<br />
 Side<br />
     Laminated Hawaiian Koa<br />
 Back<br />
     Laminated Hawaiian Koa<br />
 <br />
]]></description>
 <category>UKULELE</category>
<comments>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=467</comments>
 <pubDate>Sat, 16 Feb 2008 14:58:03 +0900</pubDate>
</item><item>
 <title><![CDATA[ARIA AU-120]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=444</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/497e37de16247-200901270702000.jpg" target="_blank"></a></div>なんかチャラチャラした音！、でもまあOK！<br />
Aquila LOW G に取り替えようかと考え中(#^.^#)<br />
<br />
<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/4677e62914c6b-200706192306000.jpg" target="_blank"></a></div><br />
2007-6-19:<br />
今日！また友達がやってきました。弦を張り替えて、ちょとだけきつめに。明日の朝！いい音で目覚めるかぁ？<br />
(^_-)]]></description>
 <category>UKULELE</category>
<comments>https://www.momoso-net.com/~ms08/MMSinfo.php?itemid=444</comments>
 <pubDate>Tue, 22 Jan 2008 00:00:00 +0900</pubDate>
</item>
    <item>
 <title><![CDATA[タイヤ交換しょう。]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=453</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/473f8cc03758f-200711180915000.jpg" target="_blank"></a></div>天気予報が【・・・雨か雪でしょう】と聴こえてきた。今日はタイヤをスタットレに交換。]]></description>
 <category>Edix</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=453</comments>
 <pubDate>Sun, 18 Nov 2007 09:07:16 +0900</pubDate>
</item><item>
 <title><![CDATA[タイヤ交換]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=431</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/46205fd735b8d-200704141354000.jpg" target="_blank"></a></div>最近アップしていない。なんせ休日くらいしか運転しないからなー<br />
(・・;)(;^_^A]]></description>
 <category>Edix</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=431</comments>
 <pubDate>Sat, 14 Apr 2007 13:58:45 +0900</pubDate>
</item><item>
 <title><![CDATA[7月の壁紙]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=374</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/44b1c4018f0bf-200607101158000.jpg" target="_blank"></a></div>妖精です。いや蝶々？]]></description>
 <category>Edix</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=374</comments>
 <pubDate>Mon, 10 Jul 2006 12:01:55 +0900</pubDate>
</item><item>
 <title><![CDATA[6月の壁紙]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=352</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/448262ec44957-200606041320000.jpg" target="_blank"></a></div>今月のNatalieはちょっとセクシー。それと燃費が気になりますね！4WDだからでしょうか？(^○^)]]></description>
 <category>Edix</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=352</comments>
 <pubDate>Sun, 4 Jun 2006 13:30:53 +0900</pubDate>
</item><item>
 <title><![CDATA[5月の壁紙]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=337</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/4459503c8dd9e-200605040943000.jpg" target="_blank"></a></div>今月はとても魅力的。気に入った！]]></description>
 <category>Edix</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=337</comments>
 <pubDate>Thu, 4 May 2006 09:48:20 +0900</pubDate>
</item><item>
 <title><![CDATA[4月の壁紙再UP]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=320</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08?imagepopup=3/442a846fe53c7-200603292154000.jpg&amp;width=320&amp;height=240&amp;imagetext=" onclick="window.open(this.href,'imagepopup','status=no,toolbar=no,scrollbars=no,resizable=yes,width=320,height=240');return false;" class="thumbnail"></a></div>今度こそ、お願いします。<br />
<br />
<br />
ん！予想に反してこまった。サムネルしないじゃん！？？<br />
nucleusのプラグインを見直さなきゃいけませんかね。]]></description>
 <category>Edix</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=320</comments>
 <pubDate>Wed, 29 Mar 2006 21:57:52 +0900</pubDate>
</item><item>
 <title><![CDATA[4月の壁紙]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=319</link>
<description><![CDATA[新しいP902iで壁紙UPです。<br />
<br />
<br />
<br />
したのですがそのままの画像サイズじゃだめなのかも？]]></description>
 <category>Edix</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=319</comments>
 <pubDate>Wed, 29 Mar 2006 21:43:28 +0900</pubDate>
</item><item>
 <title><![CDATA[3月の壁紙]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=312</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/44154ef49e691-060313-195020.jpg" target="_blank"><a href="https://www.momoso-net.com/~ms08?imagepopup=3/44154ef49e691-060313-195020-small.jpg&amp;width=196&amp;height=239&amp;imagetext=" onclick="window.open(this.href,'imagepopup','status=no,toolbar=no,scrollbars=no,resizable=yes,width=196,height=239');return false;" class="thumbnail"></a></a></div>壁紙変更しようとしたら！なんとPCカードいれっぱなしだったせいかカードが発熱しメモリースティックが壊してしまいました。(^_^;)]]></description>
 <category>Edix</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=312</comments>
 <pubDate>Mon, 13 Mar 2006 19:51:49 +0900</pubDate>
</item><item>
 <title><![CDATA[2月の壁紙]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=297</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08/media/3/43ec119b2fe60-060210-125237.jpg" target="_blank"><a href="https://www.momoso-net.com/~ms08?imagepopup=3/43ec119b2fe60-060210-125237-small.jpg&amp;width=196&amp;height=239&amp;imagetext=" onclick="window.open(this.href,'imagepopup','status=no,toolbar=no,scrollbars=no,resizable=yes,width=196,height=239');return false;" class="thumbnail"></a></a></div><br />
ウォッシャー液が寒冷地仕様でないので液が現在出ません。春になるまでじっと待ちます。]]></description>
 <category>Edix</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=297</comments>
 <pubDate>Fri, 10 Feb 2006 16:44:24 +0900</pubDate>
</item><item>
 <title><![CDATA[ちょっと長旅]]></title>
 <link>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=265</link>
<description><![CDATA[<div class="rightbox"><a href="https://www.momoso-net.com/~ms08?imagepopup=1/20060104-DSC00590.JPG&amp;width=1280&amp;height=960&amp;imagetext=" onclick="window.open(this.href,'imagepopup','status=no,toolbar=no,scrollbars=no,resizable=yes,width=1280,height=960');return false;" class="thumbnail"></a></div>Edixユーザのみなさまあけましておめでとうございます。<br />
今回はお正月を妻の実家でということで、片道300㎞のちょっとながめのドライブです。実家の駐車場はステップワゴンでまあ大丈夫って感じでしたが、Edixではちょっと狭めかもしれませんね。車庫入れは慣れればステップワゴンよりらくです。<br />
Internaviまかせのドライブはとても快適でした。<br />
]]></description>
 <category>Edix</category>
<comments>https://www.momoso-net.com/~ms08/MMSNCEdix.php?itemid=265</comments>
 <pubDate>Wed, 4 Jan 2006 20:44:30 +0900</pubDate>
</item>
  </channel>
</rss>