2012年2月17日金曜日

Linux起動時にSVNサービスを自動実行させる

  • このエントリーをはてなブックマークに追加


既定ではLinuxシステム起動時にSVNサービスが起動しないということになっています。起動後、毎回手動でコマンドを打って起動するのが面倒なので、自動的に起動させることように設定しました。

 

Linuxシステム初期化完了後、rc.localというスクリプトが呼び出されるので、このスクリプトにプログラムを起動するコマンドを書いておけば、自動的にプログラムが起動されます。

rc.local に下記のコマンドを追記します。

su –l root –c “svnserve –d –r /var/svn”

image

 

ほかのプログラムの起動ももちろん出来るので、必要であれば、適宜なコマンドを追加するといいと思います。

2012年2月14日火曜日

幸せでいたい

  • このエントリーをはてなブックマークに追加


一日だけ幸せでいたいならば、床屋に行け。
一週間だけ幸せでいたいなら、車を買え。
一ヶ月だけ幸せでいたいなら、結婚をしろ。
一年だけ幸せでいたいなら、家を買え。
一生幸せでいたいなら、正直でいることだ。


If you would be happy for a day, get drunk;
For two days, get a pig;
For a month, get married;
And for life, plant a garden.

Configuring an Inbound and Outbound SMTP Relay to Complement ISA 2004 Firewall Protection for Exchange Servers

  • このエントリーをはてなブックマークに追加


2012年2月9日木曜日

Try reading android sample code

  • このエントリーをはてなブックマークに追加


Downloading the Sample Code
The SDK sample code is available to you as a set of downloadable SDK components, each of which contains the samples for a specific Android platform version. Once you have installed the SDK, you can download one or more samples component(s) into your SDK environment using the Android SDK and AVD Manager tool, which is pre-installed in the SDK.
To download the samples, launch the Android SDK and AVD Manager tool and select one of the samples components from the Available Packagespanel, for example "Samples for SDK API 7". Select Install Selected, verify and accept the download, then select Install Accepted to download the component into your SDK. If you aren't familiar with the Android SDK and AVD Manager and how to launch or use it, please read the Adding SDK Components document.
When the download is complete, you can find the samples sources on your computer in this location:
/samples/android-<level>/
You can easily create new Android projects with the downloaded samples, modify them if you'd like, and then run them on an emulator or device.
For example, if you are developing in Eclipse with the ADT Plugin, you can create a project for the "API Demos" sample app by starting a new Android Project, selecting "Create project from existing source", and then browsing to the /samples/android-<level>/ApiDemos directory (the samplesdirectory for the platform version you are using).
If you are not working in Eclipse, you can create a project for the API Demos sample using the android tool, by executing this command:
android update project -s -n API Demos -t  -p <path>samples/android-<level>/ApiDemos/

2012年2月1日水曜日

Chromeの”Blog This”という拡張機能を使ってテスト投稿する

  • このエントリーをはてなブックマークに追加


気に入ったWEBページをワウクリックでタイトルとリンクを自分のブログに転載できます。割りと便利で、おすすめの機能です。