<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
		<title>Linux, TYPO3 and other Pains</title>
		<link>http://linux.bigga.de/blog/</link>
		<description>[ daily hacking ]</description>
		<language>en-en</language>
		<generator>T3Blog 4.4.0</generator>
		
<docs>http://blogs.law.harvard.edu/tech/rss</docs>

		<copyright>Alexander Bigga</copyright>
		<managingEditor>Alexander Bigga</managingEditor>
		<webMaster>Alexander Bigga</webMaster>
		<image>
			<title>Linux, TYPO3 and other Pains</title>
			<url>http://linux.bigga.de/typo3conf/ext/t3blog/icons/rss.png</url>
			<link>http://linux.bigga.de/blog/</link>
			<description>[ daily hacking ]</description>
		</image>
		
<item>
	<title>[Review] TYPO3 4.2 E-Commerce Book by PACKT publishing</title>
	<author>Alexander Bigga</author>
	<link>http://linux.bigga.de/blog/blog-post/2010/07/22/review-typo3-42-e-commerce-book-by-packt-publishing/</link>
<guid>http://linux.bigga.de/blog/blog-post/2010/07/22/review-typo3-42-e-commerce-book-by-packt-publishing/</guid>
<category>typo3</category>
	<pubDate>Thu, 22 Jul 2010 20:58:00 +0200</pubDate>
	<description> PREVIEW Because of my last review about the TYPO3 4.3 Multimedia Cookbook, Packt Publishing sent me their new book TYPO3 4.2 E-Commerce. In the next few days, I'll read and review the book. Prom...</description><content:encoded><![CDATA[ PREVIEW Because of my last review about the TYPO3 4.3 Multimedia Cookbook, Packt Publishing sent me their new book TYPO3 4.2 E-Commerce. In the next few days, I'll read and review the book. Promised!]]></content:encoded>
</item>
<item>
	<title>Link t3blog and tt_news Articles on Your TYPO3-Site</title>
	<author>Alexander Bigga</author>
	<link>http://linux.bigga.de/blog/blog-post/2010/06/19/link-t3blog-and-tt-news-articles-on-your-typo3-site/</link>
<guid>http://linux.bigga.de/blog/blog-post/2010/06/19/link-t3blog-and-tt-news-articles-on-your-typo3-site/</guid>
<category>typo3</category>
	<pubDate>Sat, 19 Jun 2010 20:37:00 +0200</pubDate>
	<description> Quite often I want to set a link to an article I wrote somewhere else on this TYPO3 page. This is no problem, if this article is on a separate page with a unique ID. But howto set a link to a t3blo...</description><content:encoded><![CDATA[ Quite often I want to set a link to an article I wrote somewhere else on this TYPO3 page. This is no problem, if this article is on a separate page with a unique ID. But howto set a link to a t3blog article or a tt_news article? As usual, there are several possibilities: add the AOE Linkhandler extension add the RTE Generic Record extension replace your htmlarea RTE with tinymce_rte with buildin linkhander support  I tried them all. To link a tt_news article is no problem with all of it. But howto link a t3blog-article? This seems to be not so easy if you're using realurl![...]﻿By adding the following Typoscript to your page TSconfig (Page->Edit->Options), tinymce_rte shows you the articles and t3blog-categories when selecting the blog-record folder (in my case ID is 3):﻿RTE.default {       linkhandler {              tx_t3blog_post {                     default {               # instead of default you could write the id of the storage folder                           # id of the Single News Page                           parameter = 3                           additionalParams = +amp;tx_t3blog_pi1[blogList][showUidPerma]={field:uid}              additionalParams.insertData = 1              select = uid,title as header,hidden              sorting = crdate desc           }       }               tx_t3blog_cat {                       default {                              parameter = 3                              additionalParams = +amp;tx_t3blog_pi1[blogList][category]={field:uid}                              additionalParams.insertData = 1                              select = uid,catname as header,hidden                              sorting = crdate desc                       }       }     } }Unfortunately it is not possible to select the tags from the menu. This is because all tags of one post are stored in the tagClouds field of the tx_t3blog_post table. So still have to add an external link to your page and add e.g. "blog/tags/typo3" if you're using realurl, your blog is located on page "blog" and you want to select the "typo3" tag.]]></content:encoded>
</item>
<item>
	<title>Tiny &quot;fit-PC 2&quot; Replacing Old Desktop PC</title>
	<author>Alexander Bigga</author>
	<link>http://linux.bigga.de/blog/blog-post/2010/05/15/tiny-fit-pc-2-replacing-old-desktop-pc/</link>
