<?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>kdmurray.blog &#187; administration</title>
	<atom:link href="http://kdmurray.net/tag/administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://kdmurray.net</link>
	<description>The crossroads of life and tech</description>
	<lastBuildDate>Sun, 20 May 2012 21:42:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Ubuntu School &#8211; Creating a New User</title>
		<link>http://kdmurray.net/2012/02/11/ubuntu-school-creating-a-new-user/</link>
		<comments>http://kdmurray.net/2012/02/11/ubuntu-school-creating-a-new-user/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 23:47:42 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Lessons]]></category>
		<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[adduser]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[useradd]]></category>
		<category><![CDATA[users]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=1094</guid>
		<description><![CDATA[There are two built-in commands for creating a user from the command-line in Ubuntu: useradd and adduser. useradd is the older command which has, for the most part, been deprecated in favour of the more user-friendly adduser command. Both will allow you to create new user accounts, set up home directories and generally move in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-1117" title="logo-ubuntu_cof-orange-hex" src="http://kdmurray.net/wp-content/uploads/2012/02/logo-ubuntu_cof-orange-hex-150x150.png" alt="" width="100" height="100" />There are two built-in commands for creating a user from the command-line in Ubuntu: useradd and adduser. useradd is the older command which has, for the most part, been deprecated in favour of the more user-friendly adduser command. Both will allow you to create new user accounts, set up home directories and generally move in the right direction, but adduser will prompt you for information you didn&#8217;t include whereas useradd will assume you didn&#8217;t want those things (ie create the home directory).</p>

<p><code>sudo adduser theboss</code></p>

<p>will produce an output similar to</p>

<p><code>Adding user <code>theboss' ...
Adding new group</code>theboss' (1001) ...
Adding new user <code>theboss' (1001) with group</code>theboss' ...
Creating home directory <code>/home/theboss' ...
Copying files from</code>/etc/skel' ...
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
Changing the user information for theboss
Enter the new value, or press ENTER for the default
Full Name []: Joe Bossman
Room Number []:
Work Phone []:
Home Phone []:
Other []:
Is the information correct? [Y/n] y</code></p>

<p>And there you are! Happy user-creating!</p>
]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2012/02/11/ubuntu-school-creating-a-new-user/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving? Redirect with htaccess and 301</title>
		<link>http://kdmurray.net/2009/01/23/moving-redirect-with-htaccess-and-301/</link>
		<comments>http://kdmurray.net/2009/01/23/moving-redirect-with-htaccess-and-301/#comments</comments>
		<pubDate>Fri, 23 Jan 2009 08:01:26 +0000</pubDate>
		<dc:creator>kdmurray</dc:creator>
				<category><![CDATA[Tech Tips]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[301]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[detour]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[redirect]]></category>
		<category><![CDATA[seo]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://kdmurray.net/?p=543</guid>
		<description><![CDATA[If you&#8217;ve ever moved your site from one server to another, or changed domain names you know how difficult it can be to redirect all your old traffic to the new location. Here&#8217;s a quick trick to make the transition totally seamless. Redirect 301 / http://kdmurray.net/ This will redirect every URL beneath the root (&#8221; [...]]]></description>
			<content:encoded><![CDATA[<div class="wp-caption alignleft" style="width: 250px"><a href="http://flickr.com/photos/shannonmary/187131727/" target="_blank"><img title="Detour" src="http://farm1.static.flickr.com/76/187131727_0de9e4f143_m_d.jpg" alt="Image Credit: Shannon K on Flickr" width="240" height="160" /></a><p class="wp-caption-text">Image Credit: Shannon K on Flickr</p></div>

<p>If you&#8217;ve ever moved your site from one server to another, or changed domain names you know how difficult it can be to redirect all your old traffic to the new location.  Here&#8217;s a quick trick to make the transition totally seamless.</p>

<p><code>Redirect 301 / http://kdmurray.net/</code></p>

<p>This will redirect every URL beneath the root (&#8221; / &#8220;) to it&#8217;s corresponding URL at mynewsite.net.  So if you had a blog post from a couple of years ago that you migrated to the new domain, you can redirect the old URLs (which may have been cached in a search engine) to the new site to drive all that traffic to where it should be going.</p>

<p>In addition the 301 code (see <a href="http://en.wikipedia.org/wiki/HTTP_301" target="_blank">HTTP 301</a>) will tell web browsers &amp; search engines that the page has been permanently moved which will help to ensure that the old site is no longer cached.</p>

<p>This should work with Apache on both Linux (OS X, unix etc.) and Windows.</p>
]]></content:encoded>
			<wfw:commentRss>http://kdmurray.net/2009/01/23/moving-redirect-with-htaccess-and-301/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Object Caching 390/396 objects using disk: basic

Served from: kdmurray.net @ 2012-05-23 07:32:57 -->
