<?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>Blog &#124; Pages of Interest &#187; Linux</title>
	<atom:link href="http://pagesofinterest.net/blog/tag/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://pagesofinterest.net/blog</link>
	<description>1000% Hyperbole Free</description>
	<lastBuildDate>Sat, 04 Feb 2012 22:57:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Secure Git Server &#8211; Preventing Git User Logging in via SSH</title>
		<link>http://pagesofinterest.net/blog/2011/06/secure-git-server-preventing-git-user-logging-in-via-ssh/</link>
		<comments>http://pagesofinterest.net/blog/2011/06/secure-git-server-preventing-git-user-logging-in-via-ssh/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 01:28:14 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Git]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[*nix]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=1112</guid>
		<description><![CDATA[A short tutorial detailing the steps required to quickly setup a secure git server that doesn&#8217;t allow the git user access via ssh &#8211; in other words, git commands work &#038; one may use keys for password-less access, but you may prevent any / all ssh keys from being able to log into your server [...]<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2010/11/mytop-top-for-mysql/' rel='bookmark' title='MyTop, Top for MySQL'>MyTop, Top for MySQL</a> <small>ECPod must have jumped a bit in popularity, as today,...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/05/normal-user-unable-to-write-to-fat32-partition-ubuntu/' rel='bookmark' title='Normal User Unable to Write to FAT32 Partition Ubuntu'>Normal User Unable to Write to FAT32 Partition Ubuntu</a> <small>Just when I though I had finished reviving my parent's...</small></li>
<li><a href='http://pagesofinterest.net/blog/2010/11/make-service-run-at-startup-centos/' rel='bookmark' title='Make Service Run at Startup &#8211; CentOS'>Make Service Run at Startup &#8211; CentOS</a> <small>Note to self: Stop forgetting this! Make a service start...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2011/06/secure-git-server-preventing-git-user-logging-in-via-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atheros Drivers &#8211; In A Repository!</title>
		<link>http://pagesofinterest.net/blog/2010/11/atheros-drivers-in-a-repository/</link>
		<comments>http://pagesofinterest.net/blog/2010/11/atheros-drivers-in-a-repository/#comments</comments>
		<pubDate>Sat, 27 Nov 2010 04:46:41 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[Drivers]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=1021</guid>
		<description><![CDATA[Now, instead of manually installing Atheros drivers, I can install them from ELRepo! First, find the device id for the network adapter: for BUSID in $&#40;/sbin/lspci &#124; awk '{ IGNORECASE=1 } /net/ { print $1 }'&#41;; do /sbin/lspci -s $BUSID -m; /sbin/lspci -s $BUSID -n; done It&#8217;ll give output like: 02:00.0 &#34;Ethernet controller&#34; &#34;Atheros Communications&#34; [...]<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2010/11/atheros-drivers-centos-5-5/' rel='bookmark' title='Atheros Drivers Centos 5.5'>Atheros Drivers Centos 5.5</a> <small>Servers went down. We think it had something to do...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2010/11/atheros-drivers-in-a-repository/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Atheros Drivers Centos 5.5</title>
		<link>http://pagesofinterest.net/blog/2010/11/atheros-drivers-centos-5-5/</link>
		<comments>http://pagesofinterest.net/blog/2010/11/atheros-drivers-centos-5-5/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 01:27:29 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Centos]]></category>
		<category><![CDATA[Drivers]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=996</guid>
		<description><![CDATA[Servers went down. We think it had something to do with the network hardware and / or the drivers ( Atheros AR81Family ) and their compatibility ( or lack thereof ) with our Centos 5.5 boxes. As our servers are in the PRC, I can&#8217;t physically touch them &#8211; luckily we have an excellent team [...]<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2010/11/atheros-drivers-in-a-repository/' rel='bookmark' title='Atheros Drivers &#8211; In A Repository!'>Atheros Drivers &#8211; In A Repository!</a> <small>Now, instead of manually installing Atheros drivers, I can install...</small></li>
<li><a href='http://pagesofinterest.net/blog/2010/11/make-service-run-at-startup-centos/' rel='bookmark' title='Make Service Run at Startup &#8211; CentOS'>Make Service Run at Startup &#8211; CentOS</a> <small>Note to self: Stop forgetting this! Make a service start...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2010/11/atheros-drivers-centos-5-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make Service Run at Startup &#8211; CentOS</title>
		<link>http://pagesofinterest.net/blog/2010/11/make-service-run-at-startup-centos/</link>
		<comments>http://pagesofinterest.net/blog/2010/11/make-service-run-at-startup-centos/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 03:02:11 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Centos]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=1011</guid>
		<description><![CDATA[Note to self: Stop forgetting this! Make a service start at boot: chkconfig httpd --add chkconfig httpd on --level 235 Check if a service has been set this way: chkconfig --list httpd From Enabling and disabling services during start up in GNU/Linux. What is that &#8211;level ### stuff? ID Description 0&#160;&#160;&#160;Halt 1&#160;&#160;&#160;Single-User mode 2&#160;&#160;&#160;Multi-user mode [...]<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2010/11/atheros-drivers-centos-5-5/' rel='bookmark' title='Atheros Drivers Centos 5.5'>Atheros Drivers Centos 5.5</a> <small>Servers went down. We think it had something to do...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2010/11/make-service-run-at-startup-centos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyTop, Top for MySQL</title>
		<link>http://pagesofinterest.net/blog/2010/11/mytop-top-for-mysql/</link>
		<comments>http://pagesofinterest.net/blog/2010/11/mytop-top-for-mysql/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 00:00:43 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Server Admin]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=980</guid>
		<description><![CDATA[ECPod must have jumped a bit in popularity, as today, while skim-reading the error log I noticed a lot of these: &#91;exception 'PDOException' with message 'SQLSTATE[00000] [1040] Too many connections' in ../includes/classes/db/connection.php5 My initial reaction was to simply increase the connection limit in /etc/my.cnf. After doing that I also went through parts of our codebase [...]<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2010/11/mysql-workbench/' rel='bookmark' title='MySQL Workbench'>MySQL Workbench</a> <small>I&#8217;ve very recently started using MySQL Workbench, and see it...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2010/11/mytop-top-for-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rsync &#8211; Itemize Output Codes</title>
		<link>http://pagesofinterest.net/blog/2010/11/rsync-itemize-output-codes/</link>
		<comments>http://pagesofinterest.net/blog/2010/11/rsync-itemize-output-codes/#comments</comments>
		<pubDate>Wed, 10 Nov 2010 02:14:04 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[man]]></category>
		<category><![CDATA[rsync]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=926</guid>
		<description><![CDATA[I use rsync to manage backups between two servers separated by more than 12,000 kilometers. It works very well. I have the machines email me the output of the backup process, so I can easily check to ensure the backup succeeded with no problems. I try to go through the most recent email at least [...]<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2009/06/rescuing-settings-from-broken-jdownloader-installation-in-ubuntu/' rel='bookmark' title='Rescuing Settings From Broken JDownloader Installation in Ubuntu'>Rescuing Settings From Broken JDownloader Installation in Ubuntu</a> <small>Somehow I broke my JDownloader installation, by meddling with the...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2010/11/rsync-itemize-output-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Find and Replace Text Within Multiple Files in Linux &#8211; Avoid RSI</title>
		<link>http://pagesofinterest.net/blog/2009/06/find-and-replace-text-within-multiple-files-in-linux-avoid-rsi/</link>
		<comments>http://pagesofinterest.net/blog/2009/06/find-and-replace-text-within-multiple-files-in-linux-avoid-rsi/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 01:02:15 +0000</pubDate>
		<dc:creator>Michael Robinson</dc:creator>
				<category><![CDATA[Fix]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://pagesofinterest.net/blog/?p=693</guid>
		<description><![CDATA[After updating 100+ pages manually, I realized that I had neglected to add "index.php" to the end of certain links.  Usually this would be fine, but the links in question are opened in Shadowbox, which will fail on pretty, "index.php"-less links.<p style="margin-top:20px;">Related posts:<ol>
<li><a href='http://pagesofinterest.net/blog/2009/02/strip-uxxxx-from-string-and-replace-it-with-the-correct-unicode-character/' rel='bookmark' title='Strip /uXXXX From String and Replace it With the Correct Unicode Character'>Strip /uXXXX From String and Replace it With the Correct Unicode Character</a> <small>I discovered '/uXXXX' appearing where pretty unicode characters should be...</small></li>
<li><a href='http://pagesofinterest.net/blog/2009/05/perl-script-to-insert-dbpedia-infobox-data-into-a-mysql-database/' rel='bookmark' title='Perl Script to Insert DBpedia Infobox Data into a MySQL Database'>Perl Script to Insert DBpedia Infobox Data into a MySQL Database</a> <small>This script parses out the Wikipedia page, DBPedia Infobox Predicate...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://pagesofinterest.net/blog/2009/06/find-and-replace-text-within-multiple-files-in-linux-avoid-rsi/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
<!DOCTYPE html>
<html xmlns:og="http://ogp.me/ns#">
	<head>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
		<meta name="generator" content="RapidWeaver" />
		<link rel="icon" href="http://pagesofinterest.net/favicon.ico" type="image/x-icon" />
		<link rel="shortcut icon" href="http://pagesofinterest.net/favicon.ico" type="image/x-icon" />
		

        				<title>Tag Archive for &quot;&quot; | Blog | Pages of Interest</title>
  
		        
		<link rel="stylesheet" type="text/css" media="print" href="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/consolidated-print-79.css" />
		<link rel="stylesheet" type="text/css" media="screen" href="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/consolidated-screen-79.css" />
		
		
		
		
		
                
        <link rel="icon" type="image/png" href="http://pagesofinterest.net/favicon.png" />        

		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
		<script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/libs.js?1328448743"></script>
		<script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/javascript.js?1328448743"></script>
		<script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/site.js?1328448743"></script>
		<!--[if IE]><script type="text/javascript" src="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/scripts/html5.js?1328448743"></script>
		<link rel="stylesheet" type="text/css" media="screen" href="http://pagesofinterest.net/rw_common/themes/n_spire_pagesofinterest/css/ie.css" />
		<![endif]-->
		
	    
	    
