<?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>Computer Plumber &#187; command line</title>
	<atom:link href="http://computerplumber.com/tag/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://computerplumber.com</link>
	<description></description>
	<lastBuildDate>Sat, 21 Jan 2012 02:54:22 +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>How to change the default SSH port in Lion</title>
		<link>http://computerplumber.com/2012/01/how-to-change-the-default-ssh-port-in-lion/</link>
		<comments>http://computerplumber.com/2012/01/how-to-change-the-default-ssh-port-in-lion/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 02:51:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Leopard]]></category>
		<category><![CDATA[Leopard Server]]></category>
		<category><![CDATA[Lion Server]]></category>
		<category><![CDATA[ssh]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=687</guid>
		<description><![CDATA[So you don&#8217;t want to have your remote login port (ssh port) on your Lion server setup to port 22. You can easily change the listening port doing the following 2 steps. There is no need to add another service. First you will need to edit your Lion Services file: sudo nano /etc/services Search for [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2012/01/how-to-change-the-default-ssh-port-in-lion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP script to automate file transfers to remote server</title>
		<link>http://computerplumber.com/2012/01/ftp-script-to-automate-file-transfers/</link>
		<comments>http://computerplumber.com/2012/01/ftp-script-to-automate-file-transfers/#comments</comments>
		<pubDate>Wed, 18 Jan 2012 03:22:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[file sharing]]></category>
		<category><![CDATA[files]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=670</guid>
		<description><![CDATA[Below you will find a FTP script that will allow you to automate your files transfers without requiring any user input. The only problem with this method is you will be putting a username and password into the script file, but having a simple automated FTP file upload or FTP file download probably outweighs the [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2012/01/ftp-script-to-automate-file-transfers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing Mongrel with Ruby 1.9</title>
		<link>http://computerplumber.com/2009/08/installing-mongrel-with-ruby19/</link>
		<comments>http://computerplumber.com/2009/08/installing-mongrel-with-ruby19/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 15:27:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=635</guid>
		<description><![CDATA[Installing mongrel on ruby 1.9 has caused problems for many different people as has been reported on isitruby19.com. Running gem install mongrel produces the following error. http11.c: In function &#8216;http_field&#8217;: http11.c:77: error: &#8216;struct RString&#8217; has no member named &#8216;ptr&#8217; http11.c:77: error: &#8216;struct RString&#8217; has no member named &#8216;len&#8217; http11.c:77: warning: left-hand operand of comma expression [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/08/installing-mongrel-with-ruby19/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing MySQL gem for Ruby 1.9.x</title>
		<link>http://computerplumber.com/2009/07/installing-mysql-gem-for-ruby-1-9-x/</link>
		<comments>http://computerplumber.com/2009/07/installing-mysql-gem-for-ruby-1-9-x/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 19:53:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://computerplumber.com/?p=625</guid>
		<description><![CDATA[As of this writing, the MYSQL gem cannot be installed by simply doing a GEM INSTALL with ruby 1.9.1. In order to install the gem, follow these easy steps. First download the mysql gem from rubyforge, and unzip it: sudo wget http://rubyforge.org/frs/download.php/51087/mysql-ruby-2.8.1.tar.gz sudo tar -xzvf mysql-ruby-2.8.1.tar.gz cd mysql-ruby-2.8.1 Now, you will need to compile the [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/07/installing-mysql-gem-for-ruby-1-9-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting Up Ubuntu for Rails Development</title>
		<link>http://computerplumber.com/2009/05/setting-up-ubuntu-for-rails-development/</link>
		<comments>http://computerplumber.com/2009/05/setting-up-ubuntu-for-rails-development/#comments</comments>
		<pubDate>Fri, 29 May 2009 19:40:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[MYSQL]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=455</guid>
		<description><![CDATA[These are a the procedures we use to setup a PC or VM for development of a ruby on rails application. First things first, get your install software ready.&#160; These instructions are based on the Hardy Heron version of Ubuntu (8.04). Install the base OS and then fire up the terminal so you can copy [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/05/setting-up-ubuntu-for-rails-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easy Way to Change Ubuntu Usernames</title>
		<link>http://computerplumber.com/2009/05/easy-way-to-change-ubuntu-usernames/</link>
		<comments>http://computerplumber.com/2009/05/easy-way-to-change-ubuntu-usernames/#comments</comments>
		<pubDate>Tue, 26 May 2009 18:25:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=444</guid>
		<description><![CDATA[If you want to change your Ubuntu user name, a very fast way to do so is via the command line. Just type the following: sudo usermod -l newname currentname For more options, just type man usermod]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/05/easy-way-to-change-ubuntu-usernames/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rails and Microsoft Sql Server</title>
		<link>http://computerplumber.com/2009/04/rails-and-microsoft-sql-server/</link>
		<comments>http://computerplumber.com/2009/04/rails-and-microsoft-sql-server/#comments</comments>
		<pubDate>Tue, 14 Apr 2009 00:56:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=431</guid>
		<description><![CDATA[So you want to connect your rails application to Microsoft SQL Server. The following instructions will take you through setting this up quite simply. This setup is on a a Ubuntu 8.04 server connecting to SQL Server 2000 (we will use the Northwind sample database). The first thing you need to do is install the [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/04/rails-and-microsoft-sql-server/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Adjust What the History Command Shows</title>
		<link>http://computerplumber.com/2009/02/adjust-what-the-history-command-shows/</link>
		<comments>http://computerplumber.com/2009/02/adjust-what-the-history-command-shows/#comments</comments>
		<pubDate>Sat, 14 Feb 2009 03:41:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Leopard Server]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=389</guid>
		<description><![CDATA[By default on OS X, the history command (accessed via the terminal) shows the last 500 commands including multiple entries that are the exact same. Just to find an old useful command, you may have to sort through 100&#8242;s of ls and cd commands. Wouldn&#8217;t it be nice to show only unique commands, and remove [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/02/adjust-what-the-history-command-shows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Server Time on Ubuntu</title>
		<link>http://computerplumber.com/2009/01/updating-server-time-on-ubuntu/</link>
		<comments>http://computerplumber.com/2009/01/updating-server-time-on-ubuntu/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 00:40:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=283</guid>
		<description><![CDATA[A handy way to help keep a Ubuntu server&#8217;s date current is to add a daily cron job that runs the ntpdate command. To do this you just repeat the following in a terminal. Create a file named ntpdate in /etc/cron.daily/ : sudo nano /etc/cron.daily/ntpdate Now add the following to this file: ntpdate ntp.ubuntu.com pool.ntp.org [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/01/updating-server-time-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Show System Uptime in XP</title>
		<link>http://computerplumber.com/2009/01/show-system-uptime-in-xp/</link>
		<comments>http://computerplumber.com/2009/01/show-system-uptime-in-xp/#comments</comments>
		<pubDate>Mon, 26 Jan 2009 19:18:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 2000]]></category>
		<category><![CDATA[Windows Vista]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://blog.computerplumber.ca/?p=235</guid>
		<description><![CDATA[1. Open the Start menu and select the run command, 2. Type cmd to bring up a command prompt 3. Type systeminfo This will show a list of your hardware and OS information. If you scroll to the 11th or so line you will see the uptime. Windows Vista changed this information to System Boot [...]]]></description>
		<wfw:commentRss>http://computerplumber.com/2009/01/show-system-uptime-in-xp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

