<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Linux Agora Forums</title>
		<link>http://www.linuxagora.com/vbforum/</link>
		<description>A forum to discuss linux and open source applications.</description>
		<language>en</language>
		<lastBuildDate>Sat, 19 May 2012 14:14:41 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.linuxagora.com/vbforum/images/misc/rss.jpg</url>
			<title>Linux Agora Forums</title>
			<link>http://www.linuxagora.com/vbforum/</link>
		</image>
		<item>
			<title>gcc deprecated?</title>
			<link>http://www.linuxagora.com/vbforum/showthread.php?t=1355&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 16:27:04 GMT</pubDate>
			<description>Did you ever think gcc would be deprecated? 
 
Well, FreeBSD sure thinks clang is up to the task. 
 
Read the Phoronix article...</description>
			<content:encoded><![CDATA[<div>Did you ever think gcc would be deprecated?<br />
<br />
Well, FreeBSD sure thinks clang is up to the task.<br />
<br />
Read the <a href="http://www.phoronix.com/scan.php?page=news_item&amp;px=MTEwMjI" target="_blank">Phoronix article</a> here.</div>

]]></content:encoded>
			<category domain="http://www.linuxagora.com/vbforum/forumdisplay.php?f=23"><![CDATA[BSD - News & Views]]></category>
			<dc:creator>fos</dc:creator>
			<guid isPermaLink="true">http://www.linuxagora.com/vbforum/showthread.php?t=1355</guid>
		</item>
		<item>
			<title>May 2012 BSD Magazine</title>
			<link>http://www.linuxagora.com/vbforum/showthread.php?t=1354&amp;goto=newpost</link>
			<pubDate>Wed, 09 May 2012 16:33:21 GMT</pubDate>
			<description>The May issue of BSD Magazine (http://bsdmag.org/magazine/1800-bsd-security-protect-your-bsd) is out. It focuses on security issues this month. It is...</description>
			<content:encoded><![CDATA[<div>The May issue of <a href="http://bsdmag.org/magazine/1800-bsd-security-protect-your-bsd" target="_blank">BSD Magazine</a> is out. It focuses on security issues this month. It is a free download.</div>

]]></content:encoded>
			<category domain="http://www.linuxagora.com/vbforum/forumdisplay.php?f=23"><![CDATA[BSD - News & Views]]></category>
			<dc:creator>fos</dc:creator>
			<guid isPermaLink="true">http://www.linuxagora.com/vbforum/showthread.php?t=1354</guid>
		</item>
		<item>
			<title>MagPi Magazine</title>
			<link>http://www.linuxagora.com/vbforum/showthread.php?t=1353&amp;goto=newpost</link>
			<pubDate>Sat, 05 May 2012 19:59:52 GMT</pubDate>
			<description>Raspberry Pi has an online magazine called MagPi. (http://www.themagpi.com/#) It looks pretty slick. You can view and download the new mag at:...</description>
			<content:encoded><![CDATA[<div>Raspberry Pi has an online magazine called <a href="http://www.themagpi.com/#" target="_blank">MagPi.</a> It looks pretty slick. You can view and download the new mag at: <a href="http://www.themagpi.com/#" target="_blank">http://www.themagpi.com/#</a></div>

]]></content:encoded>
			<category domain="http://www.linuxagora.com/vbforum/forumdisplay.php?f=11"><![CDATA[Linux - News & Views]]></category>
			<dc:creator>fos</dc:creator>
			<guid isPermaLink="true">http://www.linuxagora.com/vbforum/showthread.php?t=1353</guid>
		</item>
		<item>
			<title>Intel - Next Unit of Computing</title>
			<link>http://www.linuxagora.com/vbforum/showthread.php?t=1351&amp;goto=newpost</link>
			<pubDate>Mon, 30 Apr 2012 21:07:56 GMT</pubDate>
			<description>Intel is set to introduce a motherboard that will give the Raspberry Pi some competition in the second half of this year. It will accept Core i3 and...</description>
			<content:encoded><![CDATA[<div>Intel is set to introduce a motherboard that will give the Raspberry Pi some competition in the second half of this year. It will accept Core i3 and i5 processors making it much more capable than the RPi. It will also include a good lineup of connectivity. It is expected to be in the $100 dollar range and will be approximately 4&quot; x 4&quot; in size.<br />
<br />
Sounds like more fun for experimenters.<br />
<br />
<a href="http://www.extremetech.com/extreme/127903-watch-out-raspberry-pi-intel-unveils-ultra-small-next-unit-of-computing-pc" target="_blank">Intel - Next Unit of Computing</a></div>

]]></content:encoded>
			<category domain="http://www.linuxagora.com/vbforum/forumdisplay.php?f=9">Too Hot To Handle</category>
			<dc:creator>fos</dc:creator>
			<guid isPermaLink="true">http://www.linuxagora.com/vbforum/showthread.php?t=1351</guid>
		</item>
		<item>
			<title>Finding The Debian Package Source of An Installed File</title>
			<link>http://www.linuxagora.com/vbforum/showthread.php?t=1350&amp;goto=newpost</link>
			<pubDate>Sun, 29 Apr 2012 14:13:04 GMT</pubDate>
			<description>I probably knew how to do this at one time, but how do you find which package provides a file already installed in a system? 
 
I needed to install...</description>
			<content:encoded><![CDATA[<div>I probably knew how to do this at one time, but how do you find which package provides a file already installed in a system?<br />
<br />
I needed to install Softmaker Office 2010 on a system - Libranet 3.  I unpacked the TAR and it installed OK, but would not start.  I did remember to use ldd, and found I needed libstdc++.so.6.  I have Office 2010 running on my other computer -  also Lib 3 -  and found it had a symlink in /usr/lib - libstdc++.so.6 - pointing to libstdc++.so.6.0.4.  So I just copied the library file and made a symlink.  Problem solved.<br />
<br />
I'd like to find the source Deb package of this library.  Apparently the Libranet 3 installation configuration I have on one computer is a bit different than the one on my other computer.</div>

]]></content:encoded>
			<category domain="http://www.linuxagora.com/vbforum/forumdisplay.php?f=26">Help Please?</category>
			<dc:creator>Leon</dc:creator>
			<guid isPermaLink="true">http://www.linuxagora.com/vbforum/showthread.php?t=1350</guid>
		</item>
		<item>
			<title>grml</title>
			<link>http://www.linuxagora.com/vbforum/showthread.php?t=1349&amp;goto=newpost</link>
			<pubDate>Sun, 22 Apr 2012 19:09:14 GMT</pubDate>
			<description><![CDATA[When I started with computers graphic displays were still years away. I can still remember some of the early ones. I was amazed at the "picture...]]></description>
			<content:encoded><![CDATA[<div>When I started with computers graphic displays were still years away. I can still remember some of the early ones. I was amazed at the &quot;picture quality&quot; displays you could see at the dealer. These were mostly static pictures, video was still a long way off in computer terms. The first usable video I ever had was on an IBM Thinkpad 760 CD that was way too expensive, I'm embarrassed to say.<br />
<br />
I still have a tinge of remorse sitting here typing on my MacBook Pro with a Quad Core i7 with accelerated graphics doing little more than typing a text article. The only time I really warm this thing up is when I render video with 64 bit Adobe Premiere Pro CS 5.5.<br />
<br />
There is a distro that still warms my text based heart. It is called grml and it is available at <a href="http://grml.org" target="_blank">grml.org</a><br />
<br />
It is technically called an administrator's distro. It has all the text based admin utilities the best hacker or hacker security officer could ever want. But for me, it starts up in text mode. You have all of the utilities that made Unix famous, little utilities such a vi, bash, csh, and zsh which is the default. If you are comfortable with bash you can use zsh. Bash is a subset of zsh.<br />
<br />
If you happen to have low vision, grml is for you (as is <a href="http://vinuxproject.org" target="_blank">vinux</a>). The kernel and supplied software will get you going.<br />
<br />
If you have an OLD computer with limited resources, grml will probably work. I find it fun and it satisfies my miserly bones.</div>

]]></content:encoded>
			<category domain="http://www.linuxagora.com/vbforum/forumdisplay.php?f=11"><![CDATA[Linux - News & Views]]></category>
			<dc:creator>fos</dc:creator>
			<guid isPermaLink="true">http://www.linuxagora.com/vbforum/showthread.php?t=1349</guid>
		</item>
	</channel>
</rss>

