Need the Linux Kongress Videos


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Need the Linux Kongress Videos
# 1  
Old 07-22-2015
Need the Linux Kongress Videos

Is there any way to view the Linux Kongress videos ? Are there any recordings of it or any blog posts of what is described ?
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. What is on Your Mind?

videos

hiya guys :p RUmdWdEgHgk Zz-DJr1Qs54 6Ejga4kJUts (1 Reply)
Discussion started by: sparcguy
1 Replies

2. What is on Your Mind?

Nice YouTube Videos

What are they doing? :D kyJHeIqYoLQ ---------- Post updated 11-14-09 at 10:24 AM ---------- Previous update was 11-13-09 at 04:53 PM ---------- Heard of them? Who's them? :b: Totally Hidden Extreme Magic (1/6) mSLMOUOtaQQ Totally Hidden Extreme Magic (2/6) 2bwp2GUrNNc Totally... (3 Replies)
Discussion started by: sparcguy
3 Replies

3. Shell Programming and Scripting

training videos

Dear Experts, I just want any web site from where i can download free or i can buy a full trainning video of unix shell programming. Can any body tell me the good video CBT for unic shell scripting. Regards, SHARY (1 Reply)
Discussion started by: shary
1 Replies
Login or Register to Ask a Question
BLAZE-MAKE(1)						    BlazeBlogger Documentation						     BLAZE-MAKE(1)

NAME
blaze-make - generates a blog from the BlazeBlogger repository SYNOPSIS
blaze-make [-cpqrIFPTV] [-b directory] [-d directory] blaze-make -h|-v DESCRIPTION
blaze-make reads the BlazeBlogger repository, and generates a complete directory tree of static pages, including blog posts, single pages, monthly and yearly archives, tags, and even an RSS feed. OPTIONS
-b directory, --blogdir directory Allows you to specify a directory in which the BlazeBlogger repository is placed. The default option is a current working directory. -d directory, --destdir directory Allows you to specify a directory in which the generated blog is to be placed. The default option is a current working directory. -c, --no-css Disables creating a style sheet. -I, --no-index Disables creating the index page. -p, --no-posts Disables creating blog posts. -P, --no-pages Disables creating pages. -T, --no-tags Disables creating tags. -r, --no-rss Disables creating the RSS feed. -F, --full-paths Enables including page names in generated links. -q, --quiet Disables displaying of unnecessary messages. -V, --verbose Enables displaying of all messages, including a list of created files. -h, --help Displays usage information and exits. -v, --version Displays version information and exits. FILES
.blaze/theme/ A directory containing blog themes. .blaze/style/ A directory containing style sheets. .blaze/lang/ A directory containing language files. EXAMPLE USAGE
Generate a blog in a current working directory: ~]$ blaze-make Done. Generate a blog in the "~/public_html/" directory: ~]$ blaze-make -d ~/public_html Done. Generate a blog with full paths enabled: ~]$ blaze-make -F Done. SEE ALSO
blaze-init(1), blaze-config(1), blaze-add(1) BUGS
To report a bug or to send a patch, please, add a new issue to the bug tracker at <http://code.google.com/p/blazeblogger/issues/>, or visit the discussion group at <http://groups.google.com/group/blazeblogger/>. COPYRIGHT
Copyright (C) 2009-2011 Jaromir Hradilek This program is free software; see the source for copying conditions. It is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Version 1.2.0 2012-03-05 BLAZE-MAKE(1)