2010/03/01 03:30 【カテゴリ:Ruby Development】 (更新:2010/03/08 01:06)
さくらのレンタルサーバーにRuby on Railsをインストール 
さくらのレンタルサーバーにRuby on Railsをインストールするための覚え書きを公開。
●PoderosaによるSSH接続(SSH はスタンダードプラン以上のプランでご利用できます)
http://support.sakura.ad.jp/support/manual/rs/tech_ssh.shtml
●インストール済みのRubyバージョンの確認
% ruby –version
以下のような出力が得られる。
ruby 1.8.7 (2009-04-08 patchlevel 160) [i386-freebsd7]
→ 続きを読む2009/10/27 02:19 【カテゴリ:Windows Azure,クラウド】 (更新:2009/10/27 02:21)
PDC09のWindows Azure Platform関連セッション 
PDC09のセッション群からWindows Azure/Windows Azure Platform関連のものを抜き出してみました(2009年10月27日現在)。リンクはすべて別ウィンドウで開く仕様になっています。
・Scaling out Web Applications with Microsoft SQL Azure Databases
・Patterns for Building Scalable and Reliable Applications with Windows Azure
・Windows Azure Tables and Queues Deep-dive
・Software + Services Identity Roadmap Update
・SQL Azure Database: Under the Hood
・Windows Azure Present and Future
・Storing and Manipulating Blobs and Files with Windows Azure Storage
・Windows Azure Monitoring, Logging, and Management APIs
・Developing Advanced Applications with Windows Azure
・Enabling Single Sign-On to Windows Azure Applications
・Building Hybrid Cloud Applications with the Microsoft .NET Service Bus
・REST Services Security Using the Microsoft .NET Access Control Service
・Bridging the Gap from On-Premises to the Cloud
・Lessons Learned: Migrating Applications to the Windows Azure Platform
・Using the Microsoft Sync Framework to Connect Applications to the Azure Services Platform
・Automating the Application Lifecycle with Windows Azure
・Coming Together in the Cloud
・Lap Around the Windows Azure Platform
・Petabytes for Peanuts! Making Sense Out of “Ambient” Data.
・Architecting and Developing for Windows Azure
・Microsoft Technology Overview
・Software in the Energy Economy
2009/09/25 21:13 【カテゴリ:Windows TIPS & TRICKS】 (更新:2009/09/25 21:19)
特定の拡張子のファイルを一括削除するには? 
現在のディレクトリと、その配下にあるすべてのサブディレクトリから「.test」という拡張子のファイルをすべて削除するには、以下のコマンドをコマンドプロンプトに入力すればよい。
cd "現在のディレクトリ名"
del /s *.test
cdコマンドで現在のディレクトリへ移動する。移動しないと、すべて消してしまう可能性があるので要注意。
delが削除するコマンド。実際には「test」の部分をほかの拡張子に書き換える。
※くれぐれも慎重に。何があっても一切の責任は負いません。
2009/07/17 16:38 【カテゴリ:.NET Development,Windows Azure,クラウド】 (更新:2009/07/17 16:46)
SQL Azureのロードマップ 
SQL Azureの今後のロードマップ は次のようになっています。
- 2009年8月初旬:CTP1
- 2009年9月中旬:CTP2
- 2009年11月中旬:バージョン1(商用利用可能)
もうすぐCTP1が提供されるようになるので、その出来がどうか、楽しみですね。
(本画像はWPC09の「Extend Your Application to the Cloud with SQL Azure Database」のPPTから引用しました)
2009/07/15 14:11 【カテゴリ:.NET Development,Windows Azure,クラウド】 (更新:2009/07/17 16:50)
Windows Azureの購買モデルとロードマップに関する新情報 
各所でニュースになっていますが、WPC09というイベントでWindows Azureの価格体系やSLAが発表されました。本稿では、それらのニュース記事ではあまり触れられていない事項について補足情報をお伝えします。Windows Azureは11月17日~19日に開催されるPDC09(Professional Developers Conference November 17-19, 2009)でローンチされます。
そういえば、WPC09のキーノートでは「Windows Azure Platform」という表示がなされていました。単純に「Windows Azure」のことを表しているのか、「Azure Services Platform」の名前をこれに変更しようとしているのかと疑問に思いました。どうやら後者という話です。いきなり脱線しましたが、本題。
→ 続きを読む






