<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Linux-Noob Forums - Featured Content]]></title>
		<link>https://www.linux-noob.com/forums/</link>
		<description><![CDATA[Linux-Noob Forums - https://www.linux-noob.com/forums]]></description>
		<pubDate>Mon, 13 Apr 2026 08:06:39 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[sleep(60) - a minute's silence for the passing of a legend.]]></title>
			<link>https://www.linux-noob.com/forums/thread-301.html</link>
			<pubDate>Thu, 13 Oct 2011 18:06:41 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=3048">Dungeon-Dave</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-301.html</guid>
			<description><![CDATA[<br />
The world mourns not just the loss of one but two large names in IT.<br />
<br />
 <br />
<br />
<a href="http://www.theregister.co.uk/2011/10/13/dennis_ritchie/" target="_blank" rel="noopener" class="mycode_url">http://www.theregist...dennis_ritchie/</a><br />
<br />
 <br />
<br />
He knew what he started, and it ain't over yet.<br />
<br />
 <br />
<br />
Dennis, from one geek to another - I salute and thank you for your vision and inspiration, and what you've achieved in your uptime.<br />
<br />
 <br />
<br />
init 0;<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
The world mourns not just the loss of one but two large names in IT.<br />
<br />
 <br />
<br />
<a href="http://www.theregister.co.uk/2011/10/13/dennis_ritchie/" target="_blank" rel="noopener" class="mycode_url">http://www.theregist...dennis_ritchie/</a><br />
<br />
 <br />
<br />
He knew what he started, and it ain't over yet.<br />
<br />
 <br />
<br />
Dennis, from one geek to another - I salute and thank you for your vision and inspiration, and what you've achieved in your uptime.<br />
<br />
 <br />
<br />
init 0;<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Websites looking ugly in Linux?]]></title>
			<link>https://www.linux-noob.com/forums/thread-464.html</link>
			<pubDate>Tue, 11 May 2010 11:16:39 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=856">hybrid</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-464.html</guid>
			<description><![CDATA[<br />
<span style="font-weight: bold;" class="mycode_b">Have you noticed that many websites don't quite look the same on Linux than they do other computers?</span><br />
<br />
 <br />
<br />
This is because many of the fonts web designers expect to be installed on any computer don't generally come with Linux. <span style="font-weight: bold;" class="mycode_b">You can install them</span>, however, and make websites look much more attractive and 'as the designer intended'.<br />
<br />
 <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Follow </span><a href="http://&lt;___base_url___&gt;/index.php?/topic/3993-installing-microsoft-fonts/" target="_blank" rel="noopener" class="mycode_url"><span style="font-weight: bold;" class="mycode_b">our very quick tutorial</span></a><span style="font-weight: bold;" class="mycode_b"> to install the </span><span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">msttcorefonts</span></span><span style="font-weight: bold;" class="mycode_b"> package.</span><br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
<span style="font-weight: bold;" class="mycode_b">Have you noticed that many websites don't quite look the same on Linux than they do other computers?</span><br />
<br />
 <br />
<br />
This is because many of the fonts web designers expect to be installed on any computer don't generally come with Linux. <span style="font-weight: bold;" class="mycode_b">You can install them</span>, however, and make websites look much more attractive and 'as the designer intended'.<br />
<br />
 <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Follow </span><a href="http://&lt;___base_url___&gt;/index.php?/topic/3993-installing-microsoft-fonts/" target="_blank" rel="noopener" class="mycode_url"><span style="font-weight: bold;" class="mycode_b">our very quick tutorial</span></a><span style="font-weight: bold;" class="mycode_b"> to install the </span><span style="font-weight: bold;" class="mycode_b"><span style="font-style: italic;" class="mycode_i">msttcorefonts</span></span><span style="font-weight: bold;" class="mycode_b"> package.</span><br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Installing Software]]></title>
			<link>https://www.linux-noob.com/forums/thread-474.html</link>
			<pubDate>Sat, 17 Apr 2010 14:30:40 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=856">hybrid</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-474.html</guid>
			<description><![CDATA[<br />
Installing software on Linux is actually quite different to how you usually install software on a Windows system.<br />
<br />
 <br />
<br />
Most Linux distributions use what is known as a 'package management system' (such as RPM or Deb). The package management system is responsible for keeping a list of all the software installed on your Linux computer, knowing which bits of software need other bits of software to run and for preventing different pieces of software interfering with each other.<br />
<br />
 <br />
<br />
That means that rather than downloading some software as an .exe installer file and running that, as in Windows, the best way to install software on Linux is to go through your package management system so that it can keep everything neat and tidy.<br />
<br />
 <br />
<br />
To make it easy to find the .rpm and .deb packages you need, most distributions also have a program for automatically finding the right files, downloading them and installing them for you. This is, for example, <span style="font-weight: bold;" class="mycode_b">aptitude</span> (apt-get, apt-remove) on Ubuntu, Debian and many similar distributions and <span style="font-weight: bold;" class="mycode_b">yum</span> on Fedora/RedHat/CentOS-based systems.<br />
<br />
 <br />
<br />
For example, if you wanted to install the program <span style="font-weight: bold;" class="mycode_b">recordmydesktop</span> (a great program for making screen recordings of what's happening on your computer screen), you could use these commands at a terminal:<br />
<br />
 <br />
<br />
For Ubuntu/Debian/etc.:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo apt-get install recordmydesktop</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
For RedHat/Fedora/CentOS/etc.:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>su -<br />
yum install recordmydesktop</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
<span style="font-weight: bold;" class="mycode_b">However!</span> You can avoid using the terminal in most of these distributions; just look for an <span style="font-weight: bold;" class="mycode_b">Add/Remove Software</span> application or a <span style="font-weight: bold;" class="mycode_b">Software Manager</span> or similar. Most of these are pretty easy to use; you can search for the program you are looking for and download and install it in a few clicks.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
Installing software on Linux is actually quite different to how you usually install software on a Windows system.<br />
<br />
 <br />
<br />
Most Linux distributions use what is known as a 'package management system' (such as RPM or Deb). The package management system is responsible for keeping a list of all the software installed on your Linux computer, knowing which bits of software need other bits of software to run and for preventing different pieces of software interfering with each other.<br />
<br />
 <br />
<br />
That means that rather than downloading some software as an .exe installer file and running that, as in Windows, the best way to install software on Linux is to go through your package management system so that it can keep everything neat and tidy.<br />
<br />
 <br />
<br />
To make it easy to find the .rpm and .deb packages you need, most distributions also have a program for automatically finding the right files, downloading them and installing them for you. This is, for example, <span style="font-weight: bold;" class="mycode_b">aptitude</span> (apt-get, apt-remove) on Ubuntu, Debian and many similar distributions and <span style="font-weight: bold;" class="mycode_b">yum</span> on Fedora/RedHat/CentOS-based systems.<br />
<br />
 <br />
<br />
For example, if you wanted to install the program <span style="font-weight: bold;" class="mycode_b">recordmydesktop</span> (a great program for making screen recordings of what's happening on your computer screen), you could use these commands at a terminal:<br />
<br />
 <br />
<br />
For Ubuntu/Debian/etc.:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>sudo apt-get install recordmydesktop</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
For RedHat/Fedora/CentOS/etc.:<br />
<br />
 <br />
<br />
<br />
<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>su -<br />
yum install recordmydesktop</code></div></div><br />
<br />
<br />
<br />
 <br />
<br />
<span style="font-weight: bold;" class="mycode_b">However!</span> You can avoid using the terminal in most of these distributions; just look for an <span style="font-weight: bold;" class="mycode_b">Add/Remove Software</span> application or a <span style="font-weight: bold;" class="mycode_b">Software Manager</span> or similar. Most of these are pretty easy to use; you can search for the program you are looking for and download and install it in a few clicks.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Giving Linux a try]]></title>
			<link>https://www.linux-noob.com/forums/thread-477.html</link>
			<pubDate>Sat, 17 Apr 2010 12:32:52 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=856">hybrid</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-477.html</guid>
			<description><![CDATA[<br />
<span style="font-size: 4pt;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Thinking of giving Linux a try?</span></span><br />
<br />
 <br />
<br />
Entering the world of Linux can be a bit daunting, sometimes simply because of the vast number of choices of different versions of Linux, called distributions (often shortened to 'distro').<br />
<br />
 <br />
<br />
If you haven't used Linux before and you'd like to just give it a try, one of the best ways to do this is with a <span style="font-weight: bold;" class="mycode_b">Live CD</span>. A Live CD distro allows you to boot your computer from the CD and use Linux without installing it to your hard drive and without making any changes to your computer at all. The disadvantage of a live CD is that it's really best only for experimenting and having a play -- anything you do won't be saved when you restart your computer! Live CDs will also be a lot slower than Linux installed on your hard drive.<br />
<br />
 <br />
<br />
<a href="http://www.ubuntu.com/" target="_blank" rel="noopener" class="mycode_url"><span style="font-weight: bold;" class="mycode_b">Ubuntu</span></a><span style="font-weight: bold;" class="mycode_b"> is a great Live CD distribution to start with.</span> You'll want to download the 'Ubuntu Desktop' file from <a href="http://www.ubuntu.com/getubuntu/download" target="_blank" rel="noopener" class="mycode_url">the Ubuntu download page</a>. The download size is quite large -- you are downloading a whole operating system here!<br />
<br />
 <br />
<br />
Other good Live CD distributions you can try include <a href="http://fedoraproject.org/en/get-fedora" target="_blank" rel="noopener" class="mycode_url">Fedora</a>, <a href="http://linuxmint.com/" target="_blank" rel="noopener" class="mycode_url">Linux Mint</a> and <a href="http://pclinuxos.com" target="_blank" rel="noopener" class="mycode_url">PCLinuxOS</a>.<br />
<br />
 <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Once you have download the .iso file, you need to burn it to CD to make your 'Live CD'.</span> However, you can't just copy the file to a CD normally -- you have to make sure the ISO image is properly unpacked on your CD. <a href="http://isorecorder.alexfeinman.com/isorecorder.htm" target="_blank" rel="noopener" class="mycode_url">ISO Recorder</a> is a good, free program to use for this on Windows, or you may already have CD burning software that can write ISO image files.<br />
<br />
 <br />
<br />
Once you have used ISO Recorder or another program to burn your new live CD to a disc, you should be able to just <span style="font-weight: bold;" class="mycode_b">reboot your computer with the disc in the drive</span> to start your Linux distribution up. (If that doesn't work, you might need to check your BIOS settings to allow booting from a CD)<br />
<br />
 <br />
<br />
Now you can have a play with Linux in this Live CD environment, without affecting anything else on your computer. Later on, you can choose to install the distribution to your hard drive if you want to use Linux more often.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
<span style="font-size: 4pt;" class="mycode_size"><span style="font-weight: bold;" class="mycode_b">Thinking of giving Linux a try?</span></span><br />
<br />
 <br />
<br />
Entering the world of Linux can be a bit daunting, sometimes simply because of the vast number of choices of different versions of Linux, called distributions (often shortened to 'distro').<br />
<br />
 <br />
<br />
If you haven't used Linux before and you'd like to just give it a try, one of the best ways to do this is with a <span style="font-weight: bold;" class="mycode_b">Live CD</span>. A Live CD distro allows you to boot your computer from the CD and use Linux without installing it to your hard drive and without making any changes to your computer at all. The disadvantage of a live CD is that it's really best only for experimenting and having a play -- anything you do won't be saved when you restart your computer! Live CDs will also be a lot slower than Linux installed on your hard drive.<br />
<br />
 <br />
<br />
<a href="http://www.ubuntu.com/" target="_blank" rel="noopener" class="mycode_url"><span style="font-weight: bold;" class="mycode_b">Ubuntu</span></a><span style="font-weight: bold;" class="mycode_b"> is a great Live CD distribution to start with.</span> You'll want to download the 'Ubuntu Desktop' file from <a href="http://www.ubuntu.com/getubuntu/download" target="_blank" rel="noopener" class="mycode_url">the Ubuntu download page</a>. The download size is quite large -- you are downloading a whole operating system here!<br />
<br />
 <br />
<br />
Other good Live CD distributions you can try include <a href="http://fedoraproject.org/en/get-fedora" target="_blank" rel="noopener" class="mycode_url">Fedora</a>, <a href="http://linuxmint.com/" target="_blank" rel="noopener" class="mycode_url">Linux Mint</a> and <a href="http://pclinuxos.com" target="_blank" rel="noopener" class="mycode_url">PCLinuxOS</a>.<br />
<br />
 <br />
<br />
<span style="font-weight: bold;" class="mycode_b">Once you have download the .iso file, you need to burn it to CD to make your 'Live CD'.</span> However, you can't just copy the file to a CD normally -- you have to make sure the ISO image is properly unpacked on your CD. <a href="http://isorecorder.alexfeinman.com/isorecorder.htm" target="_blank" rel="noopener" class="mycode_url">ISO Recorder</a> is a good, free program to use for this on Windows, or you may already have CD burning software that can write ISO image files.<br />
<br />
 <br />
<br />
Once you have used ISO Recorder or another program to burn your new live CD to a disc, you should be able to just <span style="font-weight: bold;" class="mycode_b">reboot your computer with the disc in the drive</span> to start your Linux distribution up. (If that doesn't work, you might need to check your BIOS settings to allow booting from a CD)<br />
<br />
 <br />
<br />
Now you can have a play with Linux in this Live CD environment, without affecting anything else on your computer. Later on, you can choose to install the distribution to your hard drive if you want to use Linux more often.<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Smallest Linux Computer]]></title>
			<link>https://www.linux-noob.com/forums/thread-492.html</link>
			<pubDate>Thu, 25 Mar 2010 01:06:00 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://www.linux-noob.com/forums/member.php?action=profile&uid=3048">Dungeon-Dave</a>]]></dc:creator>
			<guid isPermaLink="false">https://www.linux-noob.com/forums/thread-492.html</guid>
			<description><![CDATA[<br />
You know that clunky PC on your desk? Or under it? How about reducing it to something smaller, kinda shoebox-sized? Oh, they've done that - the shuttle PC.<br />
<br />
 <br />
<br />
So how about even smaller? Take a look at <a href="http://en.wikipedia.org/wiki/SheevaPlug" target="_blank" rel="noopener" class="mycode_url">SheevaPlug</a>, Linux within a PC power adapter:<br />
<br />
<img src="http://www.blogcdn.com/www.engadget.com/media/2009/02/090224-sheevaplug-02.jpg" loading="lazy"  alt="[Image: 090224-sheevaplug-02.jpg]" class="mycode_img" /><br />
<br />
Actually, that's <a href="http://news.cnet.com/8301-17938_105-10170648-1.html" target="_blank" rel="noopener" class="mycode_url">old news.</a>.<br />
<br />
 <br />
<br />
Perhaps you'd like a <a href="http://www.globalscaletechnologies.com/c-4-guruplugs.aspx" target="_blank" rel="noopener" class="mycode_url">Guruplug instead</a>:<br />
<br />
<img src="http://www.globalscaletechnologies.com/images/Product/icon/31.jpg" loading="lazy"  alt="[Image: 31.jpg]" class="mycode_img" />.<br />
<br />
 <br />
<br />
Oh, wait. Too large? Ladies, Gents and offspring of much smaller dimensions, I present the Picotux:<br />
<br />
<img src="http://www.picotux.com/pt112x.jpg" loading="lazy"  alt="[Image: pt112x.jpg]" class="mycode_img" /><br />
<br />
Yes, you see it right there. Network card in one end, video card in the other, socket for external power supply. Hidden between the rest is...<br />
<br />
 <br />
<br />
Oh, <a href="http://www.picotux.com/" target="_blank" rel="noopener" class="mycode_url">read it for yourself!</a><br />
<br />
 <br />
<br />
Disclaimer: I have no commercial connection to the above companies, nor have bought their products so cannot offer a review of their functionality. I'm just highly excited and geekily aroused at the thought of processing power being in something so small that a few of these and NAS somewhere on the LAN means I could do away with PCs entirely.<br />
<br />
]]></description>
			<content:encoded><![CDATA[<br />
You know that clunky PC on your desk? Or under it? How about reducing it to something smaller, kinda shoebox-sized? Oh, they've done that - the shuttle PC.<br />
<br />
 <br />
<br />
So how about even smaller? Take a look at <a href="http://en.wikipedia.org/wiki/SheevaPlug" target="_blank" rel="noopener" class="mycode_url">SheevaPlug</a>, Linux within a PC power adapter:<br />
<br />
<img src="http://www.blogcdn.com/www.engadget.com/media/2009/02/090224-sheevaplug-02.jpg" loading="lazy"  alt="[Image: 090224-sheevaplug-02.jpg]" class="mycode_img" /><br />
<br />
Actually, that's <a href="http://news.cnet.com/8301-17938_105-10170648-1.html" target="_blank" rel="noopener" class="mycode_url">old news.</a>.<br />
<br />
 <br />
<br />
Perhaps you'd like a <a href="http://www.globalscaletechnologies.com/c-4-guruplugs.aspx" target="_blank" rel="noopener" class="mycode_url">Guruplug instead</a>:<br />
<br />
<img src="http://www.globalscaletechnologies.com/images/Product/icon/31.jpg" loading="lazy"  alt="[Image: 31.jpg]" class="mycode_img" />.<br />
<br />
 <br />
<br />
Oh, wait. Too large? Ladies, Gents and offspring of much smaller dimensions, I present the Picotux:<br />
<br />
<img src="http://www.picotux.com/pt112x.jpg" loading="lazy"  alt="[Image: pt112x.jpg]" class="mycode_img" /><br />
<br />
Yes, you see it right there. Network card in one end, video card in the other, socket for external power supply. Hidden between the rest is...<br />
<br />
 <br />
<br />
Oh, <a href="http://www.picotux.com/" target="_blank" rel="noopener" class="mycode_url">read it for yourself!</a><br />
<br />
 <br />
<br />
Disclaimer: I have no commercial connection to the above companies, nor have bought their products so cannot offer a review of their functionality. I'm just highly excited and geekily aroused at the thought of processing power being in something so small that a few of these and NAS somewhere on the LAN means I could do away with PCs entirely.<br />
<br />
]]></content:encoded>
		</item>
	</channel>
</rss>