<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Tomo's Blog♪</title>
<link>https://ameblo.jp/tt-606/</link>
<atom:link href="https://rssblog.ameba.jp/tt-606/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>いろいろ企むTomoのいろいろ書きたい事を書きたい時だけ書き込むブログ！内容はホント様々！趣味のバドミンントン・釣りのことや、仕事のこと、思いついたこと、いろいろな事を書いていこうと思いますっ！</description>
<language>ja</language>
<item>
<title>【Centos7】postfixのインストールと設定</title>
<description>
<![CDATA[ 今回はメールサーバーを立てます！<br><br>serversman@VPSには元々sendmailが入っているっぽいんだけど、使いにくいのであえてまた《postfix》をインストールすることにします。<br><br>参考にしたのはこのサイト<br><a href="http://centossrv.com/postfix.shtml" target="_blank" title=""><span style="font-size: 12px;">メールサーバー構築(Postfix+Dovecot)</span></a><br><br>で、まずインストールということで。。。<br>今回もrootでログインしていますよぉ。<br><br><span style="font-size: 14px; color: rgb(255, 0, 0);"><b># yum -y install postfix</b></span><br><br>してちょっと待ったらインストール完了！<br><br>それからPostfixの設定<br><span style="font-size: 14px; color: rgb(255, 0, 0);"><b># vi /etc/postfix/main.cf</b></span><br><br>開いたファイル内の以下該当するところを記述<br><br><div style="background:#f7f7f7; padding:10px; border:2px dotted #CCCCCC;"><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">myhostname = mail.hogehoge.com</span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;"><br></span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">mydomain = hogehoge.com</span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;"><br></span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">myorigin = $mydomain</span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;"><br></span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">inet_interfaces = all　←　外部からのメール受信を許可</span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;"><br></span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain　←　自ドメイン宛メールを受信できるようにする</span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;"><br></span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">home_mailbox = Maildir/　←　メールボックス形式をMaildir形式に</span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;"><br></span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;"><br></span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">以下を最終行に追加(SMTP-Auth設定)</span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">smtpd_sasl_auth_enable = yes</span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd</span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">smtp_sasl_mechanism_filter = plain</span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">smtpd_sasl_local_domain = $myhostname</span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">smtpd_recipient_restrictions =</span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">&nbsp; &nbsp; permit_mynetworks</span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">&nbsp; &nbsp; permit_sasl_authenticated</span></div><div style="font-size: 11.9999990463257px;"><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;">&nbsp; &nbsp; reject_unauth_destination</span></div><div><span style="color: rgb(51, 51, 51); font-family: monospace; font-size: 12.5767679214478px; line-height: 18.8651504516602px;"><br></span></div></div><br><span style="font-size: medium; line-height: normal;">SMTP-Auth設定のためにcyrus-saslインストールとかをインストール</span><br><br><div></div><span style="font-size: 14px; color: rgb(255, 0, 0);"><b># yum -y install cyrus-sasl<br># yum -y install cyrus-sasl-devel<br># yum -y install cyrus-sasl-md5<br># yum -y install cyrus-sasl-plain</b></span><div><br><br>※　参考サイトだと「<span style="font-size: 11.9999990463257px; line-height: 1.5;">#yum -y install cyrus-sasl」だけだったんだけど、これだと<br></span><div>cyrus-sasl-2.1.26-17.el7.x86_64</div><div>cyrus-sasl-lib-2.1.26-17.el7.x86_64</div><p class="p1"><span class="s1">この二つしか入らないので、必要なのを入れたらできたから入れた！<br></span></p><p class="p1"># rpm -qa cyrus-sasl*</p><p class="p1">cyrus-sasl-2.1.26-17.el7.x86_64</p><p class="p1">cyrus-sasl-devel-2.1.26-17.el7.x86_64</p><p class="p1">cyrus-sasl-plain-2.1.26-17.el7.x86_64</p><p class="p1">cyrus-sasl-md5-2.1.26-17.el7.x86_64</p><p class="p1">cyrus-sasl-lib-2.1.26-17.el7.x86_64</p><p class="p1"><span class="s1">ということで、これ全部いれてくださいな♪</span></p><br>で、起動<br><span style="font-size: 14px; color: rgb(255, 0, 0);"><b># systemctl start saslauthd</b></span><br>&nbsp;<br>してからの、自動起動<br><span style="color: rgb(255, 0, 0);"><b><span style="font-size: 14px;"># systemctl enable saslauthd</span></b></span><br><br>で、メールボックスの作成とか<br><div><span style="color: rgb(255, 0, 0);"><b></b></span></div><span style="font-size: 14px;"><span style="color: rgb(255, 0, 0);"><b># mkdir -p /etc/skel/Maildir/{new,cur,tmp}　<br></b></span><span style="color: rgb(255, 0, 0);"><b># chmod -R 700 /etc/skel/Maildir/</b></span></span><div><span style="color: rgb(255, 0, 0);"><b></b></span><br><br>これが終わって初めてPostfixを立ち上げます！<br><div><span style="color: rgb(255, 0, 0);"><b><span style="font-size: 14px;"># systemctl restart postfix</span></b></span></div><div><br>立ち上げてからの自動起動の設定</div><div><span style="color: rgb(255, 0, 0);"><b><span style="font-size: 14px;"># systemctl enable postfix</span></b></span><br><br>それからDevcotの設定をします。<br>（Devcotは元々入っていますよぉ）<br>また例の如く必要箇所を書き換え（必要箇所しか書いてないです。。。）<br><b style="color: rgb(255, 0, 0);"><span style="font-size: 14px;"># vi /etc/dovecot/conf.d/10-mail.conf</span></b><br><div style="background:#f7f7f7; padding:10px; border:2px dotted #CCCCCC;"><span style="color: rgb(17, 17, 17);">mail_location = maildir:~/Maildir</span><br></div><br><span style="color: rgb(255, 0, 0);"><b><span style="font-size: 14px;"># vi /etc/dovecot/conf.d/10-auth.conf</span></b></span><br><div style="background:#f7f7f7; padding:10px; border:2px dotted #CCCCCC;"><span style="color: rgb(17, 17, 17);">disable_plaintext_auth = no<br>注意）あとからメールサーバー間通信内容暗号化する予定なので、そのつもりの設定になっています。</span><br></div><br><span style="color: rgb(255, 0, 0);"><b><span style="font-size: 11.9999990463257px;"></span><span style="font-size: 14px;"># vi /etc/dovecot/conf.d/<span style="line-height: 19.9999980926514px;">10-ssl.conf</span></span><span style="line-height: 19.9999980926514px;"></span></b></span><br style="font-size: 11.9999990463257px;"><div style="padding: 10px; border: 2px dotted rgb(204, 204, 204); background: rgb(247, 247, 247);"><span style="color: rgb(17, 17, 17);"><span style="font-size: 11.9999990463257px;">ssl = no</span><br><span style="line-height: 19.9999980926514px;">注意）あとからメールサーバー間通信内容暗号化する予定なので、そのつもりの設定になっています。</span></span><br></div><br style="font-size: 11.9999990463257px;"><br>で、これらをしてからDevcotのスタートと自動起動の設定<br><span style="color: rgb(255, 0, 0);"><b><span style="font-size: 14px;"># systemctl start dovecot<br># systemctl enable dovecot</span></b></span><br><br>これで完了！！！<br><br>メーラーで設定してみてくださいな♪</div></div></div><br>あとsendmailの設定を追加！<br><b style=""><span style="color: rgb(255, 0, 0); font-size: 14px;"># alternatives --config mta</span></b><br style="font-size: 12px;"><div style="padding: 10px; border: 2px dotted rgb(204, 204, 204); background: rgb(247, 247, 247);"><span style="color: rgb(17, 17, 17);">2 プログラムがあり 'mta' を提供します。<br></span><br>&nbsp; 選択 &nbsp; &nbsp; &nbsp; コマンド<br>-----------------------------------------------<br>*+ 1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /usr/sbin/sendmail.sendmail<br>&nbsp; &nbsp;2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; /usr/sbin/sendmail.postfix<br><br>Enter を押して現在の選択 [+] を保持するか、選択番号を入力します:<br></div><br style="font-size: 12px;">と出るので、「２」を入力してEnterを押すことで終了！
]]>
</description>
<link>https://ameblo.jp/tt-606/entry-12053094296.html</link>
<pubDate>Tue, 21 Jul 2015 22:02:30 +0900</pubDate>
</item>
<item>
<title>【Centos7】PHPを5.4から5.6へ</title>
<description>
<![CDATA[ phpがデフォルトだとphp 5.4だったから5.6にしたくて奮闘してみた。<br><br>色々調べてみて、やってみたらなんとかできた！<br><br>ってことで、覚書♪<br><br>リポジトリを追加<br><p class="p1"><span class="s1"></span></p><span style="font-size: 14px;"><b><p class="p1"><span class="s1"># rpm -Uvh https://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm<br></span></p><p class="p1"><span class="s1"># rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm<br></span></p></b></span><p class="p1"><span class="s1"><b><br></b>いま入っていたPHP5.4をアンインストール</span></p><p class="p1"><span class="s1"><span style="font-size: 14px;"><b># yum remove php*</b></span><br><br><br>それからPHP5.6をインストール。<br>で、ついでに入れたいものも入れちゃった♪</span></p><p class="p1"><span class="s1"><span style="font-size: 14px;"><b># yum install --enablerepo=remi --enablerepo=remi-php56 &nbsp;php56 php56-build php56-php&nbsp;php-opcache php-intl php-devel php php-common php-gd php-mbstring php-mcrypt php-mysql php-pdo (以下省略</b></span><br><br><br></span></p><p class="p1"><span class="s1"></span></p><span style="font-size: 14px;"><b><p class="p1"><span class="s1"># php -v</span></p><p class="p1"><span class="s1"></span></p><p class="p1"><span class="s1">PHP 5.6.11 (cli) (built: Jul 12 2015 20:13:00)&nbsp;<br><br><br></span></p></b></span><p class="p1"><span class="s1"></span></p>
]]>
</description>
<link>https://ameblo.jp/tt-606/entry-12050474286.html</link>
<pubDate>Tue, 14 Jul 2015 20:59:42 +0900</pubDate>
</item>
<item>
<title>【Centos7】最初の設定2 秘密鍵の設定</title>
<description>
<![CDATA[ 秘密鍵の設定です。<br><br>設定したパソコンでしかsshで接続できないようにする設定になります。<br><br>元の設定としては<br><h1 style="font-size: 1em; margin: 0px; padding: 0px; font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, メイリオ, Meiryo; line-height: 16.7999992370605px;"><a href="http://ameblo.jp/tt-606/entry-11448835665.html" class="skinArticleTitle" rel="bookmark" style="font-weight: 400; color: rgb(0, 0, 0); text-decoration: none; font-size: 1.31em;">serversman@vps 契約してからすること3</a><br><span style="font-weight: 400;">とほとんど一緒</span><br><br><span style="font-weight: 400;">なんだけど、Centos7でサービスの開始とかが変わったから</span><br><br><b style="font-weight: 400; color: rgb(0, 0, 255); font-size: 14px; line-height: 21px;">#&nbsp;/etc/init.d/sshd restart<br></b><br><span style="font-weight: 400;">で良かったところが</span><br><br><span style="color: rgb(255, 0, 0);"><span style="font-size: 16px;">#&nbsp;systemctl restart sshd.service</span></span><br><br><span style="font-weight: 400;">になりましたとさ。</span><br><br><span style="font-weight: 400;">Centos7になったことで色々と変更になっているようで、</span><br><br><span style="font-weight: 400;">それを分かりやすく紹介してくれているのが</span><br><br></h1><div><br></div><h1 style="font-size: 1em; font-weight: 400; margin: 0px; padding: 0px; font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, メイリオ, Meiryo; line-height: 16.7999992370605px;"><br><br></h1><h1 style="margin: 0px; padding: 0px;"><a href="http://qiita.com/sion_cojp/items/115e1671fcbc8f214aee" target="_blank" title="">CentOS6とCentOS7の比較表</a><br><br></h1>とのことですよ。
]]>
</description>
<link>https://ameblo.jp/tt-606/entry-12050377882.html</link>
<pubDate>Tue, 14 Jul 2015 16:12:08 +0900</pubDate>
</item>
<item>
<title>【Centos7】最初の設定１</title>
<description>
<![CDATA[ <h1 style="font-size: 1em; margin: 0px; padding: 0px; color: rgb(0, 0, 0); line-height: 16.7999992370605px;"><span style="font-weight: 400; font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, メイリオ, Meiryo;"><a href="http://ameblo.jp/tt-606/entry-12048196001.html" class="skinArticleTitle" rel="bookmark" style="color: rgb(0, 0, 0); font-size: 1.31em;" target="" title="">サーバーのOSをCentos7に変えた。</a><br><br>で、サーバーOSを変えたことで、初期化されたのでそのあとの設定を備忘録として書いていきます。<br><br>ほんとね、忘れちゃうんだよね(^_^;)<br><br>と言うことで↓↓↓からどうぞ～！！！<br><br><br>前回のサーバーの設定の時は、先に<br></span><a href="http://ameblo.jp/tt-606/theme2-10064645686.html" target="_blank" title="" style="font-weight: 400;"><span style="font-size: 12px;">ロケール設定(serversman@vps 契約してからすること１)</span></a><br><span style="font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, メイリオ, Meiryo; font-size: 1em; line-height: 16.7999992370605px;"><span style="font-weight: 400;">をしたんだけど、今回はまず</span><br><br><span style="font-size: 12px;">ユーザーの作成とrootのパスワードの変更</span><br><br><span style="font-weight: 400;">を行うことにしました。</span></span></h1><br><hr>ユーザーの追加はsshでサーバーにrootで入ってから、<br><br><b><span style="font-size: 14px;"># useradd hoge<br></span></b><br>で「hoge」の部分を変更してくださいね♪<br>&nbsp;<br>それからパスワードを変更<br><br><b><span style="font-size: 14px;"># passwd hoge<br></span></b><br>「hoge」の部分を変更したいユーザーにしてくださいね。<br><br>上のを入れてEnterを押したら<br><br><div><b></b></div><span style="font-size: 14px;"><b>Changing password for user hoge.<br></b><b>New UNIX password:#<span style="color: rgb(255, 0, 0);"> 設定したいパスワードを入力</span><br></b><b>Retype new UNIX password:# <span style="color: rgb(255, 0, 0);">パスワード再入力</span><br></b><b>passwd: all authentication tokens updated successfully.<br><br></b></span><div><b></b></div>赤いところに設定したいパスワードを入れてください。<br><br>これでユーザーの作成の完了♪<br><br>グループなどの設定も必要なので、ついでにしちゃいましょう。<br><br><br><b><span style="font-size: 14px;">#&nbsp;usermod -G wheel hoge</span></b><br><br>これでhogeユーザーの所属グループをwheelにしました。<br>他のグループに入れる時は「wheel」の部分を違う名前にしてしまえばOK♪<br>他のユーザーを変えたい時は「hoge」を違う名前にしてしまえばこれもOK♪<br><br>と言うことで新しいユーザーを追加して、パスワードの設定までをやりました♪<br><br>あ・・・<br><br><b style="font-size: 11.9999990463257px;"><span style="font-size: 14px;"># passwd root<br></span></b><br>で、初期パスワードから変更もしておきました(^ ^)
]]>
</description>
<link>https://ameblo.jp/tt-606/entry-12050339336.html</link>
<pubDate>Tue, 14 Jul 2015 13:36:42 +0900</pubDate>
</item>
<item>
<title>【macOS】LionからYosemiteにした！</title>
<description>
<![CDATA[ macのOSを変えたことで、開発環境が壊れるのを怖がって全くあげていなかったmac・・・。<br><br>Lionっていつ？って感じでしょ？<br><br>で、それをYosemiteにしてみました。<br><br><br>この時の環境はHomebrewでつくってあって、もう気にせずtime machineでバックアップを取るだけ取って、あとはApp storeからDLLして放置！<br><br>ダウンロード自体も時間がかかって、夜寝る前にして朝終わってた感じ。<br><br>で、インストールも時間がかかって、朝からずっと放置してた。<br><br>プログレスバーも動かなくて、固まってるんじゃ？とか思ったんだけど、どっかでそれでも動いているとのことで、気にせず放置！<br><br>決め込んだらきちんとインストールされました♪<br><br>いれていたアプリ関係は全く問題なくて、一安心と思いきや。。。<br><br>apacheが立ち上がらず。<br><br>ログを見たら<br><br>httpd: could not log pid to file /usr/local/var/run/apache2/httpd.pid<br><br>らしいから、<br><span style="font-size: 11.9999990463257px;">/usr/local/var/run/apache2/<br></span>ってことで、apache2フォルダを作ってあげたら問題なく立ち上がりました♪<br><br>引っかかることなく、インストールできたのはよかった❤️<br><br>けど・・・<br>なんか重くなった気がするよ(T ^ T)
]]>
</description>
<link>https://ameblo.jp/tt-606/entry-12049934301.html</link>
<pubDate>Mon, 13 Jul 2015 13:07:39 +0900</pubDate>
</item>
<item>
<title>サーバーのOSをCentos7に変えた。</title>
<description>
<![CDATA[ またまた久しぶりでこんなブログw<br><br>で、serversman@vpsがこれまでCentos6(64bit)だったのを、Centos7(64bit)に変更した。<br>ってか初期化して入れ替えた感じ。<br><br>ということで、これまでの設定が全部無いよ？w<br><br><br>つーか、なんかメールサーバーもおかしくなってたし、SSL認証も対応させたかったし、PHPやMysqlのバージョンも上げたかったし、色々やりたいこといっぱいだったから、あえてつぶして新しくしましたw<br><br>あした。。。<br>じゃなくて明後日からこやつをいじり倒します(*´艸`*)ｳﾌｯ♪<br><br>いきなりロケールの設定から変わってるしΣ(ﾉ∀｀*)ﾍﾟﾁ？<br><br><a href="http://zero-config.com/centos/changelocale-002.html" target="_blank" title="">[CentOS]CentOS7でのロケール(locale)の確認及び変更</a><br><a href="http://zero-config.com/centos/changelocale-002.html" target="_blank" title="">http://zero-config.com/centos/changelocale-002.html</a><br><br><br>ってことで、また備忘録が始まります(*´艸`*)
]]>
</description>
<link>https://ameblo.jp/tt-606/entry-12048196001.html</link>
<pubDate>Wed, 08 Jul 2015 22:04:34 +0900</pubDate>
</item>
<item>
<title>久しぶりの更新がこれw</title>
<description>
<![CDATA[ <span style="font-size: 11.9999990463257px;">ここのところ書く事がなくて、</span><br class="codelinebreak" style="font-size: 11.9999990463257px;"><br class="codelinebreak" style="font-size: 11.9999990463257px;"><span style="font-size: 11.9999990463257px;">Facebookにちょこちょこして</span><br class="codelinebreak" style="font-size: 11.9999990463257px;"><br class="codelinebreak" style="font-size: 11.9999990463257px;"><span style="font-size: 11.9999990463257px;">ただけでしたが、こっちも更新</span><br class="codelinebreak" style="font-size: 11.9999990463257px;"><br class="codelinebreak" style="font-size: 11.9999990463257px;"><span style="font-size: 11.9999990463257px;">してみることにしました。</span><br class="codelinebreak" style="font-size: 11.9999990463257px;"><br class="codelinebreak" style="font-size: 11.9999990463257px;"><span style="font-size: 11.9999990463257px;">で、その更新ってのがこれか！？</span><br class="codelinebreak" style="font-size: 11.9999990463257px;"><br class="codelinebreak" style="font-size: 11.9999990463257px;"><span style="font-size: 11.9999990463257px;">って感じですがwww</span><br class="codelinebreak" style="font-size: 11.9999990463257px;"><br class="codelinebreak" style="font-size: 11.9999990463257px;"><br class="codelinebreak" style="font-size: 11.9999990463257px;"><span style="font-size: 11.9999990463257px;">ボンの中学入学と、お嬢の就学</span><br class="codelinebreak" style="font-size: 11.9999990463257px;"><br class="codelinebreak" style="font-size: 11.9999990463257px;"><span style="font-size: 11.9999990463257px;">旅行、ボンボンの制服とカバン</span><br class="codelinebreak" style="font-size: 11.9999990463257px;"><br class="codelinebreak" style="font-size: 11.9999990463257px;"><span style="font-size: 11.9999990463257px;">の購入とかでめっちゃキツキツ</span><br class="codelinebreak" style="font-size: 11.9999990463257px;"><br class="codelinebreak" style="font-size: 11.9999990463257px;"><span style="font-size: 11.9999990463257px;">の我が家の経済事情。。。</span><br class="codelinebreak" style="font-size: 11.9999990463257px;"><br class="codelinebreak" style="font-size: 11.9999990463257px;"><br class="codelinebreak" style="font-size: 11.9999990463257px;"><span style="font-size: 11.9999990463257px;">で、そんな時に噂の</span><br class="codelinebreak" style="font-size: 11.9999990463257px;"><br class="codelinebreak" style="font-size: 11.9999990463257px;"><a href="http://ameblo.jp/kokoro-ya/" target="_blank" title="">「心屋仁之助」さんのブログ</a><br><br>にあったこの記事<br><br><a href="http://ameblo.jp/kokoro-ya/entry-12020380901.html" target="_blank" title="">■口を開けば、二言目には「お金」「お金」「お金」</a><br><br>を読んで、その最後にあったリンクから<br><br>みつけたコレ！<br><br><a href="http://ameblo.jp/real-replica/entry-12019588310.html" target="_blank" title="">えらいことを聞いてしもた(＠_＠;)</a><br><br>にあった<br><br><span style="color: rgb(51, 51, 51); font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, メイリオ, Meiryo; font-size: 16px; line-height: 24px; background-color: rgb(245, 255, 250);">「お金はいくらでも入ってくるし～☆」<br><br><span style="font-size: 12px;">を作ってみましたw<br><br></span></span><p><a href="http://stat.ameba.jp/user_images/20150430/14/tt-606/a6/8e/j/o0800060013291691055.jpg"><img src="https://stat.ameba.jp/user_images/20150430/14/tt-606/a6/8e/j/t02200165_0800060013291691055.jpg" style="width:220px; height:165px; border:none;" ratio="1.3333333333333333" id="1430371043383"></a><br><br>なんかちょっと印刷ずれたけどw<br><br><br>恥ずかしい気もするけど、<br><br>これでお金入ってくるなら、<br><br>そんなありがたいことは無いしw<br><br>4枚作れたから、スケジュール帳の<br><br>表にまで貼ったったわ！<br><br>( ﾟ∀ﾟ)ｱﾊﾊ八八ﾉヽﾉヽﾉヽﾉ ＼ / ＼/ ＼<br><br><br>これで効果が出てくれたらええけど。。。<br><br><br>どうなるかは知らん！！！<br><br>入ってきたら報告します(*´艸`*)ｳﾌｯ♪</p><p></p>
]]>
</description>
<link>https://ameblo.jp/tt-606/entry-12020739675.html</link>
<pubDate>Thu, 30 Apr 2015 14:14:19 +0900</pubDate>
</item>
<item>
<title>プラティニ！！！</title>
<description>
<![CDATA[ <img width="1" height="1" class="accessLog" src="https://img-proxy.blog-video.jp/images?url=http%3A%2F%2Fmeasure.kuchikomi.ameba.jp%2Fkuchikomi%3FAMEBA_ID%3Dtt-606%26ENTRY_ID%3D11898659288%26ENTRY_END_DATE%3D2014%2F08%2F06"><img src="https://pubads.g.doubleclick.net/activity;dc_iu=/7765/pixeltag_pcretargeting;prid=11250;ord=1?" width="1" height="1" border="0" style="display:none"><a href="http://kuchikomi.ameba.jp/" target="_blank"><img src="https://stat.ameba.jp/common_style/img/home_common/home/ameba/allskin/ico_kuchikomi2.gif" alt="私の街の美味しいパン屋さん"></a>ブログネタ：<a href="http://kuchikomi.ameba.jp/user/listEntry.do?prId=11250">私の街の美味しいパン屋さん</a> 参加中<br>自分が一番好きなパン屋さんはプラティニ！！！<br><br>宇治山田の駅の近くにあるんだけど、本当に美味しい！！！<br><br><div align="left"><a href="http://stat.ameba.jp/user_images/20140723/18/tt-606/01/df/j/o0480048013011992516.jpg"><img src="https://stat.ameba.jp/user_images/20140723/18/tt-606/01/df/j/o0480048013011992516.jpg" alt="photo:01" width="300" height="300" border="0"></a></div><br clear="all"><br><br><br>ハード系のパンが格別っす♪<br><br><br><br>iPhoneからの投稿<a href="http://link.ameba.jp/243376/" target="_blank">素敵な特典がいっぱい！Ameba Meister（PC・スマホ）</a><br><div><a href="http://link.ameba.jp/243376/" target="_blank"><img src="https://stat100.ameba.jp/pr/img/73/67/0299d2205f8dcaec3fe1ad6da917b3dd.jpg" alt="Ameba Meister" border="0" width="200" height="200"></a></div>
]]>
</description>
<link>https://ameblo.jp/tt-606/entry-11898659288.html</link>
<pubDate>Wed, 23 Jul 2014 18:30:20 +0900</pubDate>
</item>
<item>
<title>昨日から始めました！！！</title>
<description>
<![CDATA[ 昨日から勉強始めました♪<br><br><br><br>メンタルケア心理士の資格を<br><br>取るのに、勉強を始めたんで<br><br>す♪<br><br><br><br><div align="left"><a href="http://stat.ameba.jp/user_images/20140702/18/tt-606/49/a8/j/o0480048012991214812.jpg"><img src="https://stat.ameba.jp/user_images/20140702/18/tt-606/49/a8/j/o0480048012991214812.jpg" alt="photo:01" width="300" height="300" border="0"></a></div><br clear="all"><br><br><br><br>実際はトリプルなんですけど<br><br>ね(*´艸`*)<br><br><br><br>今月28日までに全課題を出し<br><br>て合格すれば、9月の本試験<br><br>に間に合うので、メンタルケ<br><br>アカウンセラーを先にしよう<br><br>かと思いましたが、急遽心理<br><br>士を先にすることにっ！！！<br><br><br><div align="left"><a href="http://stat.ameba.jp/user_images/20140702/18/tt-606/4d/9d/j/o0480048012991214795.jpg"><img src="https://stat.ameba.jp/user_images/20140702/18/tt-606/4d/9d/j/o0480048012991214795.jpg" alt="photo:02" width="300" height="300" border="0"></a></div><br clear="all"><br><br><br><br>これがそのテキスト！！<br><br><br>薄っぺらくて1冊50ページぐ<br><br>らいなんだけど、内容が濃い<br><br>よぉ！！！<br><br><br><br>これで新しい知識叩き込みます♪<br><br><br><br><br><br><br>iPhoneからの投稿
]]>
</description>
<link>https://ameblo.jp/tt-606/entry-11887773346.html</link>
<pubDate>Wed, 02 Jul 2014 18:49:20 +0900</pubDate>
</item>
<item>
<title>JAZZライブ！！！</title>
<description>
<![CDATA[ 昨日は伊勢の<a href="http://www.caferico.jp/" target="_blank" title="">カフェリコ</a>でJAZZ<br><br>ライブがあって行ってきました！<br><br><br>イケメン(？)連れてデート(￣∀￣*)ｲﾋｯ<br><br><br>昨日は<br><br>トランペット <a href="http://hamadahiroyuki.com/" target="_blank" title="">浜田博行</a>さん<br><br>テナーサックス　<a href="http://ikainuk.blog134.fc2.com/" target="_blank" title="">當村邦明</a>さん<br><br>ピアノ　馬橋清さん<br><br>ベース　<a href="http://www.s-wonderful.com/" target="_blank" title="">西村ヒロ</a>さん<br><br>ドラム　<a href="https://www.facebook.com/araki.junji" target="_blank" title="">荒木ジュンジ</a>さん<br><br>の５人プラスα！！<br><br><p><a href="http://stat.ameba.jp/user_images/20140623/22/tt-606/32/bd/j/o0800060012982384740.jpg"><img src="https://stat.ameba.jp/user_images/20140623/22/tt-606/32/bd/j/t02200165_0800060012982384740.jpg" style="width:220px; height:165px; border:none;" ratio="1.3333333333333333" id="1403532877971"></a></p><p></p><br><br>本当に良かったですよ！！！<br><br><br>カレも酔いしれて、目を瞑りながら<br><br>聴いていました。<br><br><br>二人して鳥肌でした！！！<br><br><br><br>やはり良い音楽は(・∀・)ｲｲ!!<br><br><br>予定があって早めに出る予定でしたが、<br><br>酔いしれていたら時間が( ﾟдﾟ )！<br><br><br>ということで予定変更！<br><br>して二人でカラオケ行ってきました♪<br><br><br>昨日は普段歌わない曲をあえて選曲<br><br>歌った事の無い曲とかお互い歌って<br><br>お互い自己満足w<br><br>とても楽しかったです！<br><br><br>趣味や興味が一緒だと気楽でいいw<br><br><br><p><a href="http://stat.ameba.jp/user_images/20140623/22/tt-606/5b/28/j/o0800060012982384741.jpg"><img src="https://stat.ameba.jp/user_images/20140623/22/tt-606/5b/28/j/t02200165_0800060012982384741.jpg" style="width:220px; height:165px; border:none;" ratio="1.3333333333333333"></a></p><p></p><br>
]]>
</description>
<link>https://ameblo.jp/tt-606/entry-11883126396.html</link>
<pubDate>Mon, 23 Jun 2014 22:57:47 +0900</pubDate>
</item>
</channel>
</rss>