<guid>http://linux.bigga.de/blog/blog-post/2010/05/15/tiny-fit-pc-2-replacing-old-desktop-pc/</guid>
<category>embedded, green IT, linux</category>
	<pubDate>Sat, 15 May 2010 14:28:00 +0200</pubDate>
	<description> Recently I bought a &quot;fit-PC 2&quot; from CompuLab to replace my desktop PC at the Weltcafé reception. The predecessor was a Fujitsu Siemens computer from 2003 which replaced itself for a short time my VIA...</description><content:encoded><![CDATA[ Recently I bought a "fit-PC 2" from CompuLab to replace my desktop PC at the Weltcafé reception. The predecessor was a Fujitsu Siemens computer from 2003 which replaced itself for a short time my VIA Epia EN1200.I made a photo of these three computers and I measured approximatley the power consumption. And it's really estonishing: the tiny "fit-PC 2" is the fastest of it all and consumes only about 10 W even during watching youtube-videos.Inside the metal box is working a single core Intel Atom Z530 with Hyper Threading at 1.6 GHz. It's equipped with 1 GB DDR2-RAM, a Samsung 250GB hard disk and even a RaLink RT3090 wireless card. There is only a HDMI-output but CompuLab includes a HDMI-DVI connector. With my DVI-VGA adaptors I cannot see any analog output but I don't need it at all.The "fit-PC 2" comes preinstalled with Ubuntu 9.10. Of course, I tried to upgrade immediately to current Ubuntu 10.04 but afterwards the graphic output was slow and my special resolution (1440x900) failed :-( Reason for this is the Intel Graphics inside: a GMA 500. For this you need the Intel Embedded Graphics Driver (iegd) for X.org. But this driver is closed source and it's not available yet for xorg-server 1.7 which is used in Ubuntu 10.04.So, I had to reinstall Ubuntu 9.10 which was quite easy: download desktop ISO-image, write it with unetbootin on a USB-memory stick, boot and install. And now I'm waiting for Intel and follow the "fit-PC 2" forum for a release of Ubuntu 10.04 for "fit-PC 2".I like this tiny device. It's sufficiant fast for my needs, it's silent (you only here the hard disk a little bit), has low power consumption and it's perfect small.I bought my device from in Germany from SH EDV Vertrieb for 406 EUR including VAT and shipping to Germany.Here is a /proc/cpuinfo for people like me googleing for it:]]></content:encoded>
</item>
<item>
	<title>Howto Change Language of tx-pagebrowse by DMITRY DULEPOV</title>
	<author>Alexander Bigga</author>
	<link>http://linux.bigga.de/blog/blog-post/2010/04/15/howto-change-language-of-tx-pagebrowse-by-dmitry-dulepov/</link>
<guid>http://linux.bigga.de/blog/blog-post/2010/04/15/howto-change-language-of-tx-pagebrowse-by-dmitry-dulepov/</guid>
<category>typo3</category>
	<pubDate>Thu, 15 Apr 2010 17:45:00 +0200</pubDate>
	<description> Recently, t3blog changed with 0.8.3 the pagebrowser and requires now to install tx-pagebrowse by Dmitry Dulepov.Using the new pagebrowser needs to change your CSS settings otherwise it looks like t...</description><content:encoded><![CDATA[ Recently, t3blog changed with 0.8.3 the pagebrowser and requires now to install tx-pagebrowse by Dmitry Dulepov.Using the new pagebrowser needs to change your CSS settings otherwise it looks like the default and not like you maybe used to have it.On my German Blog, www.dresden-west.de, the pagebrowser remains English and I now examined why. The solution is the missing language file. It's not comming with the extension itself. But you have to pull it manually:goto the Extension Managerselect "Translation handling"select your languages you want to pull (e.g. "German")press "Update from Repository"Now it should be in German or whatever language you have selected.]]></content:encoded>
</item>
<item>
	<title>Via Epia EN1200 cpuinfo</title>
	<author>Alexander Bigga</author>
	<link>http://linux.bigga.de/blog/blog-post/2010/03/08/via-epia-en1200-cpuinfo/</link>
<guid>http://linux.bigga.de/blog/blog-post/2010/03/08/via-epia-en1200-cpuinfo/</guid>
<category>linux, embedded, green IT</category>
	<pubDate>Mon, 08 Mar 2010 18:31:00 +0200</pubDate>
	<description> processor       : 0vendor_id       : CentaurHaulscpu family      : 6model           : 10model name      : VIA Esther processor 1200MHzstepping        : 9cpu MHz         : 1196.946cache size      : 12...</description><content:encoded><![CDATA[ processor       : 0vendor_id       : CentaurHaulscpu family      : 6model           : 10model name      : VIA Esther processor 1200MHzstepping        : 9cpu MHz         : 1196.946cache size      : 128 KBfdiv_bug        : nohlt_bug         : nof00f_bug        : nocoma_bug        : nofpu             : yesfpu_exception   : yescpuid level     : 1wp              : yesflags           : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge cmovpat clflush acpi mmx fxsr sse sse2 tm pni est tm2 rng rng_en ace ace_en ace2ace2_en phe phe_en pmm pmm_enbogomips        : 2393.89clflush size    : 64cache_alignment : 64address sizes   : 36 bits physical, 32 bits virtualpower management:]]></content:encoded>
</item>
		</channel>
		</rss>