-
Recent Posts
What I'm Doing...
- I'm using Evolution mail client in ubuntu http://bit.ly/4bobBT its hve cool feature like google contacts & calender sync http://bit.ly/curz6 12 hrs ago
- Gmail send later chrome and firefox extensions http://bit.ly/dajupV 1 week ago
- Is there any #RTMFP implementation in open source #Flash media server like #Red5 ..? 3 weeks ago
- A presentation about P2P communication over #RTMFP using #Adobe #FMS http://bit.ly/bjpL5R 3 weeks ago
- Good site for find Linux alternatives [easy to search then http://bit.ly/9QVYCA ] try this http://bit.ly/c3eepy 2010-08-05
- More updates...
Posting tweet...
Recent Comments
- jaydoc on Tamil FM radio for ubuntu
- cpsingh on Offline dictionary for ubuntu 10.04
- wordman on Offline dictionary for ubuntu 10.04
- elanchezhiyank on Offline dictionary for ubuntu 10.04
- umakanth on About
Tags
Tag Archives: scripting
How to add Red5 service
How to add Red5 service In this article you are going to add red5 service in your Linux box. Please use the Below script. #!/bin/bash # Author www.arulraj.net # red5 This is used to start, stop, restart and status of … Continue reading
Read properties file using Batch
Read a properties file using bat file i want to read a below property file and get the particular key value My properties file look like name=arulraj.net version=1.0.2 date=24/March/2010 I want get the version from the properties file. you can … Continue reading