<?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/"
	>

<channel>
	<title>a broken mold &#187; Ubuntu</title>
	<atom:link href="http://www.abrokenmold.net/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.abrokenmold.net</link>
	<description>lifelog :: art, theology, tech, politics</description>
	<lastBuildDate>Mon, 20 Jun 2011 05:56:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>&#8220;Taming&#8221; Avira and console mode for Linux</title>
		<link>http://www.abrokenmold.net/2010/01/taming-avira-and-console-mode-for-linux/</link>
		<comments>http://www.abrokenmold.net/2010/01/taming-avira-and-console-mode-for-linux/#comments</comments>
		<pubDate>Thu, 07 Jan 2010 05:02:58 +0000</pubDate>
		<dc:creator>Matthew Hurley</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[antivirus]]></category>
		<category><![CDATA[Avira]]></category>
		<category><![CDATA[command]]></category>
		<category><![CDATA[computing]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[shortcut key]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.abrokenmold.net/?p=243</guid>
		<description><![CDATA[Avira Two quick things today. First, a tip on how to disable the splash screen and annoying popup &#8220;nag&#8221; screen on Avira Free AntiVir version 9. To get rid of the splash and nag screens, just follow the instructions here. You can also disable the little update notifier following these instructions. As an aside, this [...]]]></description>
			<content:encoded><![CDATA[<h4>Avira</h4>
<p>Two quick things today. First, a tip on how to disable the splash screen and annoying popup &#8220;nag&#8221; screen on Avira Free AntiVir version 9. To get rid of the splash and nag screens, just follow the instructions <a href="http://www.elitekiller.com/files/disable_antivir_nag.htm">here</a>. You can also disable the little update notifier following <a href="http://forum.notebookreview.com/showpost.php?p=4804102&amp;postcount=5">these instructions</a>. As an aside, this section of the title was loosely derived from a Grand Stream Dreams blog post on <a href="http://grandstreamdreams.blogspot.com/2008/04/taming-avg-free-version-8.html">Taming AVG Free version 8</a>.</p>
<h4>Linux</h4>
<p>Next, switching to <em>console mode</em>, a useful tool for Linux users. While it is usually preferable to use some form of <a href="http://en.wikipedia.org/wiki/Graphical_user_interface">GUI</a> for general computing tasks, there are times, even if you&#8217;re not running a specialized server or recovering a corrupted machine, when a simple <a href="http://en.wikipedia.org/wiki/Command-line_interface">comand-line interface</a> would come in exceedingly handy. You can, of course, open a <a href="http://en.wikipedia.org/wiki/Terminal_emulator">terminal window</a> to get a text interface, which is great for quickly and efficiently running powerful commands, while looking and feeling hardcore. The advantage here is that you can open other windows and continue using the GUI. However, there are times when a program crashes or the GUI freezes, and dropping to console mode acts as the equivalent of the Windows Task Manager. This can be easily accomplished with the shortcut key Ctrl+Alt+F1, with F1-F6 opening separate terminal instances. You can then terminate the offending program or restart the <a href="http://en.wikipedia.org/wiki/X_Window_System">X server</a>, and return to the GUI with Ctrl+Alt+F7.</p>
<p>Further reading <a href="http://www.linfo.org/switch_to_console.html">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abrokenmold.net/2010/01/taming-avira-and-console-mode-for-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to install mscorefonts in Ubuntu 9.10</title>
		<link>http://www.abrokenmold.net/2009/12/how-to-install-mscorefonts-in-ubuntu-9-10/</link>
		<comments>http://www.abrokenmold.net/2009/12/how-to-install-mscorefonts-in-ubuntu-9-10/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 02:21:38 +0000</pubDate>
		<dc:creator>Nathaniel Robertson</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[fonts]]></category>
		<category><![CDATA[howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[package management]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.abrokenmold.net/?p=196</guid>
		<description><![CDATA[It seems from what I&#8217;ve read around the interwebs, the package name might have changed. Also, in my fresh installation from the LiveCD, the Microsoft Core Fonts listed in the Ubuntu Software Center doesn&#8217;t have an install button. Fear not, though. Open a terminal (Applications &#62; Accessories &#62; Terminal). Type this and press enter: sudo [...]]]></description>
			<content:encoded><![CDATA[<p>It seems from what I&#8217;ve read around the interwebs, the package name might have changed. Also, in my fresh installation from the LiveCD, the Microsoft Core Fonts listed in the Ubuntu Software Center doesn&#8217;t have an install button. Fear not, though.</p>
<p>Open a terminal (Applications &gt; Accessories &gt; Terminal). Type this and press enter:</p>
<blockquote><p>sudo apt-get install ttf-mscorefonts-installer</p></blockquote>
<p>Wait for it to do it&#8217;s magic and you should be good to go. If you run into problems, I suggest starting at Google. Installing the MS core fonts seems to be an issue in this release, but then again maybe I don&#8217;t know because I&#8217;ve never had problems with it before.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.abrokenmold.net/2009/12/how-to-install-mscorefonts-in-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

