<?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>Capi's Corner &#187; administration</title>
	<atom:link href="http://www.dont-panic.cc/capi/tag/administration/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dont-panic.cc/capi</link>
	<description>Development, Network, Security, Ideas &#038; Opinions</description>
	<lastBuildDate>Fri, 19 Feb 2010 00:11:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Nice to know &#8211; Volume 1</title>
		<link>http://www.dont-panic.cc/capi/2008/05/07/nice-to-know-volume-1/</link>
		<comments>http://www.dont-panic.cc/capi/2008/05/07/nice-to-know-volume-1/#comments</comments>
		<pubDate>Wed, 07 May 2008 05:00:46 +0000</pubDate>
		<dc:creator>Martin Carpella</dc:creator>
				<category><![CDATA[computer]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nice-to-know]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.dont-panic.cc/capi/?p=114</guid>
		<description><![CDATA[As I definitely should post more on my blog, I now try to start a new series: &#8220;Nice to know&#8221;. It will be a collection of interesting things I consider memorable but which don&#8217;t deserve their own blog-post. Trickle Tricke allows you to limit bandwith for processes that do not support bandwith limitation out-of-the-box. It [...]]]></description>
			<content:encoded><![CDATA[<p>As I definitely should post more on my blog, I now try to start a new series: &#8220;Nice to know&#8221;. It will be a collection of interesting things I consider memorable but which don&#8217;t deserve their own blog-post.</p>
<p><strong>Trickle</strong></p>
<blockquote><p><a href="http://monkey.org/~marius/pages/?page=trickle">Tricke</a> allows you to limit bandwith for processes that do not support bandwith limitation out-of-the-box. It works by preloading and simulating the socket API. You use it as a wrapper when starting the process, like <em>trickle -d 80 someapp</em>.</p>
<p>You can use it to limit rsync speed for instance (thanks to <a href="http://www.yak.net/fqa/404.html">http://www.yak.net/fqa/404.html</a>): <em>rsync -auvPe &#8220;trickle -d 80 ssh&#8221; user@host:/src/ /dst/</em></p></blockquote>
<p><strong>VMWare Tools and Kernel 2.6.24</strong></p>
<blockquote><p>VMWare Tools out of the box do not install on kernel 2.6.24 (as used in Ubuntu 8.04 for instance). A <a href="http://x86virtualization.com/open-source/howto-install-open-vmware-tools-in-linux-kernel-2624.html">possible solution</a> is described <a href="http://x86virtualization.com/open-source/howto-install-open-vmware-tools-in-linux-kernel-2624.html">here</a>. It is based on using the open-source version of the VMWare tools (<a href="http://open-vm-tools.sourceforge.net/">open-vm-tools</a>).</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.dont-panic.cc/capi/2008/05/07/nice-to-know-volume-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 2003 Server as NTP client</title>
		<link>http://www.dont-panic.cc/capi/2005/12/14/windows-2003-server-as-ntp-client/</link>
		<comments>http://www.dont-panic.cc/capi/2005/12/14/windows-2003-server-as-ntp-client/#comments</comments>
		<pubDate>Wed, 14 Dec 2005 16:01:53 +0000</pubDate>
		<dc:creator>Martin Carpella</dc:creator>
				<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[ntp]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[time]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.dont-panic.cc/capi/archives/27</guid>
		<description><![CDATA[Our Windows 2003 Server refused to sync the clock via NTP. Main reason for this behaviour is the fact that as PDC it wants to change the NTP server&#8217;s clock as well, which is normally not permitted by the NTP server and the packet is discarded. To change the preferred server of the Windows Time [...]]]></description>
			<content:encoded><![CDATA[<p>Our Windows 2003 Server refused to sync the clock  via NTP. Main reason for this behaviour is the fact that as PDC it wants to change the NTP server&#8217;s clock as well, which is normally not permitted by the NTP server and the packet is discarded.</p>
<p>To change the preferred server of the Windows Time service (w32time), follow these steps:</p>
<blockquote><p><code><br />
w32tm /config /manualpeerlist:&lt;server&gt;,0x8 /syncfromflags:MANUAL</code></p>
<p>w32tm /config /update</p>
<p>net time /querysntp</p>
<p>w32tm /resync</p></blockquote>
<p>(source: <a href="http://www.meinberg.de/german/faq/faq_28.htm">Meinberg Funkuhren &#8211; FAQ &#8211; Windows synchronisiert nicht mit NTP</a> (German))</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dont-panic.cc/capi/2005/12/14/windows-2003-server-as-ntp-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bugzilla: Active Directory Integration</title>
		<link>http://www.dont-panic.cc/capi/2005/12/12/bugzilla-active-directory-integration/</link>
		<comments>http://www.dont-panic.cc/capi/2005/12/12/bugzilla-active-directory-integration/#comments</comments>
		<pubDate>Mon, 12 Dec 2005 17:29:41 +0000</pubDate>
		<dc:creator>Martin Carpella</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[active-directory]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[single-sign-on]]></category>

		<guid isPermaLink="false">http://www.dont-panic.cc/capi/?p=25</guid>
		<description><![CDATA[As you might have guessed from previous posts, I&#8217;m currently in the process of implementing a single-sign-on scenario within our network. Or, at least, I&#8217;m trying to have at least one single username/password combo for all internal services. Authentication is therefore realized against an Active Directory, based on a Microsoft Windows 2003 Server. For integration [...]]]></description>
			<content:encoded><![CDATA[<p>As you might have guessed from previous posts, I&#8217;m currently in the process of implementing a single-sign-on scenario within our network. Or, at least, I&#8217;m trying to have at least one single username/password combo for all internal services. Authentication is therefore realized against  an Active Directory, based on a Microsoft Windows 2003 Server.</p>
<p>For integration of Bugzilla into the Active Directory, see <a href="http://bugzilla.glob.com.au/activedirectory/">this link</a> (Update: Link is broken, for an archived version, use <a href="http://web.archive.org/web/20080117060634/http://bugzilla.glob.com.au/activedirectory/">this link</a>, thanks to the commenter!).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dont-panic.cc/capi/2005/12/12/bugzilla-active-directory-integration/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
