Do you blog about Linux ?


View Poll Results: Do you blog about Linux ?
No, I don't blog but sometimes read them (zaxxon) 8 40.00%
No, I don't blog.. no reading also. 6 30.00%
Yes, I have my own blog where I write about Linux. 4 20.00%
I blog about many topics, some related to Linux, some not. (Neo) 2 10.00%
No, I don't blog, but consistently follow a Linux blog. 0 0%
Yes, I write about Linux in a blog ( not my own anyway ) 0 0%
Voters: 20. This poll is closed

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Do you blog about Linux ?
# 8  
Old 08-26-2010
I have my own blog its just a 6 month since i started learning about linux.
So in my blog you will see all beginners guide.
I also engaged in development so you may get good articles about configuring java,tomcat,oracle xe (All under linux platform),etc... .
I m also working on a project to monitor the health of linux machine(Project Doctortux).
You can visit it here.
Linux Learning
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
CHRONICLE-SPOOLER(1)					User Contributed Perl Documentation				      CHRONICLE-SPOOLER(1)

NAME
chronicle-spooler - Automatically post pre-written entries. SYNOPSIS
Path Options: --config Specify a configuration file to read. --spool-dir Specify where pending entries are located. --live-dir Specify where the entries should be moved to. Post-Spool Commands: --post-move Specify a command to execute once entries have been moved. Optional Features: --test Only report on what would be executed. Help Options: --help Show the help information for this script. --manual Read the manual for this script. ABOUT
chronicle-spooler is a companion scrip to the chronicle blog compiler. It is designed to facilitate posting new entries automatically upon particular dates. (ie. If you have ten written blog entries in a spool directory it will move them into place upon the date you've specified.) DATE SPECIFICATION
To specify the date a particular entry should be made live you must add another pseudo-header to your blog entry files, as follows: Title: This is the title of the blog post Date: 2nd March 2007 Publish: 15th April 2008 Tags: one, two, three, long tag The text of your entry goes here. In this example we know that this entry will be made live upon the 15th April 2008, and not before. AUTHOR
Steve -- http://www.steve.org.uk/ LICENSE
Copyright (c) 2008-2010 by Steve Kemp. All rights reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license. perl v5.12.3 2011-05-03 CHRONICLE-SPOOLER(1)