<?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>The Open Source Ministry Blog</title>
	<atom:link href="http://blog.osministry.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.osministry.com</link>
	<description>Because you can observe a lot just by watching.</description>
	<lastBuildDate>Fri, 20 Jan 2012 20:42:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Maps based Area Mapping Tool</title>
		<link>http://blog.osministry.com/2012/01/20/google-maps-based-area-mapping-tool/</link>
		<comments>http://blog.osministry.com/2012/01/20/google-maps-based-area-mapping-tool/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 20:33:28 +0000</pubDate>
		<dc:creator>Bob Brown</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.osministry.com/?p=611</guid>
		<description><![CDATA[I kludged together an online Google Map tool for our ministry staff this week.
After trying it out for a little bit I am putting it here on the community to help others and to improve it.
There is a live instance available at http://osministry.com/map/ and I included the files in a zip here: http://osministry.com/map/files/

The  tool [...]]]></description>
			<content:encoded><![CDATA[<p>I kludged together an online Google Map tool for our ministry staff this week.</p>
<p>After trying it out for a little bit I am putting it here on the community to help others and to improve it.</p>
<p>There is a live instance available at <a href="http://osministry.com/map/">http://osministry.com/map/</a> and I included the files in a zip here: <a href="http://osministry.com/map/files/">http://osministry.com/map/files/</a></p>
<p><a href="http://blog.osministry.com/wp-content/uploads/2012/01/CSVMap.jpg"><img class="alignnone size-medium wp-image-613" title="CSVMap" src="http://blog.osministry.com/wp-content/uploads/2012/01/CSVMap-300x221.jpg" alt="CSVMap" width="300" height="221" /></a></p>
<p>The  tool itself is just an html file relying on Javascript and the Google  Maps API V3. It does not need an API key so it will work on any domain  name without you having to register your own.</p>
<p>Included is a file  called csv.php. I code in php, but since not everyone else does I kept  all code in a separate file so you can easily make your own and just  change the file name listed in the javascript.</p>
<p>This tool was really built for designing Area Maps for ArenaChMS, but a little adaptation will make it usable for other purposes.</p>
<p>You can  click on different locations and it will gather together the coordinates  of those locations into a textarea which is then exported out as a  csv  file ready to be imported with the ImportArea.exe file that Arena  Support can provide (I would rather point you to them for support on  that).</p>
<p>New features I would like:</p>
<p>Importing a list  of coordinates &#8211; I would like to be able to take a list of coordinates  from either the CSV or from an Arena exported xls file and import them  into the tool so that we can more easily edit shapes in the future.</p>
<p>Closing the shape &#8211; The Google API version of this tool (<a href="http://www.birdtheme.org/useful/googletool.html">here</a>)  has a &#8220;Close PolyShape&#8221; button that would close the shape back on the  original coordinates. I found that our ministry staff liked this feature  even though it put an extra identical coordinate in the list. I would  filter that last one out when creating the csv, but it does help to  visually close the map for people.</p>
<p>Clean up the file &#8211; The  index.html file is a mess. As I said, I kludged it from another tool and  so I left a lot of the extra stuff in there as reference as I worked on  features. At some point I really should get rid of all the stuff I set  to &#8220;Display: none;&#8221; or commented out.</p>
<p>Giving credit where it is due, the original file I started with was from <a href="http://www.birdtheme.org/useful/v3tool.html">http://www.birdtheme.org/useful/v3tool.html </a></p>
<p>ArenaChMS users can discuss this tool in the community <a href="http://community.arenachms.com/forums/15432/ShowThread.aspx">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.osministry.com/2012/01/20/google-maps-based-area-mapping-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VLAN PowerConnects for Ubiquiti Unifi</title>
		<link>http://blog.osministry.com/2011/08/02/vlan-powerconnects-for-ubiquiti-unifi/</link>
		<comments>http://blog.osministry.com/2011/08/02/vlan-powerconnects-for-ubiquiti-unifi/#comments</comments>
		<pubDate>Tue, 02 Aug 2011 21:55:43 +0000</pubDate>
		<dc:creator>Bob Brown</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.osministry.com/?p=600</guid>
		<description><![CDATA[Our current WiFi setup is awful. We have geriatric Buffalo access points that are nearly 7 years old and then public WiFi using flaky Open-Mesh OM1P access points.
Our new network plan relies on Ubiquiti UniFi access plans and then use multiple SSIDs with VLAN tagging. Unfortunately our network is a little odd as well. I [...]]]></description>
			<content:encoded><![CDATA[<p>Our current WiFi setup is awful. We have geriatric Buffalo access points that are nearly 7 years old and then public WiFi using flaky Open-Mesh OM1P access points.</p>
<p>Our new network plan relies on Ubiquiti UniFi access plans and then use multiple SSIDs with VLAN tagging. Unfortunately our network is a little odd as well. I would like to be able to have the Public SSID be able to only access the internet while the password secured WiFi would allow access to internal servers for the staff.</p>
<p><strong>Network Summary and Picture:</strong></p>
<p><a href="http://blog.osministry.com/wp-content/uploads/2011/08/NetworkSwitches.jpg"><img class="alignnone size-medium wp-image-602" title="NetworkSwitches" src="http://blog.osministry.com/wp-content/uploads/2011/08/NetworkSwitches-300x242.jpg" alt="NetworkSwitches" width="300" height="242" /></a></p>
<p>Yes, we currently have 2 separate Internet connections. One to Comcast and one for our phones and connecting to our other campuses.</p>
<p>Our important servers are currently at the farthest point away from the internet so we need to make sure everything works out to them.</p>
<p>Our T1 connections use a firewall out at the provider, but our Comcast connection uses an old SonicWall.  It currently has no DHCP set up.</p>
<p>So, any suggestions? What would be an easy way of doing this?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.osministry.com/2011/08/02/vlan-powerconnects-for-ubiquiti-unifi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Direct Link to Adobe Reader Standalone Installer</title>
		<link>http://blog.osministry.com/2011/03/01/adobe-reader-installer/</link>
		<comments>http://blog.osministry.com/2011/03/01/adobe-reader-installer/#comments</comments>
		<pubDate>Tue, 01 Mar 2011 15:27:50 +0000</pubDate>
		<dc:creator>Bob Brown</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.osministry.com/?p=592</guid>
		<description><![CDATA[I get tired of redownloading Adobe Reader when doing a bunch of updates. I also get tired of the ambush software that Adobe keeps trying to slip in.
For this reason, I prefer to use and refer to the standalone installer at the Adobe FTP site. The link for Reader X is:
ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/
And to the future me [...]]]></description>
			<content:encoded><![CDATA[<p>I get tired of redownloading Adobe Reader when doing a bunch of updates. I also get tired of the ambush software that Adobe keeps trying to slip in.</p>
<p>For this reason, I prefer to use and refer to the standalone installer at the Adobe FTP site. The link for Reader X is:<br />
<a href="ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/">ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/</a></p>
<p>And to the future me who comes looking for this note, You Are Welcome!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.osministry.com/2011/03/01/adobe-reader-installer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Digital Signage for Churches</title>
		<link>http://blog.osministry.com/2011/01/20/digital-signage-for-churches/</link>
		<comments>http://blog.osministry.com/2011/01/20/digital-signage-for-churches/#comments</comments>
		<pubDate>Thu, 20 Jan 2011 06:42:09 +0000</pubDate>
		<dc:creator>Bob Brown</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.osministry.com/?p=590</guid>
		<description><![CDATA[I am using this post to collect together some information about digital signage. I will include references to resources.
I am considering the JW Image Rotator (free) and building a PHP backend to do an automated xml of a folder if images. Maybe someday write something more custom. @ckehayias wrote something similar in .Net.
@srushik &#8211; http://getcu3er.com/ [...]]]></description>
			<content:encoded><![CDATA[<p>I am using this post to collect together some information about digital signage. I will include references to resources.</p>
<p>I am considering the <a href="http://www.longtailvideo.com/players/jw-image-rotator/">JW Image Rotator</a> (free) and building a PHP backend to do an automated xml of a folder if images. Maybe someday write something more custom. <a href="http://twitter.com/#!/ckehayias/status/27709129447448576">@ckehayias</a> wrote something similar in .Net.</p>
<p><a href="http://twitter.com/#!/srushik/status/27735266437365760">@srushik</a> &#8211; <a href="http://getcu3er.com/">http://getcu3er.com/</a> ($50) with custom built ASP backend that builds xml from images.</p>
<p><a href="http://twitter.com/#!/dszp/status/27710534442811392">@dszp</a> pointed to <a href="http://twitter.com/#!/crewNeckTech">@crewNeckTech</a> mentioning  <a href="http://www.drmretriever.com/">http://www.drmretriever.com/</a> (not sure of cost).</p>
<p><a href="https://twitter.com/granata">@granata</a> <a href="http://www.getsignboard.com/">http://www.getsignboard.com/</a></p>
<p>Also from <a href="https://twitter.com/granata">@granata</a> <a href="http://churchtechdump.com/post/3750635915/free-digital-signage-from-mediasignage-com">(here)</a> there is <a href="http://mediasignage.com/html/digital_signage.html">http://mediasignage.com</a> and their free product.</p>
<p>More work and info to come</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.osministry.com/2011/01/20/digital-signage-for-churches/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Volunteer Applications</title>
		<link>http://blog.osministry.com/2010/08/19/volunteer-applications/</link>
		<comments>http://blog.osministry.com/2010/08/19/volunteer-applications/#comments</comments>
		<pubDate>Fri, 20 Aug 2010 03:25:31 +0000</pubDate>
		<dc:creator>Bob Brown</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.osministry.com/?p=580</guid>
		<description><![CDATA[Over the years we have required our volunteers to fill out applications. Not to long ago we started doing them online and now managing this process has been moved over to one of my tasks. To be honest, the system we have is a pain in the neck so I want to fix it up.
I&#8217;ll [...]]]></description>
			<content:encoded><![CDATA[<p>Over the years we have required our volunteers to fill out applications. Not to long ago we started doing them online and now managing this process has been moved over to one of my tasks. To be honest, the system we have is a pain in the neck so I want to fix it up.</p>
<p><strong>I&#8217;ll start by showing what we have.</strong></p>
<p>Yes, we use Survey Monkey to manage <a href="https://www.surveymonkey.com/s/YJ7Z663">this form</a> (please do not submit it, that would really bother the very busy lady who does the work of receiving and following up on them). The results are cut and pasted into a doc, exported to PDF, and stored as a part of that person&#8217;s profile in our database (we use <a href="http://www.arenachms.com/">Arena</a>). Paper based copies have been pulled out of their filing cabinets and scanned in order keep us consistent.</p>
<p>The information is this form is used to provide information about a person so they can be evaluated for a serving position, have background checks run, and references to call.</p>
<p><strong>Now for what we want.</strong></p>
<ul>
<li>We want something that is easily submitted and received</li>
<li>Required fields</li>
<li>Easily edited in the future</li>
<li>I would really like an integrated module for Arena that does all of this, but we are not set to coding that yet and it might be worth knowing more about what we really want before we do.</li>
</ul>
<p>As a long time web geek I almost said &#8220;Hey, I&#8217;ll code that right up.&#8221; but I don&#8217;t have that kind of time available anymore. I do about a half dozen jobs and have an infant at home. Instead I said &#8220;I&#8217;ll look into seeing what other people are doing and we can move forward from there.</p>
<p>so, . . .</p>
<p><strong>What are <em>YOU</em> doing?</strong></p>
<p>Other churches must be dealing with this same issue. We want to know what you are doing. Do you do volunteer applications? do you do them online? do you have a special workflow?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.osministry.com/2010/08/19/volunteer-applications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Public Wave: Monitoring your Church&#8217;s internet usage internally</title>
		<link>http://blog.osministry.com/2009/12/17/public-wave-monitoring-your-churchs-internet-usage-internally/</link>
		<comments>http://blog.osministry.com/2009/12/17/public-wave-monitoring-your-churchs-internet-usage-internally/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 21:11:38 +0000</pubDate>
		<dc:creator>Bob Brown</dc:creator>
				<category><![CDATA[Techie]]></category>
		<category><![CDATA[Waves]]></category>

		<guid isPermaLink="false">http://blog.osministry.com/?p=567</guid>
		<description><![CDATA[Trying out another public wave. This one is on Monitoring the internet access of the church network.
Join in!

Monitoring your Church&#8217;s internet usage internally
Currently I am mirroring the outbound port of the last switch on our network and sending all of that data to a machine with two NICs. One simply gulps on the network firehose [...]]]></description>
			<content:encoded><![CDATA[<p>Trying out another public wave. This one is on <a href="https://wave.google.com/wave/#restored:wave:googlewave.com!w%252BhV5Kjw4BA.1">Monitoring the internet access of the church network</a>.</p>
<p>Join in!</p>
<div>
<p style="font-weight: bold; padding-left: 30px;">Monitoring your Church&#8217;s internet usage internally</p>
<p style="padding-left: 30px;">Currently I am mirroring the outbound port of the last switch on our network and sending all of that data to a machine with two NICs. One simply gulps on the network firehose and the other allows me to RDP in.</p>
<p style="padding-left: 30px;">I monitor the traffic with WireShark using the statistic options with IPv4 conversations, I/O, and HTTP requests.</p>
<p style="padding-left: 30px;">There has got to be a better way to have ongoing monitoring on a tight budget.</p>
<p style="padding-left: 30px;">Any questions or suggestions?<span><br />
</span></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.osministry.com/2009/12/17/public-wave-monitoring-your-churchs-internet-usage-internally/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trying a public Google Wave</title>
		<link>http://blog.osministry.com/2009/12/10/trying-a-public-google-wave/</link>
		<comments>http://blog.osministry.com/2009/12/10/trying-a-public-google-wave/#comments</comments>
		<pubDate>Thu, 10 Dec 2009 18:17:42 +0000</pubDate>
		<dc:creator>Bob Brown</dc:creator>
				<category><![CDATA[Techie]]></category>
		<category><![CDATA[Waves]]></category>

		<guid isPermaLink="false">http://blog.osministry.com/?p=552</guid>
		<description><![CDATA[I am trying out the Public Wave option using public@a.gwave.com with this post, but you will still need a Google Wave Account to join in.
This is a wave asking questions about Open-Mesh.
I am using the Wavr Plugin for Wordpress to embed the wave, but you can go directly to it here: The Open-Mesh Wave.

]]></description>
			<content:encoded><![CDATA[<p>I am trying out the Public Wave option using public@a.gwave.com with this post, but you will still need a Google Wave Account to join in.</p>
<p>This is a wave asking questions about <a title="go to http://www.open-mesh.com in a new window" href="http://www.open-mesh.com" target="_blank">Open-Mesh</a>.</p>
<p>I am using the <a href="http://wordpress.org/extend/plugins/wavr/">Wavr</a> Plugin for Wordpress to embed the wave, but you can go directly to it here: <a title="This is the link to the Open Mesh Wave" href="https://wave.google.com/wave/#restored:wave:googlewave.com!w%252BYtvrKTynC">The Open-Mesh Wave</a>.</p>
<p><span id="more-552"></span></p>

		<div id="waveframe-1" style="width:100%;height:500px;" ></div>
		 <script type="text/javascript">

				add_wave("waveframe-1",{
					bgcolor:"#efefef",
					color:"#000000",
					font:"",
					font_size:"1em",
					width:"100%",
					height:"500px",
					server:"https://wave.google.com/wave/",
					id:"googlewave.com!w+YtvrKTynC"		});

		</script>
		
]]></content:encoded>
			<wfw:commentRss>http://blog.osministry.com/2009/12/10/trying-a-public-google-wave/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tool: Wireless Keyboard &amp; Touchpad</title>
		<link>http://blog.osministry.com/2009/09/26/tool-wireless-keyboard-touchpad/</link>
		<comments>http://blog.osministry.com/2009/09/26/tool-wireless-keyboard-touchpad/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 05:44:20 +0000</pubDate>
		<dc:creator>Bob Brown</dc:creator>
				<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.osministry.com/?p=544</guid>
		<description><![CDATA[As a way to share tools I use regularly with others and find out tools that other IT people are using. So, I am going to start off with a tool I keep on hand and use at odd situations.

Logitech® Cordless MediaBoard Keyboard for PlayStation®3
or the
Logitech Cordless MediaBoard Pro Wireless Keyboard
The one pictured above is [...]]]></description>
			<content:encoded><![CDATA[<p>As a way to share tools I use regularly with others and find out tools that other IT people are using. So, I am going to start off with a tool I keep on hand and use at odd situations.</p>
<p><a href="http://blog.osministry.com/wp-content/uploads/2009/09/KeyboardTouchpad.jpg"><img class="alignnone size-medium wp-image-545" title="Wireless Keyboard &amp; Touchpad" src="http://blog.osministry.com/wp-content/uploads/2009/09/KeyboardTouchpad-300x243.jpg" alt="Wireless Keyboard &amp; Touchpad" width="300" height="243" /></a></p>
<p>Logitech® Cordless MediaBoard Keyboard for PlayStation®3<br />
or the<br />
Logitech Cordless MediaBoard Pro Wireless Keyboard</p>
<p>The one pictured above is just the cordless mediaboard, but it is currently more expensive that the MediaBoard Pro and harder to find. It was originally bought to use with a media center PC attached to a big LCD TV, but plans changed and I put it into regular use at the church.</p>
<p><strong>Some Points about the Hardware:</strong></p>
<p>The USB dongle is the same size as a standard thumbdrive</p>
<p>There was no way to attach the dongle to the keyboard for storage so I superglued a magnet in a place underneath where the dongle could be held out of the way.</p>
<p>The keyboard feels flimsy and cheap, but it holds up pretty well.</p>
<p>They say the reach is 30 feet, however I plugged it into a computer and then walked out of the house and down the road probably 50 feet before the characters went goofy. This was through a standard exterior wall that had hardy board siding added onto it, and hardy board does a lot of damage to readio signals.</p>
<p>There is no software to install and windows recognizes it instantly. Macs will, of course, pop up the dialog to ask you to hit the key next to shift so it can be identified as a non-Mac keyboard but it works just fine.</p>
<p>The keyboard uses 2 AA batteries. I love this since it means that when I pull it out for use I can just take 2 AAs with me and not worry about the condition of the rechargeable integrated batteries that some remote keyboards use.</p>
<p><strong>Uses:</strong></p>
<p>Obviously it is good for presentations done by people who don&#8217;t like using an air mouse and do like a touchpad.</p>
<p>It also works well when assisting someone with a presentation. It is nice to be able to quickly plug into someone&#8217;s laptop so that if they do have problems during a presentation you are ready as a helper.</p>
<p>It works well in your lap when at a distance from the screen, but I would not use it as my daily desk keyboard. It isn&#8217;t comfortable enough for that position and duration.</p>
<p>We keep it as an emergency USB keyboard in my office. Since nobody wants it at their desk it isn&#8217;t going to go into circulation. I used it in the server room when a keyboard cord to the KVM had been knocked loose and the server came up without recognizing the KVM&#8217;s keyboard. It was easy to get into place without dealing with a cord, and the mouse was integrated.</p>
<p>And of course, it is good for pranks. Especially if you set up some good shortcut keys in advance.</p>
<p><strong>Some Additional Stuff:</strong></p>
<p>I need a keyboard and touchpad setup for a kiosk going into the bookstore. There isn&#8217;t enough room for a mouse on the ledge, and it seems too cumbersome, so I was looking at the <a href="http://www.adesso.com/products_detail.asp?productid=377">Adesso Slim touch Desktop Keyboard</a>. It is currently $37 at buy.com, but if you have any suggestions I would be glad to hear them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.osministry.com/2009/09/26/tool-wireless-keyboard-touchpad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Command Line &#8211; SSH and Telnet</title>
		<link>http://blog.osministry.com/2009/06/08/linux-command-line-ssh-and-telnet/</link>
		<comments>http://blog.osministry.com/2009/06/08/linux-command-line-ssh-and-telnet/#comments</comments>
		<pubDate>Mon, 08 Jun 2009 18:07:08 +0000</pubDate>
		<dc:creator>Bob Brown</dc:creator>
				<category><![CDATA[Personal Notes]]></category>
		<category><![CDATA[Techie]]></category>

		<guid isPermaLink="false">http://blog.osministry.com/2009/06/08/linux-command-line-ssh-and-telnet/</guid>
		<description><![CDATA[I just grabbed this from an old forum post of mine. It was originally written in 2002 or so, but I wanted to post it here as one of my reference items since this blog is where I come to find that stuff anyway.
This covers typical Linux commands used in web hosting.

Telnet vs. SSH
Telnet is [...]]]></description>
			<content:encoded><![CDATA[<p>I just grabbed this from an old forum post of mine. It was originally written in 2002 or so, but I wanted to post it here as one of my reference items since this blog is where I come to find that stuff anyway.</p>
<p>This covers typical Linux commands used in web hosting.</p>
<p><span id="more-537"></span></p>
<p><span style="color: darkblue"><span style="font-size: 11pt; line-height: 100%"><strong>Telnet vs. SSH</strong></span></span></p>
<p>Telnet is an insecure way of accessing the server command line and is therefore not an option. SSH (Secure Shell) is a secure replacement for Telnet which gives the same type of access.</p>
<p><span style="color: darkblue"><span style="font-size: 11pt; line-height: 100%"><strong>Accessing SSH</strong></span></span></p>
<p>SSH can be accessed by an applet included in certain cPanel themes. It is preferable to access through an SSH program installed on your own computer.</p>
<p>Mac OSX users can open a terminal window and enter <strong><em>ssh -l username yourdomain.com</em></strong></p>
<p><span style="color: darkblue"><span style="font-size: 11pt; line-height: 100%"><strong>Useful commands</strong></span></span></p>
<p>When using SSH you are accessing the server&#8217;s command line (Similar to MSDOS).<br />
Here is a short list of commonly used commands:<br />
(tip: when using Putty you can use the &#8220;right click&#8221; to copy and paste commands and information)</p>
<p><strong><em>man</em></strong><br />
Display command manual (use: man [command])<br />
To exit from the manual use the &#8216;<em>q</em>&#8216; key.</p>
<p><strong><em>logout</em></strong><br />
Logout of SSH</p>
<p><strong><em>exit</em></strong><br />
Logout of SSH</p>
<p><strong><em>Ctrl + C</em></strong><br />
End current command</p>
<p><strong><em>dir</em></strong><br />
Directory listing</p>
<p><strong><em>ls</em></strong><br />
Better directory listing with more options (type &#8220;man ls&#8221; for more information. Note: The &#8220;l&#8221; is an &#8220;L&#8221;<br />
<em>ls -al</em> is what I normally use.</p>
<p><strong><em>cp source.file destination.file</em></strong><br />
Copies a file from one location to another</p>
<p><strong><em>mv source.file destination.file</em></strong><br />
Moves a file from one location to another.<br />
It copies it to the new location and deletes the original one</p>
<p><strong><em>chmod</em></strong><br />
Changes the permissions on a file.<br />
I prefer doing this through FTP and would recommend that for newbies as well.</p>
<p><strong><em>chown</em></strong><br />
Changes the User and/or Group ownership for a file.</p>
<p><strong><em>tar -cpzf filename.tar.gz</em></strong><br />
Tar (compress a number of files into one file) the current directory<br />
Replace &#8220;filename&#8221; with an appropriate name.</p>
<p><strong><em>tar -xzpf filename.tar.gz</em></strong><br />
Untar (uncompress a number of files out of one file) a file<br />
Replace &#8220;filename&#8221; with the file&#8217;s name.</p>
<p><strong><em>lynx</em></strong><br />
Lynx is a text based browser installed on the server that can be accessed via the command line or by cron.</p>
<p><strong><em>cd /home/username</em></strong><br />
Navigate into a directory on the server (~ Navigate to your home directory, you can use &#8220;~&#8221; as part of the path: cd ~/public_html.<br />
Replace &#8220;/home/username&#8221; with the appropriate directory.</p>
<p><strong><em>whereis [function]</em></strong><br />
The easiest way to find the actual path to perl, sendmail, etc<br />
Replace &#8220;[function]&#8221; with the function name e.g. &#8220;sendmail&#8221;.</p>
<p><strong><em>rm</em></strong><br />
Remove/delete (use rm -r to delete recursive directories. Type &#8220;rm &#8211;help&#8221; for full help, there is no way to undelete)</p>
<p><strong><em>top</em></strong><br />
List running processes and check server load (type <strong>h</strong> for help and <strong>q</strong> to exit the &#8220;top&#8221; display.</p>
<p><strong><em>mysqldump -u[Username] -p[Password] [Database Name] &lt; filename.sql</em></strong><br />
Dump a SQL file into a MySQL database. Note the &#8220;&lt;&#8221;.<br />
Replace &#8220;[Username]&#8221; with the database username (generally controlpaneluser_databaseuser). Replace &#8220;[Password]&#8221; with the database password and replace &#8220;[Database Name]&#8221; with the database name. Finally change &#8220;filename.sql&#8221; to the correct filename/location.</p>
<p><strong><em>mysqldump -u[Username] -p[Password] [Database Name] &gt; filename.sql</em></strong><br />
Dump a MySQL database to a SQL file. Note the &#8220;&gt;&#8221;.<br />
Replace &#8220;[Username]&#8221; with the database username (generally controlpaneluser_databaseuser). Replace &#8220;[Password]&#8221; with the database password and replace &#8220;[Database Name]&#8221; with the database name. Finally change &#8220;filename.sql&#8221; to the correct filename/location.</p>
<p><strong><em>mkdir directory_name</em></strong><br />
Make directory<br />
Replace &#8220;directory_name&#8221; with the directory you want to create&#8217; name.</p>
<p><strong><em>ln -s real/path [link name]</em></strong><br />
Create a symlink to a path<br />
Replace &#8220;real/path&#8221; with the physical (real) path to the file. For example /home/user/downloads. Also replace &#8220;[link name]&#8221; with what you would like the symlink to be called. To remove the sym link use &#8220;rm [link name]&#8220;.</p>
<p><strong><em>pico [filename]</em></strong><br />
Easy to use text editor to edit files<br />
Replace &#8220;(filename)&#8221; with the filename to open e.g. &#8220;pico file.txt&#8221;<br />
<strong><em>vi</em></strong> and <strong><em>vim</em></strong> are also available on many servers.</p>
<p><strong><em>wget <a href="http://www.example.com/" target="_blank">http://www.example.com</a></em></strong><br />
Wget can grab files from a web site or even the entire website in its directory structure and copy them to your server. Type <strong>man wget</strong> to see all of your options.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.osministry.com/2009/06/08/linux-command-line-ssh-and-telnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nobody Considers the Hole</title>
		<link>http://blog.osministry.com/2009/05/18/nobody-considers-the-hole/</link>
		<comments>http://blog.osministry.com/2009/05/18/nobody-considers-the-hole/#comments</comments>
		<pubDate>Mon, 18 May 2009 04:58:18 +0000</pubDate>
		<dc:creator>Bob Brown</dc:creator>
				<category><![CDATA[fun]]></category>

		<guid isPermaLink="false">http://blog.osministry.com/2009/05/18/nobody-considers-the-hole/</guid>
		<description><![CDATA[
Sure, most people completely overlook the necessary work in the background but background work is best when nobody thinks about it. Let&#8217;s just hope they have a boss who understands the task and knows a good hole when he sees it.
]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.osministry.com/wp-content/uploads/2009/05/brevity2007366580503.gif" alt="It’s just Larry this and Larry that" /></p>
<p>Sure, most people completely overlook the necessary work in the background but background work is best when nobody thinks about it. Let&#8217;s just hope they have a boss who understands the task and knows a good hole when he sees it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.osministry.com/2009/05/18/nobody-considers-the-hole/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

