<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
>

<channel>
	<title>G-Loaded Journal &#187; Announcements</title>
	<atom:link href="http://www.g-loaded.eu/category/announcements/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.g-loaded.eu</link>
	<description>An open-source software and technology related journal</description>
	<lastBuildDate>Fri, 11 May 2012 13:37:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
		<item>
		<title>PHP syntax error caused 48-hour web site downtime</title>
		<link>http://www.g-loaded.eu/2011/06/14/php-syntax-error-caused-48-hour-web-site-downtime/</link>
		<comments>http://www.g-loaded.eu/2011/06/14/php-syntax-error-caused-48-hour-web-site-downtime/#comments</comments>
		<pubDate>Tue, 14 Jun 2011 11:50:50 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Web Applications]]></category>

		<guid isPermaLink="false">http://www.g-loaded.eu/?p=2365</guid>
		<description><![CDATA[Today I realized my web site had been serving an empty HTML document for the last 2 days on every HTTP request no matter what the path was. When I initially noticed the issue, I was a bit worried, but, after taking a closer look at the Apache error log, I found out about a [...]]]></description>
			<content:encoded><![CDATA[<p>Today I realized my web site had been serving an empty HTML document for the last 2 days on every HTTP request no matter what the path was. When I initially noticed the issue, I was a bit worried, but, after taking a closer look at the Apache error log, I found out about a PHP syntax error causing the issue. A couple of days ago I had edited a WordPress plugin on my live web site and, apparently, I made a typo which led to a syntax error and an empty document being served on every request. But, I recall I had checked the website after the modification of the plugin but I hadn&#8217;t noticed any issues! Actually, this happened because I had forgot to clear the cache, so when I checked the site after the modification of the plugin, it seemed OK. My modification didn&#8217;t change the visual representation of the web site, so, having forgot to turn off caching, there was no way for me to find out about the typo. <strong>Lesson learned</strong>: <em>never modify the code of a live web site, but, if you have to do it, always turn-off caching before doing so</em>.</p>
<p class="cc-block"><em><a href="http://www.g-loaded.eu/2011/06/14/php-syntax-error-caused-48-hour-web-site-downtime/">PHP syntax error caused 48-hour web site downtime</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</p>
<h4>Related Articles</h4>

<ul><li><a href="http://www.g-loaded.eu/2007/07/29/when-it-comes-to-error-messages/" rel="bookmark">When it comes to error messages&#8230;</a></li>
<li><a href="http://www.g-loaded.eu/2007/03/03/announcement-downtime-on-sunday-mar-04-2007/" rel="bookmark">Announcement: Downtime on Sunday, Mar 04 2007</a></li>
<li><a href="http://www.g-loaded.eu/2008/12/16/back-online-after-48-hours-of-downtime/" rel="bookmark">Back online after 48 hours of downtime</a></li>
<li><a href="http://www.g-loaded.eu/2007/02/25/error-when-using-old-runbin-installers-under-linux/" rel="bookmark">Error when using old run/bin installers under Linux</a></li>
<li><a href="http://www.g-loaded.eu/2010/03/28/script-apache-error-report/" rel="bookmark">Script for Apache Error Report</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2011/06/14/php-syntax-error-caused-48-hour-web-site-downtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Full G-Loaded content in Planet feeds</title>
		<link>http://www.g-loaded.eu/2010/10/04/full-g-loaded-content-in-planet-feeds/</link>
		<comments>http://www.g-loaded.eu/2010/10/04/full-g-loaded-content-in-planet-feeds/#comments</comments>
		<pubDate>Mon, 04 Oct 2010 16:20:09 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Syndication]]></category>

		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1985</guid>
		<description><![CDATA[Although the full content of the posts is available in the website feed, until today I had been limiting the content (to just the post&#8217;s summary) that would be retrieved by UniversalFeedParser, which is the user agent string the PlanetPlanet software uses. This was done so that any buttons or ads do not appear in [...]]]></description>
			<content:encoded><![CDATA[<p>Although the full content of the posts is available in the website feed, until today I had been limiting the content (to just the post&#8217;s summary) that would be retrieved by <em>UniversalFeedParser</em>, which is the user agent string the <a href="http://www.planetplanet.org/">PlanetPlanet</a> software uses. This was done so that any buttons or ads do not appear in the Planet feeds. Unfortunately, several people perceived this action very differently, which led to some problems in the past. Recently, I realized that I am probably the only one who cares about such things, so, I announce that no filtering is performed on my side any more. Although the feed items do not contain any ads, social network buttons may be displayed. This change might lead to the re-appearance of my older posts in the Planet feeds. I apologize in advance for that (if it happens). This change is permanent, and I will work with the Planet administrators to resolve any potential future issues with my feed items.</p>
<p class="cc-block"><em><a href="http://www.g-loaded.eu/2010/10/04/full-g-loaded-content-in-planet-feeds/">Full G-Loaded content in Planet feeds</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</p>
<h4>Related Articles</h4>

<ul><li><a href="http://www.g-loaded.eu/2007/07/12/issue-addressed-author-feeds-deliver-full-content/" rel="bookmark">Issue addressed: Author feeds deliver full content</a></li>
<li><a href="http://www.g-loaded.eu/2008/10/17/status-of-content-availability-via-feeds/" rel="bookmark">Status of content availability via feeds</a></li>
<li><a href="http://www.g-loaded.eu/2009/11/19/g-loaded-feeds/" rel="bookmark">G-Loaded Feeds</a></li>
<li><a href="http://www.g-loaded.eu/2006/01/04/bot-allow-content-wordpress-plugin/" rel="bookmark">Bot-Allow-Content WordPress plugin</a></li>
<li><a href="http://www.g-loaded.eu/2006/11/01/bot-allow-content-and-cc-configurator-plugin-updates/" rel="bookmark">Bot-Allow-Content and CC-Configurator plugin updates</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2010/10/04/full-g-loaded-content-in-planet-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>The G-Loaded Experiment &#8211; 5 years of tech blogging</title>
		<link>http://www.g-loaded.eu/2010/09/16/the-g-loaded-experiment-5-years-of-tech-blogging/</link>
		<comments>http://www.g-loaded.eu/2010/09/16/the-g-loaded-experiment-5-years-of-tech-blogging/#comments</comments>
		<pubDate>Thu, 16 Sep 2010 14:26:13 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1835</guid>
		<description><![CDATA[Okay. It&#8217;s been five years since I started this website and I feel I want to share with you one or two things about it. In this post I&#8217;ll try to go back in time and write about why I started it and what this web journal has accomplished so far. I also post some [...]]]></description>
			<content:encoded><![CDATA[<p>Okay. It&#8217;s been five years since I started this website and I feel I want to share with you one or two things about it. In this post I&#8217;ll try to go back in time and write about why I started it and what this web journal has accomplished so far. I also post some thoughts about the future plans.<br />
<span id="more-1835"></span></p>
<h4>The Past</h4>
<p>First, let&#8217;s go back to <em>September 2005</em>. At that time, it had been about 5-6 months since I had begun to experiment with the Linux Desktop, more specifically with Fedora Core and later Fedora. Before that, I was a Microsoft Windows power-user. I also spent a lot of time on a spare computer powered by Red Hat Linux and later Fedora Core 1, which was used as an experimental server in my home LAN. The main reason for trying the Linux Desktop was the exploration of its features and to check how they compared to those of Windows. Although I had already noticed some shortcomings from the very first months of use, I guess it was the excitement about the new platform that kept me going and made me eventually switch to Linux for my everyday computing.</p>
<p>There is one thing I am 100% certain I did right. Keeping detailed notes about almost everything: my modifications in the configuration files, how to accomplish certain tasks quickly from the command line, notes about features that were not so obvious, etc. This had helped me a lot to adapt to the new environment quickly. At that time, the first tech blogs had already made their appearance in the blogosphere and several people published tips and tricks about open source software, so, being inspired by the openness of the Free Software world, I had decided to publish my own notes, hoping that others would find them useful. It happened that, at that time, my first complete server configuration, which was safe enough and moderately tested, was almost finished, so I could use it to power a website in the real world instead of using a service like Blogspot, WordPress or Livejournal.</p>
<p>I set up an old computer as a production server. The hardware may sound ridiculous, but that thing was powered by an Intel Pentium II 350MHz CPU overclocked at 392MHz, 128MB of RAM and a very old (even in 2005) Quantum Fireball 18GB hard disk (which I still have around for historical reasons). And the website went live. Later I upgraded RAM to 256MB and finally to 512MB. Needless to say that the server was connected to the internet through a consumer broadband line. Also, the website was powered by the WordPress personal publishing platform, which is the dynamic content engine G-Loaded uses until today. Of course, I later moved to a VPS, but I admit that the home server was pure fun&#8230;</p>
<p>So, that was it. I started publishing detailed guides about how to accomplish several tasks in a server or desktop environment, workarounds about various issues I had encountered, news I considered important and also some source code snippets. One of my goals from the beginning was to reach a broader audience and not just computer geeks. I rarely used geeky language in my posts and often provided detailed explanation about what was happening behind the scenes when a specific command was invoked in the shell. I never wrote about anything that I hadn&#8217;t previously tested extensively. Whenever an article was published, that meant it was complete, had accurate instructions and worked 100%. I think this made the guides even more helpful and educational, which eventually made the website more popular as more Linux newcomers visited it while looking for information about how to accomplish certain tasks.</p>
<p>G-Loaded evolved to something bigger than just a spot on the web where I published my notes. First of all, it made it possible for me to test my server configuration in the real world and eventually greatly improve it. To be more specific, the server configuration has been re-written 3 or 4 times since the first deployment and I have also developed some deployment scripts, which can set up the server from scratch. Moreover, G-Loaded has been a window, through which I had the opportunity to see how things work in the webmaster world, including website administration, advertising etc. Most of these things cannot be learned in a class or by reading a book. You have to check them out on the go to have a better understanding about them. This is why I call the whole thing the &#8220;G-Loaded Experiment&#8221; and not just a web journal. It might seem like a journal, but practically it&#8217;s more than just that.</p>
<p>Nowadays, the website has small to moderate web traffic, producing around 150k to 180k page views per month, as measured by AWStats, which is quite good for a website covering topics on open source software. The traffic could have been bigger, but I never really cared about web traffic. It was something that came naturally. I never used any &#8220;recipies&#8221; to drive traffic to the website. Had I cared about traffic, I bet you would have noticed&#8230;</p>
<p>And next comes another thing, which I consider quite important. This is about whether a website, which generally spoon feeds new users of open source software or carries advertisements together with the content, is accepted or not by specific audiences related to open-source software. My conclusions regarding acceptance are the following:</p>
<ul>
<li>Acceptance by <em>new Linux users</em>: <strong>strong</strong> &#8212; The website is accepted as is with or without adverts as the visitors are generally interested about the detailed information they can find inside the guides and they never care why the guide was written or why the web site carries advertising.</li>
<li>Acceptance by <em>hardcore FOSS users</em> (<em>non IT professionals</em>): <strong>small</strong> &#8212; Adverts and spoon feeding is something geeks do not generally like. (That&#8217;s OK. Still love you guys, but this website was not made to teach you anything you do not already know.)</li>
<li>Acceptance by <em>IT professionals</em>: <strong>varies</strong>:
<ul>
<li>The website is <strong>moderately accepted</strong> by those who can handle the popularity of their profession well. They usually do not mind seeing non IT professionals blogging about things related to IT and they often correct their mistakes and generally enjoy being gurus.</li>
<li>On the other side, IT professionals who cannot handle the popularity of their profession very well or have a strict elitist approach to FOSS, generally <strong>do not accept the existence</strong> of such websites. Please allow me to believe that this is how the majority of IT professionals feel about tech blogs run by non IT professionals.</li>
</ul>
</li>
</ul>
<p>Finally, let me talk about today and the future plans regarding G-Loaded.</p>
<h4>The Present and Future Plans</h4>
<p>Several things have changed since the initial launch on September 9th 2005. First of all, the 5-year anniversary finds me using a Windows 7 desktop, after testing it for a full year. I&#8217;ve already spent around 400 EUR on Windows software, so I guess going back to a desktop powered by a Linux distribution won&#8217;t happen any time soon. It seems that the Linux Desktop experiment did not work out very well for me. I needed an operating system that would let me focus on things that matter to me and the Linux Desktop often distracted me from my goals, requiring a significant amount of time for maintenance every now and then. There will be a separate post about this, so I won&#8217;t go into the details here.</p>
<p>Apart from using a computer as a tool for work and research, I am still very interested in administering a Linux Server. During the first 3 years G-Loaded was powered by a Fedora Server, but for various reasons I had explained in an older post I have now switched to CentOS. I intend to continue to work on and improve the server configuration I&#8217;ve been developing all these years. Maybe I try to use a configuration manager this time instead of my custom shell scripts. I&#8217;ll need to check these tools out and also collect some information and experiences of others first.</p>
<p>So, time permitting, I intend to post some guides/tutorials about how I setup the various services in a Linux Server. Generally, my posts will mostly cover things related to servers. But, you know, since I use Windows on my desktop now, one or two posts about this OS might sneak into my blog every now and then. But, this won&#8217;t happen often for sure. I really do not care about desktops regardless of them being open-source or closed-source, embedded, customizable or not, as long as they do not get into my way. Also, during the last month I&#8217;ve been thinking about releasing my server configuration and some other software as open-source projects. Many people could possibly benefit from them by using them on their VPSes. But, this is just a thought&#8230; Before opening anything up, I&#8217;ll need some serious guarantees that some people will also work with me on the project or take it over for further development and fine-tuning. I&#8217;ll think about it during the following months and keep you updated.</p>
<h4>Final Thoughts</h4>
<p>I&#8217;ve always been interested in open source software. The main goal of the G-Loaded Journal is to bring you information about how to utilize FOSS more effectively. This goal has not changed and never will be.</p>
<p class="cc-block"><em><a href="http://www.g-loaded.eu/2010/09/16/the-g-loaded-experiment-5-years-of-tech-blogging/">The G-Loaded Experiment &#8211; 5 years of tech blogging</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</p>
<h4>Related Articles</h4>

<ul><li><a href="http://www.g-loaded.eu/2007/07/01/gplv3-is-out-the-g-loadedeu-views/" rel="bookmark">GPLv3 is out &#8211; The G-Loaded.eu views</a></li>
<li><a href="http://www.g-loaded.eu/2008/10/17/new-stuff-on-g-loaded/" rel="bookmark">New stuff on G-Loaded</a></li>
<li><a href="http://www.g-loaded.eu/2010/10/04/full-g-loaded-content-in-planet-feeds/" rel="bookmark">Full G-Loaded content in Planet feeds</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2010/09/16/the-g-loaded-experiment-5-years-of-tech-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>G-Loaded Feeds</title>
		<link>http://www.g-loaded.eu/2009/11/19/g-loaded-feeds/</link>
		<comments>http://www.g-loaded.eu/2009/11/19/g-loaded-feeds/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 23:52:03 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[syn]]></category>

		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1473</guid>
		<description><![CDATA[During the last weekend, I made some changes to the website&#8217;s feeds. It seems that, after 4 years of blogging, I have finally made up my mind about what is needed and what is unnecessary regarding the syndicated content on G-Loaded. The first major change is that I no longer use Feedburner for content delivery. [...]]]></description>
			<content:encoded><![CDATA[<p>During the last weekend, I made some changes to the website&#8217;s <a href="http://www.g-loaded.eu/about/#subscribe">feeds</a>. It seems that, after 4 years of blogging, I have finally made up my mind about what is needed and what is unnecessary regarding the syndicated content on G-Loaded.<br />
<span id="more-1473"></span><br />
The <strong>first</strong> major change is that I no longer use <a href="http://feedburner.google.com/">Feedburner</a> for <strong>content delivery</strong>. I used that service for several months, but, although the delivery of my content was flawless and I was generally 100% satisfied, I&#8217;ve come to the conclusion that I do not really need it. Fortunately, I was redirecting my feeds using the <strong>302</strong> (<em>temporary redirect</em>) HTTP code, so the change probably won&#8217;t be noticed by you.</p>
<p>The <strong>second</strong> major change is that all feeds, except the <em>RSS v0.92</em> feed, are now redirected to the my <em>RSS v2.0</em> feed. No more <em>Atom</em> feed. No more <em>RDF</em> (<em>RSS v1.0</em>). As I had written in the past, despite <a href="http://www.g-loaded.eu/2005/12/08/wordpress-atom-feed/" title="Design the perfect Atom feed for WordPress">my work</a> on WordPress&#8217; old Atom feed, <strong>RSS</strong> is my preferred feed type. There is nothing wrong with the other formats. I just do not need them. They add nothing to my website, but cause me trouble when I have to do any redirections or other manipulation of the syndicated content. I still consider the Atom format more advanced than RSS 2, but, since RSS was <a href="http://www.g-loaded.eu/2007/02/04/and-the-winner-is-rss-20/" title="Feed format of choice is RSS 2.0">my choice</a> for this blog, I find no reason to change it now.</p>
<p>I understand that redirecting the Atom or RDF feeds to the RSS one might cause some trouble to some feed readers (software). I apologize in advance for any such inconvenience, but this was a necessary change.</p>
<p>The following diagram shows the redirections that take place when any of the website&#8217;s feeds is requested:</p>
<div id="attachment_1483" class="wp-caption aligncenter" style="width: 490px"><img src="http://www.g-loaded.eu/wp-content/uploads/g-loaded-feeds.png" alt="Feed redirections on G-Loaded.eu" title="g-loaded-feeds" width="480" height="208" class="size-full wp-image-1483" /><p class="wp-caption-text">Feed redirections on G-Loaded.eu</p></div>
<p>Some remarks:</p>
<ul>
<li>No matter which of the RSS2, Atom or RDF format you request, you always get the <strong>full content</strong> in <em>RSS 2.0 format</em>.</li>
<li>If you just want a simple notification about the latest posts, you can select the <em>RSS v0.92</em> feed. This feed delivers a very small <strong>summary</strong> of the content.</li>
<li>There is a <em>special exception</em> for the <a href="http://www.planetplanet.org/">Planet Feed Reader</a>, which always gets the Atom feed. The amount of content this feed delivers is variable and is determined by the author of the post (me in this case). This is done using a custom plugin.</li>
</ul>
<h4>Getting the content</h4>
<p>Here are the links to the G-Loaded Feeds:</p>
<ul>
<li><a href="http://www.g-loaded.eu/feed/" title="G-Loaded Entries Feed (full content)">RSS 2.0</a> (full content)</li>
<li><a href="http://www.g-loaded.eu/feed/rss/" title="G-Loaded Entries Feed (summaries)">RSS 0.92</a> (summaries)</li>
</ul>
<p>Please feel free to ask your questions or report any issues.</p>
<p class="cc-block"><em><a href="http://www.g-loaded.eu/2009/11/19/g-loaded-feeds/">G-Loaded Feeds</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</p>
<h4>Related Articles</h4>

<ul><li><a href="http://www.g-loaded.eu/2010/10/04/full-g-loaded-content-in-planet-feeds/" rel="bookmark">Full G-Loaded content in Planet feeds</a></li>
<li><a href="http://www.g-loaded.eu/2008/10/17/status-of-content-availability-via-feeds/" rel="bookmark">Status of content availability via feeds</a></li>
<li><a href="http://www.g-loaded.eu/2007/07/12/issue-addressed-author-feeds-deliver-full-content/" rel="bookmark">Issue addressed: Author feeds deliver full content</a></li>
<li><a href="http://www.g-loaded.eu/2007/02/04/and-the-winner-is-rss-20/" rel="bookmark">And the winner is: RSS 2.0</a></li>
<li><a href="http://www.g-loaded.eu/2008/10/17/new-stuff-on-g-loaded/" rel="bookmark">New stuff on G-Loaded</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2009/11/19/g-loaded-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Redmine</title>
		<link>http://www.g-loaded.eu/2009/09/21/redmine/</link>
		<comments>http://www.g-loaded.eu/2009/09/21/redmine/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 15:31:12 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Web Applications]]></category>
		<category><![CDATA[Redmine]]></category>

		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1160</guid>
		<description><![CDATA[Redmine is an open source, cross-platform and cross-database project management platform, written using the Ruby on Rails framework. After doing some testing in August 2009, I decided to switch to this platform on CodeTRAX.org. Redmine is so feature rich and well-designed that it is difficult to go unnoticed. Some of the features include: Multiple project [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.redmine.org">Redmine</a> is an open source, cross-platform and cross-database <strong>project management</strong> platform, written using the <a href="http://rubyonrails.org/">Ruby on Rails</a> framework. After doing some testing in August 2009, I decided to switch to this platform on <a href="http://www.codetrax.org/">CodeTRAX.org</a>. <strong>Redmine</strong> is so feature rich and well-designed that it is difficult to go unnoticed. Some of the features include:<br />
<span id="more-1160"></span></p>
<ul>
<li>Multiple project support within one Redmine instance</li>
<li>Multiple subproject support</li>
<li>Flexible role based access control with user-defined roles</li>
<li>Flexible issue tracking system with user-defined statuses and issue types</li>
<li>Automatic gantt chart and calendar based on issues start and due dates</li>
<li>News, documents &#038; files management</li>
<li>Feeds &#038; email notifications</li>
<li>Per project wiki</li>
<li>Per project forums</li>
<li>Time tracking</li>
<li>Custom fields for issues, time-entries, projects and users</li>
<li>SCM integration (SVN, CVS, Git, Mercurial, Bazaar and Darcs)</li>
<li>Repository browser and diff viewer</li>
<li>Plugin system</li>
<li>Issue creation via email</li>
<li>Multiple LDAP authentication support</li>
<li>User self-registration support</li>
<li>Multilanguage support</li>
<li>Multiple databases support (MySQL, PostgreSQL and SQLite)</li>
</ul>
<p>This platform is here to win.</p>
<p>During my tests, the only shortcoming was the lack of subversion repository path-based access control, but this might change in the near future. Another thing, about which I was a bit skeptical at first, was the fact that this project is written in Ruby, a programming language I do not know. But, finally, I think that this will not be a problem since I intend to stick to the default functionality. If, for any reason, I have to write a plugin to extend its functionality, that will be an excellent opportunity to know Ruby.</p>
<p>I highly suggest that you try out the <a href="http://demo.redmine.org/">demo</a> Redmine installation.</p>
<p>Time permitting, I intend to write an extensive guide describing the installation of Redmine with <a href="http://subversion.tigris.org/">Subversion</a> repository support.</p>
<p>Stay tuned&#8230;</p>
<p class="cc-block"><em><a href="http://www.g-loaded.eu/2009/09/21/redmine/">Redmine</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</p>
<h4>Related Articles</h4>

<ul><li><a href="http://www.g-loaded.eu/2009/10/08/redmine-deployment-delayed/" rel="bookmark">Redmine deployment delayed</a></li>
<li><a href="http://www.g-loaded.eu/2010/04/14/some-preliminary-redmine-customizations/" rel="bookmark">Some Preliminary Redmine Customizations</a></li>
<li><a href="http://www.g-loaded.eu/2009/10/15/redmine-deployment-meets-social-media/" rel="bookmark">Redmine deployment meets social media</a></li>
<li><a href="http://www.g-loaded.eu/2009/09/21/project-codetrax-discontinued/" rel="bookmark">Project CodeTRAX discontinued</a></li>
<li><a href="http://www.g-loaded.eu/2010/04/12/a-change-of-plans-regarding-a-web-based-vcs-manager/" rel="bookmark">A change of plans regarding a web-based VCS manager</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2009/09/21/redmine/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Project CodeTRAX discontinued</title>
		<link>http://www.g-loaded.eu/2009/09/21/project-codetrax-discontinued/</link>
		<comments>http://www.g-loaded.eu/2009/09/21/project-codetrax-discontinued/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 13:10:24 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Services]]></category>

		<guid isPermaLink="false">http://www.g-loaded.eu/?p=1179</guid>
		<description><![CDATA[I officially announce that Project CodeTRAX will not be developed any further. This project was an effort to create a hosting platform for multiple software projects using well-established open source software. Although there had been some silent progress in the development of small administrative utilities and software bridges between the various parts of the system, [...]]]></description>
			<content:encoded><![CDATA[<p>I officially announce that <a href="http://www.codetrax.org/projects/project-codetrax">Project CodeTRAX</a> will not be developed any further. This project was an effort to create a hosting platform for multiple software projects using well-established <strong>open source</strong> software. Although there had been some silent progress in the development of small administrative utilities and software bridges between the various parts of the system, I finally realized that the base software, <a href="http://trac.edgewall.org/">Trac</a>, could not meet the requirements of a multi-project environment, at least in its current form. Although, there is an ongoing effort by some developers to add support for multiple projects, I think that it is very difficult for Trac to adapt to its new role without major core changes and I doubt that such changes will happen any time soon.</p>
<p>I have already found the project hosting platform which will host my software projects. This will soon be deployed on <a href="http://www.codetrax.org/">Codetrax.org</a>. Stay tuned for more info&#8230;</p>
<p class="cc-block"><em><a href="http://www.g-loaded.eu/2009/09/21/project-codetrax-discontinued/">Project CodeTRAX discontinued</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</p>
<h4>Related Articles</h4>

<ul><li><a href="http://www.g-loaded.eu/2007/08/09/introducing-codetrax/" rel="bookmark">Introducing codeTRAX</a></li>
<li><a href="http://www.g-loaded.eu/2009/10/12/free-personal-email-certificates-program-discontinued-by-thawte/" rel="bookmark">Free Personal Email Certificates Program discontinued by Thawte</a></li>
<li><a href="http://www.g-loaded.eu/2008/12/12/release-time/" rel="bookmark">Release Time</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2009/09/21/project-codetrax-discontinued/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Back online after 48 hours of downtime</title>
		<link>http://www.g-loaded.eu/2008/12/16/back-online-after-48-hours-of-downtime/</link>
		<comments>http://www.g-loaded.eu/2008/12/16/back-online-after-48-hours-of-downtime/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 23:33:50 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Announcements]]></category>

		<guid isPermaLink="false">http://www.g-loaded.eu/?p=799</guid>
		<description><![CDATA[The website was down for over 48 hours. My new internet and telephony provider is 100% responsible for this situation and tomorrow I am going to have a word with them and demand an explanation about why my internet and phone lines were down for two days, despite the fact that I pre-pay the standard [...]]]></description>
			<content:encoded><![CDATA[<p>The website was down for over 48 hours. My new internet and telephony provider is 100% responsible for this situation and tomorrow I am going to have a word with them and demand an explanation about why my internet and phone lines were down for two days, despite the fact that I <strong>pre-pay</strong> the standard monthly rate according to their company&#8217;s policy. I would have no problem with the outage if they had informed me with an SMS or email about the scheduled downtime. But, I can tell you I received no such information! I&#8217;ve also been through their miserable announcements about scheduled maintenance downtimes, but I was unable to locate an entry for my location. I know, you may think that this is about an ultra-cheap low-quality-by-design internet provider. Well, this is the quality of the services of the country&#8217;s second best ISP and that&#8217;s only some of it.</p>
<p>At the moment of writing the quality of the internet bandwidth is far from good and I still have no phone.</p>
<p class="cc-block"><em><a href="http://www.g-loaded.eu/2008/12/16/back-online-after-48-hours-of-downtime/">Back online after 48 hours of downtime</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</p>
<h4>Related Articles</h4>

<ul><li><a href="http://www.g-loaded.eu/2008/12/17/online-for-good/" rel="bookmark">Online for good</a></li>
<li><a href="http://www.g-loaded.eu/2007/03/03/announcement-downtime-on-sunday-mar-04-2007/" rel="bookmark">Announcement: Downtime on Sunday, Mar 04 2007</a></li>
<li><a href="http://www.g-loaded.eu/2011/06/14/php-syntax-error-caused-48-hour-web-site-downtime/" rel="bookmark">PHP syntax error caused 48-hour web site downtime</a></li>
<li><a href="http://www.g-loaded.eu/2008/02/25/online-analysis-of-a-webpages-loading-time/" rel="bookmark">Online analysis of a webpage&#8217;s loading time</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2008/12/16/back-online-after-48-hours-of-downtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Random downtimes during next 2 weeks</title>
		<link>http://www.g-loaded.eu/2008/10/24/random-downtimes-during-next-2-weeks/</link>
		<comments>http://www.g-loaded.eu/2008/10/24/random-downtimes-during-next-2-weeks/#comments</comments>
		<pubDate>Fri, 24 Oct 2008 11:19:35 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Maintenance]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://www.g-loaded.eu/?p=571</guid>
		<description><![CDATA[Last weekend I spent most of my free time revising the configuration of the server. This time my sole intention is to further improve the allocation of resources (mainly memory) to the various services. This involves a lot of testing, graphing and note taking as some of the currently used software needs to be fine-tuned [...]]]></description>
			<content:encoded><![CDATA[<p>Last weekend I spent most of my free time revising the configuration of the server. This time my sole intention is to further improve the allocation of resources (mainly memory) to the various services. This involves a lot of testing, graphing and note taking as some of the currently used software needs to be fine-tuned or to be replaced by other similar software, which I expect to perform better on the server&#8217;s old hardware. As most of these changes take place directly on the server that serves this website, you might experience random periods of downtime during the next 1-2 weeks. Do not worry; that will be normal.</p>
<p>This time I&#8217;ve decided to be a bit more <strong>radical</strong> than the other times I modified the configuration of the services, but I expect good results. Time permitting, in the upcoming months, I will <strong>share</strong> my findings by posting articles containing information about the changes I made and the results I got. Also, during the last three years, I&#8217;ve written numerous <strong>scripts</strong> that automate every operation that happens on the server, including backup, log archival and analysis, notifications, maintenance tasks, reporting etc etc. I feel that it is about time I start releasing them. As usual, they will be released as <abbr title="Free Open Source Software">FOSS</abbr> under the <a href="http://www.codetrax.org/licenses/ApacheLicenseV2">Apache License version 2</a>.</p>
<p class="cc-block"><em><a href="http://www.g-loaded.eu/2008/10/24/random-downtimes-during-next-2-weeks/">Random downtimes during next 2 weeks</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</p>
<h4>Related Articles</h4>

  <p>No related articles.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2008/10/24/random-downtimes-during-next-2-weeks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>Status of content availability via feeds</title>
		<link>http://www.g-loaded.eu/2008/10/17/status-of-content-availability-via-feeds/</link>
		<comments>http://www.g-loaded.eu/2008/10/17/status-of-content-availability-via-feeds/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 14:37:16 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[G-Loaded]]></category>
		<category><![CDATA[Syndication]]></category>

		<guid isPermaLink="false">http://www.g-loaded.eu/?p=547</guid>
		<description><![CDATA[In the previous post, I had written a few things about my intention to make the full content and not just the summaries of the posts available through the feeds (RSS or Atom). This was a hard decision as I&#8217;ve always considered feeds as a medium for notifying readers that the content of the website [...]]]></description>
			<content:encoded><![CDATA[<p>In the <a href="http://www.g-loaded.eu/2008/10/17/new-stuff-on-g-loaded/" title="New features on G-Loaded">previous post</a>, I had written a few things about my intention to make the <strong>full content</strong> and not just the <strong>summaries</strong> of the posts available through the feeds (<strong>RSS</strong> or <strong>Atom</strong>). This was a hard decision as I&#8217;ve always considered feeds as a medium for <em>notifying</em> readers that the content of the website had been updated. This turned out to be a mistake as nowadays web browsers, when it comes to reading the news, have almost been replaced by software or web-based feed readers. This means that these feed readers are not just a medium for receiving notifications, but the <em>main medium used to read the news</em>.<br />
<span id="more-547"></span><br />
As I had stated in the past, <a href="http://www.g-loaded.eu/">G-Loaded</a>&#8216;s <a href="http://www.g-loaded.eu/2007/02/04/and-the-winner-is-rss-20/">primary feed is RSS 2.0</a>, so, today, I am pleased to announce that the full G-Loaded Journal&#8217;s content will be available through the <a href="http://www.g-loaded.eu/feed/">RSS 2.0 feed</a>. The feed is being made <strong>available through</strong> the <a href="http://www.google.com/adsense">Google Adsense</a> program and is ad-supported like the content on the HTML pages. The <strong>full URL</strong> to the feed is:</p>
<pre class="codesnp">http://www.g-loaded.eu/feed/</pre>
<p>Further <strong>customizations</strong> are <strong>planned</strong> for this feed. The time of their implementation is unknown and will depend on my free time during the upcoming weeks/months.</p>
<p>Until further notice, the <a href="http://www.g-loaded.eu/feed/atom/">Atom 1.0 feed</a> will still deliver summaries of the posts and should be used by any web-based feed aggregator which syndicates G-Loaded Journal&#8217;s content.</p>
<p class="cc-block"><em><a href="http://www.g-loaded.eu/2008/10/17/status-of-content-availability-via-feeds/">Status of content availability via feeds</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</p>
<h4>Related Articles</h4>

<ul><li><a href="http://www.g-loaded.eu/2010/10/04/full-g-loaded-content-in-planet-feeds/" rel="bookmark">Full G-Loaded content in Planet feeds</a></li>
<li><a href="http://www.g-loaded.eu/2007/07/12/issue-addressed-author-feeds-deliver-full-content/" rel="bookmark">Issue addressed: Author feeds deliver full content</a></li>
<li><a href="http://www.g-loaded.eu/2009/11/19/g-loaded-feeds/" rel="bookmark">G-Loaded Feeds</a></li>
<li><a href="http://www.g-loaded.eu/2006/01/04/bot-allow-content-wordpress-plugin/" rel="bookmark">Bot-Allow-Content WordPress plugin</a></li>
<li><a href="http://www.g-loaded.eu/2006/11/01/bot-allow-content-and-cc-configurator-plugin-updates/" rel="bookmark">Bot-Allow-Content and CC-Configurator plugin updates</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2008/10/17/status-of-content-availability-via-feeds/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
		<item>
		<title>New stuff on G-Loaded</title>
		<link>http://www.g-loaded.eu/2008/10/17/new-stuff-on-g-loaded/</link>
		<comments>http://www.g-loaded.eu/2008/10/17/new-stuff-on-g-loaded/#comments</comments>
		<pubDate>Fri, 17 Oct 2008 12:09:51 +0000</pubDate>
		<dc:creator>George Notaras</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[Changes]]></category>
		<category><![CDATA[G-Loaded]]></category>

		<guid isPermaLink="false">http://www.g-loaded.eu/?p=531</guid>
		<description><![CDATA[It&#8217;s been a few months since I last updated the web site, so apologies for the long period of silence. During the last months, although I was around, I tried to spend as less time in front of a computer as possible, so updating the website was not a priority at all. Not using a [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a few months since I last updated the web site, so apologies for the long period of silence. During the last months, although I was around, I tried to spend as less time in front of a computer as possible, so updating the website was not a priority at all. Not using a computer was good for many reasons, the most important of which was the opportunity to realize the tremendous amount of time I have spent on pointless computer-related activities. It would have been impossible to realize this while in front of a computer monitor.<br />
<span id="more-531"></span><br />
Of course, the pointless computer-related activities I mentioned earlier do not involve updating the website or administering and maintaining the server or doing any kind of actual work on the computer. They mostly involve things like spending days trying to find a workaround on how to use a buggy piece of software or trying to become an expert on software or a technology which was not designed to be useful or is outdated or trying to make a device, which was not designed with interoperability in mind, to inter-operate with other devices or with various pieces of PC software. I&#8217;ve done it all, but these things <em>just don&#8217;t entertain me</em> that much any more&#8230;</p>
<p>But&#8230; I just realized that I am getting off-topic, so let&#8217;s stick to what will change on <a href="http://www.g-loaded.eu/">G-Loaded Journal</a> in the upcoming weeks.</p>
<p>First of all is the <strong>availability and distribution of the content</strong>. Although I was totally against delivering the full article content through the <strong>feeds</strong> in the past, now it seems that my views on this matter have changed. However, I am still trying to figure out what would be the best way to achieve this. Maybe two choices will be offered to the user: an ad-supported feed with the full content and a separate feed with the article abstracts. I haven&#8217;t made any final decisions yet. An announcement regarding this issue will be posted in a separate post soon.</p>
<p>Second, <a href="http://www.g-loaded.eu/archives/">searching G-Loaded</a> had been a pain in the past because of WordPress&#8217; simplistic internal search mechanism. So, I decided to replace it with a custom Google search engine. The new search form is now available throughout the web site pages, so feel sure that you will find what you search for.</p>
<p>Third, a <strong>help page</strong> explaining the structure of G-Loaded and containing information about how to read the <a href="http://www.g-loaded.eu/features/">published guides</a> or how to use our forums will be added soon to the main link bar.</p>
<p>The forth change involves <strong>money donations</strong> via <a href="https://www.paypal.com/">Paypal</a>. Until now, I was totally against receiving money for my work on the HOWTO articles or the <a href="http://www.g-loaded.eu/software/">software</a>, but, recently, the emails of some kind people who insisted on donating a couple of bucks for my efforts have managed to change my mind about this. It&#8217;s not about the money. It&#8217;s just the appreciation of the effort. So, a Paypal donation form will be added in the near future.</p>
<p>Finally, the major changes on G-Loaded will involve the <strong>frequency of updates</strong> and the <strong>detail of the tutorials</strong>. Until now, I&#8217;ve been posting without schedule, but this is about to change. From now on, I will try to transform G-Loaded into a monthly column. It will be updated with a HOWTO document on a monthly basis, but, of course, smaller posts containing tips, announcements or news may be published in between.</p>
<p>Regarding the <strong>detail</strong> of the guides, some changes will be there too. Until now, I tried to write detailed guides, which, apart from providing the reader with the <strong>steps to achieve the article&#8217;s goal</strong>, contained information about the involved software in an attempt to educate the reader. This last thing, the <strong>reader&#8217;s education</strong>, will not be a feature of the upcoming articles. The only reason for this change is the <strong>limited free time</strong>.</p>
<p>As I have written earlier, I spend very little time on the computer, so I do not know when all these changes will actually take place. So, stay tuned!</p>
<p>If you have reached that far, thanks for your interest in the upcoming changes of G-Loaded.</p>
<p class="cc-block"><em><a href="http://www.g-loaded.eu/2008/10/17/new-stuff-on-g-loaded/">New stuff on G-Loaded</a></em>, unless otherwise expressly stated, is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License</a>.</p>
<h4>Related Articles</h4>

<ul><li><a href="http://www.g-loaded.eu/2010/09/16/the-g-loaded-experiment-5-years-of-tech-blogging/" rel="bookmark">The G-Loaded Experiment &#8211; 5 years of tech blogging</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.g-loaded.eu/2008/10/17/new-stuff-on-g-loaded/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license>
	</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 1809/1886 objects using apc

Served from: www.g-loaded.eu @ 2012-05-17 03:59:26 -->
