<?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>IT Service Works &#187; Linux</title>
	<atom:link href="http://www.itserviceworks.com/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itserviceworks.com</link>
	<description></description>
	<lastBuildDate>Tue, 06 Sep 2011 17:35:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Font Smoothing in Ubuntu (or derivative)</title>
		<link>http://www.itserviceworks.com/font-smoothing-in-ubuntu-or-derivative/</link>
		<comments>http://www.itserviceworks.com/font-smoothing-in-ubuntu-or-derivative/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 22:47:36 +0000</pubDate>
		<dc:creator>Scott Kuhn</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://itserviceworks.com/?p=12</guid>
		<description><![CDATA[The default fonts on my Mint were driving me crazy at this resolution (1280&#215;1024), and options for the kind of font smoothing that XP and Vista have weren&#8217;t readily apparent. But thanks to the knowledgebase that is the Internet (yeah, I&#8217;m sure it&#8217;s also in some man pages in Mint as well) here&#8217;s how to [...]]]></description>
			<content:encoded><![CDATA[<p>The default fonts on my Mint were driving me crazy at this resolution (1280&#215;1024), and options for the kind of font smoothing that XP and Vista have weren&#8217;t readily apparent. But thanks to the knowledgebase that is the Internet (yeah, I&#8217;m sure it&#8217;s also in some <span style="font-style: italic;">man pages</span> in Mint as well) here&#8217;s how to enable:</p>
<p>From Terminal, type:</p>
<blockquote><p>sudo gedit ~/.fonts.conf</p></blockquote>
<p>(or even better, copy and paste into Terminal!)</p>
<p>Likely is blank. Copy this into it:</p>
<p>&lt;fontconfig&gt;<br />
&lt;match target=&#8221;font&#8221;&gt;<br />
&lt;edit name=&#8221;autohint&#8221; mode=&#8221;assign&#8221;&gt;<br />
&lt;bool&gt;true&lt;/bool&gt;<br />
&lt;/edit&gt;<br />
&lt;/match&gt;<br />
&lt;/fontconfig&gt;<br />
Save, Log off/in&#8230;done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itserviceworks.com/font-smoothing-in-ubuntu-or-derivative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Microsoft TrueType Fonts in Ubuntu (Or Derivative)</title>
		<link>http://www.itserviceworks.com/install-microsoft-truetype-fonts-in-ubuntu-or-derivative/</link>
		<comments>http://www.itserviceworks.com/install-microsoft-truetype-fonts-in-ubuntu-or-derivative/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 22:46:43 +0000</pubDate>
		<dc:creator>Scott Kuhn</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://itserviceworks.com/?p=11</guid>
		<description><![CDATA[So I&#8217;d grown accustomed to the default fonts in Mint, and hadn&#8217;t had any issues since the font smoothing. But today I decided to install the Windows TrueType fonts&#8230;.and wow, what a difference! It&#8217;s not so much the fonts themselves, just that nearly everything online and off is built using them. So websites look different&#8211;heck, [...]]]></description>
			<content:encoded><![CDATA[<p>So I&#8217;d grown accustomed to the default fonts in Mint, and hadn&#8217;t had any issues since <a href="http://scottersonline.blogspot.com/2007/12/font-smoothing-in-mint-or-other-ubuntu.html">the font smoothing</a>.  But today I decided to install the Windows TrueType fonts&#8230;.and wow, what a difference!</p>
<p>It&#8217;s not so much the fonts themselves, just that nearly everything online and off is built using them. So websites look different&#8211;heck, my blog even looks different.</p>
<p>So here&#8217;s how:<br />
From Terminal, type: <span style="font-style: italic;">sudo apt-get install msttcorefonts</span><br />
Enter sudo password and off you go.</p>
<p>Update the cache by then typing:<br />
<span style="font-style: italic;">sudo fc-cache -fv</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.itserviceworks.com/install-microsoft-truetype-fonts-in-ubuntu-or-derivative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mount Windows Shares in Ubuntu (or derivative)</title>
		<link>http://www.itserviceworks.com/mount-windows-shares-in-ubuntu-or-derivative/</link>
		<comments>http://www.itserviceworks.com/mount-windows-shares-in-ubuntu-or-derivative/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 22:44:21 +0000</pubDate>
		<dc:creator>Scott Kuhn</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://itserviceworks.com/?p=9</guid>
		<description><![CDATA[1. edit your /etc/hosts file; give the Windows machine an associated name (or to be consistent with Windows networking, the machine&#8217;s Netbios name) 2. install the samba and smbfs packages (sudo apt-get install samba/smbfs) 3. Create a directory for the share to appear locally (sudo mkdir /mnt/bob, for instance) 4. Edit /etc/fstab for the share [...]]]></description>
			<content:encoded><![CDATA[<p>1. edit your <code>/etc/hosts</code> file; give the Windows machine an associated name (or to be consistent with Windows networking, the machine&#8217;s Netbios name)<br />
2. install the <code>samba</code> and <code>smbfs</code> packages (sudo apt-get install samba/smbfs)<br />
3. Create a directory for the share to appear locally (sudo mkdir /mnt/bob, for instance)<br />
4. Edit <code>/etc/fstab</code> for the share (example of //systemname/sharename  /mnt/bob  cifs exec,credentials=/etc/cifspw 0 0)<br />
5. Since you just referred it to a password file, create that (in <code>/etc/cifspw</code> for the credentials of the share, as in:<br />
username=Bob<br />
password=BobHasNoPassword)<br />
6. Secure it, if you want (sudo chmod 600 /etc/cifspw)<br />
7. Mount it up: sudo mount -a<br />
8. Create shortcuts/links as you will (the mount is in the location you specified in step 3)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itserviceworks.com/mount-windows-shares-in-ubuntu-or-derivative/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping home directory on separate partition</title>
		<link>http://www.itserviceworks.com/keeping-home-directory-on-separate-partition/</link>
		<comments>http://www.itserviceworks.com/keeping-home-directory-on-separate-partition/#comments</comments>
		<pubDate>Sun, 24 Aug 2008 22:41:34 +0000</pubDate>
		<dc:creator>Scott Kuhn</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://itserviceworks.com/?p=8</guid>
		<description><![CDATA[Ubuntu&#8217;s done some phenomenal work the past few years helping move Linux mainstream. One of the things they haven&#8217;t done&#8211;and they are not alone&#8211;is emphasize creating and using a separate partition mounted as /home. Why is that important? Well, take me, for example. Reformatted my laptop a couple days ago, and after running into an [...]]]></description>
			<content:encoded><![CDATA[<p>Ubuntu&#8217;s done some phenomenal work the past few years helping move Linux mainstream. One of the things they haven&#8217;t done&#8211;and they are not alone&#8211;is emphasize creating and using a separate partition mounted as /home.</p>
<p>Why is that important? Well, take me, for example. Reformatted my laptop a couple days ago, and after running into an issue configuring a VM, I started over yet again. Did I need to back up, reconfigure everything (as if I was in Windows)? Nope. Matter of fact, the /home directory contains a lot of configuration info, your Docs and Pictures&#8230;so I booted up after the install, and even Evolution was already set up and waiting for me to read my email. No configuration needed. Desktop wallpaper, configurations I&#8217;d done to the Gnome panel, everything was there. As it should be, I might add&#8230;</p>
<p>So, <a href="http://www.canonical.com/">Canonical</a>&#8230;please consider it as a standard like you do with the swap partition. And, um, Redmond&#8230;.it&#8217;s still not too late to do the same sort of thing with Windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itserviceworks.com/keeping-home-directory-on-separate-partition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

