Sign in or Join FriendFeed
FriendFeed is the easiest way to share online. Learn more »
Customize Bash, Readline, Nano and Vim With BashStyle-NG
Introduce you to this usefull issues quoted from the following post. Customize Bash, Readline, Nano and Vim With BashStyle-NG "BashStyle-NG is a graphical Tool for changing the look and feel for Bash, Readline, Nano and Vim. It comes with 15 pre-defined styles that you can change as well as creating your own. You can also control the type and amount of commands in history to remember, use a welcome message, change the startup path and lots of other options." Download: TarBall Debian / Ubuntu Posted by Andrew | 21 September, 2009 - 林文輝
Internet PPP dialup connection with the Emobile D22HW on Linux Mint 7 XFCE
Internet PPP dialup connection with the Emobile D22HW on Linux Mint 7 XFCE
Mobile Network settings - internet PPP dial-up connection with the emobile data card - D22HW on the Linux Mint 7 XFCE community edition. Emobile の USB タイプのデータカード D22HW を接続して、Linux Mint 7 XFCE のもとで、インターネット PPP 接続を試みる。接続が確立したら、インターネット接続速度も調べてみる。Linux Mint 7 系以外のディストロでも同様に設定すれば、接続できるはず? USBタイプ (D22HW) 型番 D22HW 対応OS Windows XP Home Edition(Service Pack 2以降) Windows XP Professional(Service Pack 2以降) Windows Vista(32bit版/64bit版) Mac OS X 10.4〜10.5 ※ 上記対応OSはすべて日本語版となります。 メーカ Huawei Technologies Co., Ltd カードスロット microSD™ (2GB)/microSD™ HCスロット ×1(最大8GB) サイズ 約25.0mm(W)×12.0mm(H)×87.0mm(D) 質量 約25g インターフェイス USB 1.1/2.0準拠 動作環境: Platform: Dell Latitude D410; Intel Pentium M730, SODIMM 2048MB (533MHz),Hard Drive; Seagate Momentus 5400.3 ST9160821A, 160GB $ uname -a Linux mint7xfce 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC 2009 i686 GNU/Linux 1. PPP ダイヤルアップ接続の設定 Configuration for the PPP dial-up connection with the emobile D22HW data card. プラグインした emobile D22HW が USB... - 林文輝
Related Posts with Thumbnails for Blogger - New Version by BloggerWidgets
Related Posts with Thumbnails for Blogger - New Version by BloggerWidgets
Installation of "Linux Mint 7 XFCE Community Edition" on My Notebook Computer
Installation of "Linux Mint 7 XFCE Community Edition" on My Notebook Computer
My Notebook, Dell Latitude D410 に Linux Mint 7 XFCE Community Edition をインストールしたときの覚え書き・メモ Linux Mint 7 XFCE on Dell Latitude D410 with Compiz # 動作環境; Platform: Dell Latitude D410; Intel Pentium M730, SODIMM 2048MB (533MHz), Hard Drive; Seagate Momentus 5400.3 ST9160821A, 160GB Multi-boot System: 三種類のオペレーティングシステムを適宜切り換えて運用する。 OpenSolaris 2009.06 (*), Linux Mint 7 XFCE, Windows XP Professional +SP3 (*): ブートパーティション: ブートローダ Grub をインストールして、ブートする。 ここで Grub boot menu を編集する。 1. LiveUSB の作成: LiveCD を作らないので。 Create a 'LiveUSB stick for Linux Mint 7 XFCE edition' from the downloaded LiveCD ISO-Image file with "Win32DiskImager" or my previous posted issues (*) on the Windows XP. Windows XP 上で、前述の方法(*): (1) または (2) を用いて、ダウンロードした LiveCD ISO.Image から Linux Mint 7 XFCE edition の "LiveUSB" を作成する。 2. Partitioning for Linux Mint 7 パーティションの準備: Linux Mint 7 XFCE をインストールするため、Linux 用領域を確保する。 既にインストール済みの Vine Linux 5.0 を置き換えることにして、同じパーティションニングとする。 すでにインストールされている Vine Linux 5.0 を削除して Linux Mint 7 XFCE... - 林文輝
My Notebook, Dell Latitude D410 に Linux Mint 7 XFCE Community Edition をインストールしたときの覚え書き・メモ Linux Mint 7 XFCE on Dell Latitude D410 with Compiz # 動作環境; Platform: Dell Latitude D410; Intel Pentium M730, SODIMM 2048MB (533MHz), Hard Drive; Seagate Momentus 5400.3 ST9160821A, 160GB Multi-boot System: 三種類のオペレーティングシステムを適宜切り換えて運用する。 OpenSolaris 2009.06 (*), Linux Mint 7 XFCE, Windows XP... more... - 林文輝
Linux & Wine: Make uTorrent Default For Opening .torrent Files In Firefox
Linux & Wine: Make uTorrent Default For Opening .torrent Files In Firefox: " There are a lot of good BitTorrent applications for Linux, but some people just don't want to give up uTorrent because either they are too used to it or just because it actually works quite OK in Linux, under Wine. One major problem with using uTorrent this way is that Firefox doesn't open .torrent files with uTorrent, so you have to save the torrent file and then load it. This how-to will explain how to fix file associations for Linux to use uTorrent as the default system-wide BitTorrent client (well, I've only tested it on Firefox but should work on other browsers too). Let's begin: 1. Creating a new file to run uTorrent Create a file, called utorrent.sh in your /home/<your_username>/bin/ folder with the following content: #!/bin/sh if [ '$1' ]; then torrent_file='Z:`echo $1 | sed 's/\//\\\/g'`' env WINEPREFIX='/home/<your_username>/.wine' wine \ 'C:\\Program Files\\uTorrent\\uTorrent.exe' '$torrent_file'... - 林文輝
Issues with the Twitter Updates Gadget (and others)
Upgrade to OpenOffice.org 3.1.1 with Linux Mint 7 XFCE on Dell Latitude D410
Upgrade to OpenOffice.org 3.1.1 with Linux Mint 7 XFCE on Dell Latitude D410
Synaptic で PPA レポジトリを有効にして、プレインストールされている OpenOffice.org 3.0.1 を 最新版 3.1.1 に アップグレード してみる。 # 動作環境; Platform: Dell Latitude D410, Intel Pentium M730, SODIMM 2048MB (533MHz) Multi-boot System: OpenSolaris 2009.06, Linux Mint 7 XFCE, Windows XP Professional +SP3 $ uname -a Linux mint7xfce 2.6.28-15-generic #49-Ubuntu SMP Tue Aug 18 18:40:08 UTC 2009 i686 GNU/Linux # Mint 7 XFCE 'Gloria' ppa repository update error messages as follows: Synaptic パッケージ・マネージャ を起動して、Repository: サードパーティの メニューで http://ppa.launchpad.net/openoff... のチェックボックスを on して、再読み込みさせると、下記のエラーメッセージが表示された。 W: GPG error: http://ppa.launchpad.net jaunty Release: 公開鍵を利用できないため、以下の署名は検証できませんでした: NO_PUBKEY 60D11217247D1CFF 公開鍵の認証エラーなのだろう。 ググって、下記を参考にして、無事 OpenOffice 3.1.1 にアップグレードすることができた。 Reference: cavalierskiのTech日記: GPGエラー よしまさのブログ:技術メモ: Ubuntu 8.10: アップデート・マネージャがエラーになる # 回避策 workaround: 追加した PPA - OpenOfice.org レポジトリのリスト: $ cat /etc/apt/sources.list ; ----- 抜 粋 ----- ## +++ OpenOffice.org PPA +++ deb... - 林文輝
Ubuntu 10.04 Code Name Announced: Lucid Lynx
2010年4月にリリースされる予定の、Ubuntu 10.04 の "コードネーム" についてのアナウンスがあった。 " Lucid Lynx " ・・・ " 明晰な?ヤマネコ " だ。 このヴァージョンは LTS (サポート期間は5年間)となる予定で GNOME 3.0 が採用されるそうだ。 ちなみに、目下αバージョンで開発中の、2009年10月にリリースされる予定の Ubuntu 9.10 の コードネームは "Karmic Koala" ・・・ " 宿命的な?コアラ " 、サンスクリット哲学するコアラ なのかな? Ubuntu の 正式リリース版の命名について: "Ubuntu X.YY" : ここで X は "年号ー2000"、YY は "月名" となる。 それぞれのリリースに対応するコードネームは "Adjective Animal" ・・・形容句を付けた動物名 が採用されていて、 Adjective と Animal の頭文字には 同じ文字が当てられている。 たとえば、 intrepid Ibex, Jaunty Jackalope, Karmic Koala といった具合に。 詳しくは Ubuntu wiki で。 この Ubuntu wiki の末尾には、将来にわたってリリースされる Ubuntu のコードネーム候補の一覧表が掲載されている。 これはファンキー&ファニーな名前だ! と思い付いたユーザの方々は このコードネームのリストに書き加えてはいかが? Ubuntu is known for having the funkiest release code names around. From time to time users suggest potential names, so if you have a magical idea, please add it to the table at the bottom of this page. Quoted Issues: Ubuntu 10.04 Cod Name Announced: Lucid Lynx: "Ubuntu is known for having the funkiest release code names around. Version 10.04 (to be... - 林文輝
「Convert.Files」 : オンラインであらゆるフォーマット変換が可能!
「Convert.Files」 : オンラインであらゆるフォーマット変換が可能!
記事引用/ [CNET Japan /ウェブサービスレビュー]オンラインであらゆるフォーマット変換が可能!「Convert.Files」: "「Convert.Files」は、さまざまなフォーマットへの変換に対応したウェブサービスだ。文書はもちろん画像、動画、音声、映像に至るまで、ありとあらゆるフォーマットのファイルをオンラインで相互変換できてしまうのが特徴だ。" "ドキュメントであればDOCX、DOC、 TXT、XLSX、XLS、PDF。イメージであればBMP、GIF、JPG、PNG、PSD。オーディオであれば、AAC、MP3、WAV、WMA。ビデオであれば、3GP、ASF、AVI、FLV、MPG、WMV。これらのフォーマットの相互変換がすべてオンラインでできてしまうのだから、まさに最強のフォーマット変換サイトと言ってよいだろう。" Convert.Files サイトトップページ 対応するファイルフォーマットと、変換可能なフォーマットがページの下までズラリと列挙されている。その豊富な種類はまさに圧巻の一言。 参考:Media Convert online service : Japanese - 林文輝
Profile Avatars for Blogger Comments
Profile Avatars for Blogger Comments
Ubuntu – Mint cheat sheet
Ubuntu と Linux Mint のバージョン毎の対比表:カンニングシート?が The Linux Mint Blog に寄稿されている。投稿は Clem さん。 Ubuntu と Linux Mint のリリース・タイムランやバージョン毎のコードネームも一目瞭然で参考になる。 拙訳しておく。 "スタンダード版と LTS 版との違いや、Ubuntu と Linux  Mint との互換性、あるいは、Mint のバージョンが どの Ubuntu のリリース版にもとづいて(開発されて)いるのか、また、サポート期間はどのくらいなのか?など・・・ときどき混乱してしまうことがあります。 それで、これらの事柄をスッキリさせるためとわからなくなったときに思い出すことができるように、今回は皆さんのために、以下にカンニング・シート(対比表)を提示します。" Ubuntu – Mint cheat sheet : Written by Clem on Monday, September 14th, 2009 @ 4:28 pm: "I sense a lot of confusion sometimes when it comes to the difference between LTS and standard releases, or the compatibility between Ubuntu and Linux Mint. Which Mint release is based on which Ubuntu release? How long is it supported for? So here’s a cheat sheet for everyone, to clear things up and make it easy to remember:" Fig: Ubuntu - Mint cheat sheet by Clem - 林文輝
Ubuntu と Linux Mint のバージョン毎の対比表:カンニングシート?が The Linux Mint Blog に寄稿されている。投稿は Clem さん。 Ubuntu と Linux Mint のリリース・タイムランやバージョン毎のコードネームも一目瞭然で参考になる。 拙訳しておく。 "スタンダード版と LTS 版との違いや、Ubuntu と Linux Mint との互換性、あるいは、Mint のバージョンが どの Ubuntu のリリース版にもとづいて(開発されて)いるのか、また、サポート期間はどのくらいなのか?など・・・ときどき混乱してしまうことがあります。 それで、これらの事柄をスッキリさせるためとわからなくなったときに思い出すことができるように、今回は皆さんのために、以下にカンニング・シート(対比表)を提示します。" Ubuntu –... more... - 林文輝
Linux Mint 7 ‘Gloria’ XFCE released!
先にリリースされている 'KDE'Community Edition に続いて、Linux Mint 7 'Gloria' XFCE Community Edition がリリースされた。以下は引用記事である。 ベースは Xbuntu 9.04 Jaunty だそうだ。Linux Mint のエレガントなデザインは癒される? Window Manager は XFce 4.6 を採用したそうで、非力な Legacy Machine でも軽快な動作が期待できるか、のちほど My Notebook にインストールして試してみませう。 Linux Mint 7 'Gloria' XFCE released on Sunday, 13 Sep 2009. Quoted issues as follows, "The team is proud to announce the release of Linux Mint 7 "Gloria" XFCE. Quick steps: Download the ISO or the torrent. While it’s downloading look at the overview of the new features and make sure to quickly go through the known issues. After the ISO is downloaded verify the MD5. Burn the ISO at low speed and enjoy testing Linux Mint 7 XFCE. Introduction to Linux Mint 7 XFCE: The XFCE Community Edition aims to provide a version of Linux Mint which uses the XFCE desktop. For a detailed overview of the new features and improvements included in Linux Mint 7 XFCE, please read “What’s new in Gloria XFCE?“. Linux Mint 7 XFCE is based on... - 林文輝
先にリリースされている 'KDE'Community Edition に続いて、Linux Mint 7 'Gloria' XFCE Community Edition がリリースされた。以下は引用記事である。 ベースは Xbuntu 9.04 Jaunty だそうだ。Linux Mint のエレガントなデザインは癒される? Window Manager は XFce 4.6 を採用したそうで、非力な Legacy Machine でも軽快な動作が期待できるか、のちほど My Notebook にインストールして試してみませう。 Linux Mint 7 'Gloria' XFCE released on Sunday, 13 Sep 2009. Quoted issues as follows, "The team is proud to announce the... more... - 林文輝
引用記事: 応用電子、FOMAデータ通信カード用のLinux対応デバイスドライバを公開
応用電子、FOMAデータ通信カード用のLinux対応デバイスドライバを公開: "応用電子(本社:東京都品川区)は2009年9月15日、HSDPA方式に対応したNTTドコモのデータ通信カード「FOMA N2502」(NEC製)を、Linux OSで使用するためのデバイスドライバを公開した。同社のWebサイトから無償でダウンロードできる。""公開したデバイスドライバは、GPL/LGPLでライセンスされているソフトを、複数バージョンのLinuxカーネルに対応するように同社で改訂した。対応Linuxカーネルは2.6.17/2.6.20/2.6.23/2.6.24/2.6.27/2.6.28。 ソースコードは現状のまま、GPL/LGPLに基づき公開する。同社では一切の保証はせず、ソースコードの内容などについての質問も受け付けないとしている。 N2502は、2008年3月に発売されたコンパクトフラッシュ(CF)型のデータ通信端末。HSDPA方式に対応し、FOMAハイスピードエリアで下り最大7.2Mbpsの高速通信が可能。"FOMA N2502用Linux対応デバイスドライバダウンロード http://www.aec1984.com/utiliza... FOMA N2502 http://www.nttdocomo.co.jp/product... 応用電子 http://www.aec1984.com/ 2009.9.16 NTTドコモ FOMA携帯電話ハイスピードデータ通信用 デバイスドライバの公開 http://www.aec1984.com/topics... 対応のデバイスドライバ・・・あったっけ?  Chonan-san あたりでポーティングできませぬか? 訊いてみようか・・・・・ - 林文輝
応用電子、FOMAデータ通信カード用のLinux対応デバイスドライバを公開: "応用電子(本社:東京都品川区)は2009年9月15日、HSDPA方式に対応したNTTドコモのデータ通信カード「FOMA N2502」(NEC製)を、Linux OSで使用するためのデバイスドライバを公開した。同社のWebサイトから無償でダウンロードできる。""公開したデバイスドライバは、GPL/LGPLでライセンスされているソフトを、複数バージョンのLinuxカーネルに対応するように同社で改訂した。対応Linuxカーネルは2.6.17/2.6.20/2.6.23/2.6.24/2.6.27/2.6.28。 ソースコードは現状のまま、GPL/LGPLに基づき公開する。同社では一切の保証はせず、ソースコードの内容などについての質問も受け付けないとしている。... more... - 林文輝
Google,Chrome 3.0 Stable版をリリース ── ニュースリリース
Google,Chrome 3.0 Stable版をリリース ── ニュースリリース: by 技術評論社 "米Googleは9月15日(現地時間),WebブラウザChromeのメジャーバージョンアップ版であるChrome 3.0のStable(安定)版をリリースしたことを発表した。" - 林文輝
Blogger をカスタムドメインで公開したときの404エラー回避法 - http://blogger-customize-tips....
Firefox 3.5.3 for OpenSolaris and Solaris 10 released
2009-Sep-14, Firefox 3.5.3 for OpenSolaris and Solaris 10 released. Sun OS 用のセキュリティアップデート版がアップされた。 早速、ここに アクセスして、例によって Tar-ball をダウンロードして、My Notebook PC にインストールする。 ダウンロード: % cd ~/Downloads/Mozilla/Firefox-3.5 % wget http://releases.mozilla.org/pub... % wget http://releases.mozilla.org/pub... % md5sum firefox-3.5.3.en-US.opensolaris-i386.tar.bz2 0c01fa311e1a7944a55eff8471b5a2dd firefox-3.5.3.en-US.opensolaris-i386.tar.bz2 #checksum okey! インストール: % pfexec su - # tar xvfj [$HOME/downloaded file stored directory]/firefox-3.5.3.en-US.opensolaris-i386.tar.bz2 # ls firefox # mv fiefox /usr/lib/firefox-3.5.3 Firefox plugins の設定: インストール済みの Firefox-3.5.2 の plugin ディレクトリの内容を参照して、 # ls -l /usr/lib/firefox-3.5.2/plugins # cd /usr/lib/firefox-3.5.3/plugins # ls -l 起動ファイル /usr/bin/firefox... - 林文輝
2009-Sep-14, Firefox 3.5.3 for OpenSolaris and Solaris 10 released. Sun OS 用のセキュリティアップデート版がアップされた。 早速、ここに アクセスして、例によって Tar-ball をダウンロードして、My Notebook PC にインストールする。 ダウンロード: % cd ~/Downloads/Mozilla/Firefox-3.5 % wget http://releases.mozilla.org/pub... % wget... more... - 林文輝
Table Of Contents Widget For Blogger ~ Blogger Widgets - http://www.bloggerplugins.org/2009...
World from Swathi's Eyes!: How to solve/fix problems with Blogger Jump Breaks - http://swathi-pradeep.blogspot.com/2009...
Google Bloggerの公式「続きを読む」と追記機能カスタマイズの比較 - http://blogger-customize-tips....
How to add Blogger's Read More function to customized templates
How to add Blogger's Read More function to customized templates
Installation of Vine Linux 5.0 on My Notebook computer
Vine Linux 5.0 正式版ががリリースされた。 My Notebook PC Dell D410 にインストールしたので、忘備録として。 Platform: Dell Latitude D410; Intel Pentium M730 (1.6GHz), Intel 916GM-exp (128MB shared memory), SODIMM PC2-4200 (533MHz) 2048MB, Hard Drive; 45GB/160GB U-ATA, Environment: Triple boot system, OpenSolaris 2009.06, Windows XP professional +SP3, Vine Linux 5.0 ( Clean installed instead of Ultimate Edition 2.2) 1. Download the ISO-Image on the Windows XP, % cd D:\Downloads\DVD_CD_Image\Vine50 % wget http://ftp.kddilabs.jp/pub... Note: "Wget for windows" is available to download form here. 2. Create a DVD boot installation disk onto USB-memory-stick from Windows XP. Procedure for making a Vine 5.0-x86-DVD.iso to USB memory stick; as my previous posted issue. 3. Reboot the Windows system, still remain to plug-in the USB-Installer-stick. 4. Install a Vine Linux 5.0 release on My Notebook computer Step-01. Following Booting message, push down the "F12" key, then... - 林文輝
Vine Linux 5.0 正式版ががリリースされた。 My Notebook PC Dell D410 にインストールしたので、忘備録として。 Platform: Dell Latitude D410; Intel Pentium M730 (1.6GHz), Intel 916GM-exp (128MB shared memory), SODIMM PC2-4200 (533MHz) 2048MB, Hard Drive; 45GB/160GB U-ATA, Environment: Triple boot system, OpenSolaris 2009.06, Windows XP professional +SP3, Vine Linux 5.0 ( Clean installed instead of Ultimate Edition 2.2) 1.... more... - 林文輝
Increase Your Recent Posts and Comments to 10 – Blogger Hack | eBlog Templates - http://www.eblogtemplates.com/increas...
Blogger のすべての記事を表示するためのリンク - http://blogger-customize-tips....
Firefox 3.5.3 released
2009/09/09 Firefox 3.5.3 がリリースされた。 Windows, Mac OS X, Linux 対応の各国語版のダウンロードはこちらから。 OpenSolaris, Solaris 10 対応版はまだアップされていない。そのうちに・・・ Firefox 3.5.3 で修正済みのセキュリティアップデート MFSA 2009-51  FeedWriter によるクローム特権昇格 MFSA 2009-50  過大な行高の Unicode 文字を通じたロケーションバーの偽装 MFSA 2009-49  ツリー列のダングリングポインタ脆弱性 MFSA 2009-47  メモリ破壊の形跡があるクラッシュ (rv:1.9.1.3/1.9.0.14) My Notebook PC の Windows 版 Firefox 3.5.2 は Firefox 3.5.3 に自動更新された。 - 林文輝
2009/09/09 Firefox 3.5.3 がリリースされた。 Windows, Mac OS X, Linux 対応の各国語版のダウンロードはこちらから。 OpenSolaris, Solaris 10 対応版はまだアップされていない。そのうちに・・・ Firefox 3.5.3 で修正済みのセキュリティアップデート MFSA 2009-51  FeedWriter によるクローム特権昇格 MFSA 2009-50  過大な行高の Unicode 文字を通じたロケーションバーの偽装 MFSA 2009-49  ツリー列のダングリングポインタ脆弱性 MFSA 2009-47  メモリ破壊の形跡があるクラッシュ (rv:1.9.1.3/1.9.0.14) My Notebook PC の Windows 版 Firefox 3.5.2 は Firefox 3.5.3 に自動更新された。 - 林文輝
Read More/Post Summaries Now Available in Blogger!!
Read More/Post Summaries Now Available in Blogger!!
最新記事ガジェットとアドセンスの干渉問題 » Google BloggerブログHacks Tips...
1人が登録 - 林文輝
最新記事ガジェットとアドセンスの干渉問題 - http://blogger-customize-tips....
以前、「Google Blogger でサムネイルつき最新記事を表示するガジェット」という記事で紹介した(サムネイル付ではない)最新エントリー用ガジェット と サムネイルつき最新記事表示ガジェット。 ちょっとした問題が見つかりました。 Google AdSense... - http://blogger-customize-tips....
引用記事:IPA、旧バージョンの「OpenSSL」利用者に注意喚起
IPA、旧バージョンの「OpenSSL」利用者に注意喚起: "情報処理推進機構(IPA)は2009年9月8日、オープンソースの暗号化通信ソフト「OpenSSL」のユーザーに向け、脆弱性対策済みの新しいバージョンを使うよう「注意喚起」を発した。対策未適用のバージョンの報告が増加していることを受けたもので、迅速なバージョンアップを呼びかけている。" 「OpenSSL」の古いバージョンを利用しているウェブサイトへの注意喚起 http://www.ipa.go.jp/securit...: http://www.ipa.go.jp/securit... IPA: http://www.ipa.go.jp/ OpenSSL: http://www.openssl.org/ - 林文輝
IPA、旧バージョンの「OpenSSL」利用者に注意喚起: "情報処理推進機構(IPA)は2009年9月8日、オープンソースの暗号化通信ソフト「OpenSSL」のユーザーに向け、脆弱性対策済みの新しいバージョンを使うよう「注意喚起」を発した。対策未適用のバージョンの報告が増加していることを受けたもので、迅速なバージョンアップを呼びかけている。" 「OpenSSL」の古いバージョンを利用しているウェブサイトへの注意喚起 http://www.ipa.go.jp/securit...: http://www.ipa.go.jp/securit... IPA: http://www.ipa.go.jp/ OpenSSL: http://www.openssl.org/ - 林文輝
Nexus 5 - A New Blogger Template for Free Download
Nexus 5 - A New Blogger Template for Free Download
Other ways to read this feed:Feed readerFacebook