<?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>do you know where your towel is?</description>
	<lastBuildDate>Sat, 21 Aug 2010 12:03:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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>

		<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 and click their NTDS [...]


Related posts:<ol><li><a href='http://bloke.org/windows/active-directory-dhcp-authorisation-issues/' rel='bookmark' title='Permanent Link: 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/synchronizing-time-on-a-windows-2003-domain-controller/' rel='bookmark' title='Permanent Link: Synchronizing time on a Windows 2003 domain controller'>Synchronizing time on a Windows 2003 domain controller</a> <small>In a Windows domain environment its incredibly important that all...</small></li>
<li><a href='http://bloke.org/linux/htaccess-redirect-based-on-requested-domain/' rel='bookmark' title='Permanent Link: .htaccess redirect based on requested domain'>.htaccess redirect based on requested domain</a> <small>Imagine you have a selection of domain names that point...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>...because some people still don't know!</p>
<ol>
<li>Open Active Directory Sites and Services.</li>
<li>In the console tree, expand <strong>Sites</strong>, and then expand the site to which you want to force replication from the updated server.</li>
<li>Expand the <strong>Servers</strong> container to display the list of servers that are currently configured for that site.</li>
<li>Expand the server objects and click their <strong>NTDS Settings</strong> objects to display their connection objects in the details pane. Find a  server that has a connection object from the server on which you made  the updates.</li>
<li>Click <strong>NTDS Settings</strong> below the server object. In the details pane, right-click the connection object whose <strong>From Server</strong> is the domain controller that has the updates that you want to replicate, and then click <strong>Replicate Now</strong>.</li>
<li>When the <strong>Replicate Now</strong> message box appears, review the information, and then click <strong>OK</strong>.</li>
</ol>
<p>That is all!</p>


<p>Related posts:<ol><li><a href='http://bloke.org/windows/active-directory-dhcp-authorisation-issues/' rel='bookmark' title='Permanent Link: 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/synchronizing-time-on-a-windows-2003-domain-controller/' rel='bookmark' title='Permanent Link: Synchronizing time on a Windows 2003 domain controller'>Synchronizing time on a Windows 2003 domain controller</a> <small>In a Windows domain environment its incredibly important that all...</small></li>
<li><a href='http://bloke.org/linux/htaccess-redirect-based-on-requested-domain/' rel='bookmark' title='Permanent Link: .htaccess redirect based on requested domain'>.htaccess redirect based on requested domain</a> <small>Imagine you have a selection of domain names that point...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bloke.org/windows/snippet-forcing-replication-between-domain-controllers/feed/</wfw:commentRss>
		<slash:comments>0</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[Snippets]]></category>
		<category><![CDATA[cPanel/WHM]]></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:mod_geoip Revisted including stopping spam in phpBB 2 I've recently moved a client's forum onto a new cPanel...
Simple install of memcached on Ubuntu Memcached is a free, high performance distributed memory object caching...
Installing memcached on CentOS (cPanel) Welcome [...]


Related posts:<ol><li><a href='http://bloke.org/linux/mod_geoip-revisted-including-stopping-spam-in-phpbb-2/' rel='bookmark' title='Permanent Link: mod_geoip Revisted including stopping spam in phpBB 2'>mod_geoip Revisted including stopping spam in phpBB 2</a> <small>I've recently moved a client's forum onto a new cPanel...</small></li>
<li><a href='http://bloke.org/linux/simple-install-of-memcached-on-ubuntu/' rel='bookmark' title='Permanent Link: 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/linux/installing-memcached-on-centos-cpanel/' rel='bookmark' title='Permanent Link: Installing memcached on CentOS (cPanel)'>Installing memcached on CentOS (cPanel)</a> <small>Welcome to hell. No really, compared to installing memcached on...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Open a clean server,</p>
<div id="wpshdo_1" class="wp-synhighlighter-outer"><div id="wpshdi_1" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;"><span class="kw3">cd</span> <span class="sy0">/</span>home <span class="sy0">&amp;&amp;</span> <span class="kw2">wget</span> <span class="re5">-N</span> http:<span class="sy0">//</span>httpupdate.cpanel.net<span class="sy0">/</span>latest <span class="sy0">&amp;&amp;</span> <span class="kw2">sh</span> latest <span class="sy0">&amp;&amp;</span> <span class="sy0">/</span>usr<span class="sy0">/</span>local<span class="sy0">/</span>cpanel<span class="sy0">/</span>cpkeyclt</pre></div></div>
<p>Go have your lunch. Maybe lunch +VAT depending on the speed of your server.</p>


