

<?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; Snippets</title>
	<atom:link href="http://bloke.org/category/snippets/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloke.org</link>
	<description>Independent PHP, WordPress &#38; CubeCart Programmer</description>
	<lastBuildDate>Fri, 18 May 2012 10:20:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>[Snippet] Forcing Replication Between Domain Controllers</title>
		<link>http://bloke.org/windows/snippet-forcing-replication-between-domain-controllers/</link>
		<comments>http://bloke.org/windows/snippet-forcing-replication-between-domain-controllers/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 21:53:22 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[OK]]></category>
		<category><![CDATA[servers]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=807</guid>
		<description><![CDATA[...because some people still don't know! Open Active Directory Sites and Services. In the console tree, expand Sites, and then expand the site to which you want to force replication from the updated server. Expand the Servers container to display the list of servers that are currently configured for that site. Expand the server objects [...]
Related posts:<ol>
<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>
<li><a href='http://bloke.org/windows/how-can-i-specify-the-global-catalog-gc-that-i-want-my-microsoft-exchange-server-system-to-use/' rel='bookmark' title='How can I specify the Global Catalog (GC) that I want my Microsoft Exchange Server system to use?'>How can I specify the Global Catalog (GC) that I want my Microsoft Exchange Server system to use?</a> <small>If you want to force the Exchange server to use...</small></li>
<li><a href='http://bloke.org/windows/exchange-server-journaling/' rel='bookmark' title='Exchange Server Journaling'>Exchange Server Journaling</a> <small>I've recently had to setup Journaling on an Exchange Server...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/windows/snippet-forcing-replication-between-domain-controllers/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[Snippet] Stupid Simple cPanel Install</title>
		<link>http://bloke.org/cpanelwhm/snippet-stupid-simple-cpanel-install/</link>
		<comments>http://bloke.org/cpanelwhm/snippet-stupid-simple-cpanel-install/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 08:10:10 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[VAT]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=789</guid>
		<description><![CDATA[Open a clean server, Go have your lunch. Maybe lunch +VAT depending on the speed of your server. Related posts: Upgrading to MySQL 5.1 in cPanel/WHM Upgrading to MySQL 5.1 in cPanel is currently not the... Simple install of memcached on Ubuntu Memcached is a free, high performance distributed memory object caching... Fixing cPanel File [...]
Related posts:<ol>
<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/linux/simple-install-of-memcached-on-ubuntu/' rel='bookmark' title='Simple install of memcached on Ubuntu'>Simple install of memcached on Ubuntu</a> <small>Memcached is a free, high performance distributed memory object caching...</small></li>
<li><a href='http://bloke.org/cpanelwhm/fixing-cpanel-file-permissions/' rel='bookmark' title='Fixing cPanel File Permissions'>Fixing cPanel File Permissions</a> <small>Sometimes users mess with their own file permissions that they...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/cpanelwhm/snippet-stupid-simple-cpanel-install/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Snippet] Checking a Global Catalog is really a Global Catalog</title>
		<link>http://bloke.org/windows/snippet-checking-a-global-catalog-is-really-a-global-catalog/</link>
		<comments>http://bloke.org/windows/snippet-checking-a-global-catalog-is-really-a-global-catalog/#comments</comments>
		<pubDate>Tue, 09 Mar 2010 17:36:43 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Directory Services]]></category>
		<category><![CDATA[Global Catalog]]></category>
		<category><![CDATA[LDAP]]></category>
		<category><![CDATA[TCP]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=694</guid>
		<description><![CDATA[Use an LDAP browser or ADSI Editor to connect to the port 3268 Global Catalog communication is performed over TCP port 3268, regular LDAP lookups are sent to TCP port 389. After assigning a GC role to a server, check its Directory Services event log for event number 1119, which indicates successful obtaining a role [...]
Related posts:<ol>
<li><a href='http://bloke.org/windows/how-can-i-specify-the-global-catalog-gc-that-i-want-my-microsoft-exchange-server-system-to-use/' rel='bookmark' title='How can I specify the Global Catalog (GC) that I want my Microsoft Exchange Server system to use?'>How can I specify the Global Catalog (GC) that I want my Microsoft Exchange Server system to use?</a> <small>If you want to force the Exchange server to use...</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>
<li><a href='http://bloke.org/windows/snippet-forcing-replication-between-domain-controllers/' rel='bookmark' title='[Snippet] Forcing Replication Between Domain Controllers'>[Snippet] Forcing Replication Between Domain Controllers</a> <small>...because some people still don't know! Open Active Directory Sites...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/windows/snippet-checking-a-global-catalog-is-really-a-global-catalog/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[Snippet] CentOS Server Firewall Configuration</title>
		<link>http://bloke.org/linux/snippet-centos-server-firewall-configuration/</link>
		<comments>http://bloke.org/linux/snippet-centos-server-firewall-configuration/#comments</comments>
		<pubDate>Fri, 22 Jan 2010 21:24:48 +0000</pubDate>
		<dc:creator>Kieran</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[config]]></category>

		<guid isPermaLink="false">http://bloke.org/?p=621</guid>
		<description><![CDATA[CentOS 5 Server has a nice text interface to configuring your firewall. Related posts: [Snippet] Whois Client on CentOS I can never remember how to install a whois client... Extending Advanced Policy Firewall with Brute Force Detection In my previous article I discussed setting up the Advanced... [Snippet] How to install cron (crond, crontab) in [...]
Related posts:<ol>
<li><a href='http://bloke.org/linux/snippet-whois-client-on-centos/' rel='bookmark' title='[Snippet] Whois Client on CentOS'>[Snippet] Whois Client on CentOS</a> <small>I can never remember how to install a whois client...</small></li>
<li><a href='http://bloke.org/linux/extending-advanced-policy-firewall-with-brute-force-detection/' rel='bookmark' title='Extending Advanced Policy Firewall with Brute Force Detection'>Extending Advanced Policy Firewall with Brute Force Detection</a> <small>In my previous article I discussed setting up the Advanced...</small></li>
<li><a href='http://bloke.org/linux/snippet-how-to-install-cron-crond-crontab-in-centos/' rel='bookmark' title='[Snippet] How to install cron (crond, crontab) in CentOS'>[Snippet] How to install cron (crond, crontab) in CentOS</a> <small>Sometimes small installations of CentOS don't come with cron. Here's...</small></li>
</ol>]]></description>
		<wfw:commentRss>http://bloke.org/linux/snippet-centos-server-firewall-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

