

<?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>kieranbarnes &#187; Ubuntu</title>
	<atom:link href="http://bloke.org/category/linux/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloke.org</link>
	<description>Independent PHP, WordPress &#38; CubeCart Programmer</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:58:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Alternate &#8216;Messing with time and date on Linux&#8217;</title>
		<link>http://bloke.org/linux/alternate-messing-with-time-and-date-on-linux/</link>
		<comments>http://bloke.org/linux/alternate-messing-with-time-and-date-on-linux/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 21:46:38 +0000</pubDate>
		<dc:creator>kieran</dc:creator>
				<category><![CDATA[CentOS]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Xen]]></category>
		<category><![CDATA[NTP]]></category>
		<category><![CDATA[OPTIONS]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=3468</guid>
		<description><![CDATA[Following up from a previous post, some hypervisors like Xen are a bit fruity when trying to control the time via NTP. Here's how we managed it. Firstly, if your installation doesn't have ntp install. Install that. Edit /etc/sysconfig/ntpd and add the following to the top  -x to the top line OPTIONS="-x -u ntp:ntp -p /var/run/ntpd.pid" [...]
Related posts:<ol>
<li><a href='http://bloke.org/linux/messing-time-date-linux/' rel='bookmark' title='Messing with time and date on Linux'>Messing with time and date on Linux</a> <small>Some Linux distros don't come with time synchronisation utilities, even...</small></li>
<li><a href='http://bloke.org/linux/how-to-install-the-nslookup-host-or-dig-commands-in-linux/' rel='bookmark' title='How to install the nslookup, host OR dig commands in Linux?'>How to install the nslookup, host OR dig commands in Linux?</a> <small>Sometimes you are unable to use the nslookup, host OR...</small></li>
<li><a href='http://bloke.org/linux/snippet-create-a-large-file-in-linux/' rel='bookmark' title='[Snippet] Create a large file in Linux'>[Snippet] Create a large file in Linux</a> <small>Need to create a large file? For disk speed tests?...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/linux/alternate-messing-with-time-and-date-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Super simple Active Directory with Samba</title>
		<link>http://bloke.org/linux/ubuntu/super-simple-active-directory-with-samba/</link>
		<comments>http://bloke.org/linux/ubuntu/super-simple-active-directory-with-samba/#comments</comments>
		<pubDate>Fri, 09 Jul 2010 12:21:07 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[ADS]]></category>
		<category><![CDATA[config]]></category>
		<category><![CDATA[Super]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=760</guid>
		<description><![CDATA[I needed a super simple, straight forward way of installing samba on Ubuntu and joining it to an Active Directory domain. This doesn't allow you to login to Ubuntu with domain credentials but allows you to share and access files with domain credentials. Heres how its done apt-get install samba winbind krb5-config krb5-user smbfs winbind [...]
Related posts:<ol>
<li><a href='http://bloke.org/linux/ntlm-authentication-active-directory-on-apache-linux/' rel='bookmark' title='NTLM Authentication (Active Directory) on Apache (Linux)'>NTLM Authentication (Active Directory) on Apache (Linux)</a> <small>Here is a quick guide to enabling NTLM authentication for...</small></li>
<li><a href='http://bloke.org/windows/ridiculously-simple-ntlm-authentication-for-apache-ubuntu/' rel='bookmark' title='Ridiculously simple NTLM Authentication for Apache (Ubuntu)'>Ridiculously simple NTLM Authentication for Apache (Ubuntu)</a> <small>We all know Ubuntu makes things amazingly simple. This is...</small></li>
<li><a href='http://bloke.org/windows/active-directory-dhcp-authorisation-issues/' rel='bookmark' title='Active Directory DHCP Authorisation Issues'>Active Directory DHCP Authorisation Issues</a> <small>So you just deleted a DHCP server in your Active...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/linux/ubuntu/super-simple-active-directory-with-samba/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Snippet] Allow mysql root access from anywhere</title>
		<link>http://bloke.org/mysql/snippet-allow-mysql-root-access-from-anywhere/</link>
		<comments>http://bloke.org/mysql/snippet-allow-mysql-root-access-from-anywhere/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 17:34:26 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=702</guid>
		<description><![CDATA[A small annoyance of mine is on local development servers, I can't login to the MySQL server as root. Simply connect the mysql shell mysq Then, Exit and you're done. Related posts: MySQL Root Password on cPanel Wheres the MySQL root password in cPanel installs? Easy, look... Upgrading to MySQL 5.1 in cPanel/WHM Upgrading to [...]
Related posts:<ol>
<li><a href='http://bloke.org/mysql/mysql-root-password-on-cpanel/' rel='bookmark' title='MySQL Root Password on cPanel'>MySQL Root Password on cPanel</a> <small>Wheres the MySQL root password in cPanel installs? Easy, look...</small></li>
<li><a href='http://bloke.org/mysql/upgrading-to-mysql-5-1-in-cpanelwhm/' rel='bookmark' title='Upgrading to MySQL 5.1 in cPanel/WHM'>Upgrading to MySQL 5.1 in cPanel/WHM</a> <small>Upgrading to MySQL 5.1 in cPanel is currently not the...</small></li>
<li><a href='http://bloke.org/mysql/repair-and-optimize-all-tables-in-all-mysql-databases/' rel='bookmark' title='Repair and optimize all tables in all MySQL databases'>Repair and optimize all tables in all MySQL databases</a> <small>MySQL tables can crash or become corrupt quite easily if...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/mysql/snippet-allow-mysql-root-access-from-anywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ridiculously simple NTLM Authentication for Apache (Ubuntu)</title>
		<link>http://bloke.org/windows/ridiculously-simple-ntlm-authentication-for-apache-ubuntu/</link>
		<comments>http://bloke.org/windows/ridiculously-simple-ntlm-authentication-for-apache-ubuntu/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 17:13:35 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[NTLM]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=698</guid>
		<description><![CDATA[We all know Ubuntu makes things amazingly simple. This is the best I've found so far. NTLM authentication in Apache used to take a while to setup, it used to be tricky, fiddly - generally a bit hit and miss. Now, in Ubuntu all we need to do is install libapache2-authenntlm-perl Done. Now just edit [...]
Related posts:<ol>
<li><a href='http://bloke.org/linux/ntlm-on-ubuntu-and-apache2-revisited/' rel='bookmark' title='NTLM Authentication on Ubuntu and Apache2 Revisited'>NTLM Authentication on Ubuntu and Apache2 Revisited</a> <small>It's been a while since I've had to build an...</small></li>
<li><a href='http://bloke.org/apache/ntlm-authentication-for-apt-geted-ubuntu/' rel='bookmark' title='NTLM Authentication for apt-get&#8217;ed Ubuntu'>NTLM Authentication for apt-get&#8217;ed Ubuntu</a> <small>Following on from NTLM Authentication on Ubuntu and Apache2 Revisited...</small></li>
<li><a href='http://bloke.org/linux/ntlm-authentication-active-directory-on-apache-linux/' rel='bookmark' title='NTLM Authentication (Active Directory) on Apache (Linux)'>NTLM Authentication (Active Directory) on Apache (Linux)</a> <small>Here is a quick guide to enabling NTLM authentication for...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/windows/ridiculously-simple-ntlm-authentication-for-apache-ubuntu/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ubuntu Upgrades</title>
		<link>http://bloke.org/linux/ubuntu-upgrades/</link>
		<comments>http://bloke.org/linux/ubuntu-upgrades/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 11:52:13 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Change Prompt]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=686</guid>
		<description><![CDATA[Here is a really simple way of upgrading your Ubuntu system. After the initial setup, upgrading to Karmic or Intrepid is a one liner. Initial setup apt-get update and now install the package update-manager-core: apt-get install update-manager-core nano /etc/update-manager/release-upgrades Change Prompt=lts to Prompt=normal Doing the upgrade do-release-upgrade Follow the prompts, its easy. Related posts: Upgrade [...]
Related posts:<ol>
<li><a href='http://bloke.org/linux/upgrade-ubuntu-dapper-to-karmic/' rel='bookmark' title='Upgrade Ubuntu Dapper to Karmic'>Upgrade Ubuntu Dapper to Karmic</a> <small>I found an old server at a clients site today...</small></li>
<li><a href='http://bloke.org/windows/upgrading-from-sql-2000-to-2005-error-1/' rel='bookmark' title='Upgrading from SQL 2000 to 2005 Error -1'>Upgrading from SQL 2000 to 2005 Error -1</a> <small>Ever had your Upgrade Advisor return an error while upgrading...</small></li>
<li><a href='http://bloke.org/linux/install-imagemagick-imagick-for-php-on-ubuntu/' rel='bookmark' title='Install Imagemagick / Imagick for PHP on Ubuntu'>Install Imagemagick / Imagick for PHP on Ubuntu</a> <small>No problem if you want to install imagemagick on your...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/linux/ubuntu-upgrades/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