<p>Related posts:<ol><li><a href='http://bloke.org/linux/mod_geoip-revisted-including-stopping-spam-in-phpbb-2/' rel='bookmark' title='Permanent Link: mod_geoip Revisted including stopping spam in phpBB 2'>mod_geoip Revisted including stopping spam in phpBB 2</a> <small>I've recently moved a client's forum onto a new cPanel...</small></li>
<li><a href='http://bloke.org/linux/simple-install-of-memcached-on-ubuntu/' rel='bookmark' title='Permanent Link: 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/linux/installing-memcached-on-centos-cpanel/' rel='bookmark' title='Permanent Link: Installing memcached on CentOS (cPanel)'>Installing memcached on CentOS (cPanel)</a> <small>Welcome to hell. No really, compared to installing memcached on...</small></li>
</ol></p>]]></content:encoded>
			<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>

		<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 [...]


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='Permanent Link: 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...</small></li>
<li><a href='http://bloke.org/windows/active-directory-dhcp-authorisation-issues/' rel='bookmark' title='Permanent Link: 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-connecting-to-windows-2008-server-from-xp/' rel='bookmark' title='Permanent Link: [Snippet] Connecting to Windows 2008 Server from XP'>[Snippet] Connecting to Windows 2008 Server from XP</a> <small>By default, Windows 2008 requires Network Level Authentication to connect...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><span style="font-family: Arial; font-size: small;">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. </span></p>
<p><span style="font-family: Arial; font-size: small;"> After assigning a GC role to a server, check its Directory Services event log for event number 1119, which indicates successful obtaining a role of a Global Catalog server</span></p>
<p><span style="font-family: Arial; font-size: small;"><br />
</span></p>


<p>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='Permanent Link: 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...</small></li>
<li><a href='http://bloke.org/windows/active-directory-dhcp-authorisation-issues/' rel='bookmark' title='Permanent Link: 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-connecting-to-windows-2008-server-from-xp/' rel='bookmark' title='Permanent Link: [Snippet] Connecting to Windows 2008 Server from XP'>[Snippet] Connecting to Windows 2008 Server from XP</a> <small>By default, Windows 2008 requires Network Level Authentication to connect...</small></li>
</ol></p>]]></content:encoded>
			<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>

		<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:Installing memcached on CentOS (cPanel) Welcome to hell. No really, compared to installing memcached on...
Extending Advanced Policy Firewall with Brute Force Detection In my previous article I discussed setting up the Advanced...
CentOS / cPanel Firewall Setup I almost like CentOS now. That doesn't [...]


Related posts:<ol><li><a href='http://bloke.org/linux/installing-memcached-on-centos-cpanel/' rel='bookmark' title='Permanent Link: Installing memcached on CentOS (cPanel)'>Installing memcached on CentOS (cPanel)</a> <small>Welcome to hell. No really, compared to installing memcached on...</small></li>
<li><a href='http://bloke.org/linux/extending-advanced-policy-firewall-with-brute-force-detection/' rel='bookmark' title='Permanent Link: 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/centos-cpanel-firewall-setup/' rel='bookmark' title='Permanent Link: CentOS / cPanel Firewall Setup'>CentOS / cPanel Firewall Setup</a> <small>I almost like CentOS now. That doesn't mean I can't...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>CentOS 5 Server has a nice text interface to configuring your firewall.</p>
<div id="wpshdo_2" class="wp-synhighlighter-outer"><div id="wpshdi_2" class="wp-synhighlighter-inner" style="display: block;"><pre class="bash" style="font-family:monospace;">system-config-securitylevel-tui</pre></div></div>


<p>Related posts:<ol><li><a href='http://bloke.org/linux/installing-memcached-on-centos-cpanel/' rel='bookmark' title='Permanent Link: Installing memcached on CentOS (cPanel)'>Installing memcached on CentOS (cPanel)</a> <small>Welcome to hell. No really, compared to installing memcached on...</small></li>
<li><a href='http://bloke.org/linux/extending-advanced-policy-firewall-with-brute-force-detection/' rel='bookmark' title='Permanent Link: 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/centos-cpanel-firewall-setup/' rel='bookmark' title='Permanent Link: CentOS / cPanel Firewall Setup'>CentOS / cPanel Firewall Setup</a> <small>I almost like CentOS now. That doesn't mean I can't...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://bloke.org/linux/snippet-centos-server-firewall-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
