<?xml version="1.0" encoding="utf-8" ?>

<rss version="0.91" >
<channel>
<title>daily system administration</title>
<link>http://www.d7031.de/blog/</link>
<description>D7031</description>
<language>en</language>
<image>
        <url>http://www.d7031.de/blog/templates/default/img/s9y_banner_small.png</url>
        <title>RSS: daily system administration - D7031</title>
        <link>http://www.d7031.de/blog/</link>
        <width>100</width>
        <height>21</height>
    </image>

<item>
    <title>Apache2 module proxy_balancer as fallback</title>
    <link>http://www.d7031.de/blog/archives/7-Apache2-module-proxy_balancer-as-fallback.html</link>

    <description>
        &lt;h2&gt;Using Apache2-module proxy_balancer as fallback solution for the backend&lt;/h2&gt;
&lt;p&gt;
My servers are mostly work with a normal load, but sometimes they have stress. In some cases the content application like TYPO3 or TomCat could not handle the mass of requests. So I&#039;ve been searched for a automatic solution to display a &lt;em&gt;busy&lt;/em&gt;-Page. The Apache-Modul &lt;a href=&quot;https://httpd.apache.org/docs/2.1/mod/mod_proxy_balancer.html&quot; title=&quot;mod_proxy_balancer&quot;&gt;mod_proxy_balancer&lt;/a&gt; provides a solution for me. It doesn&#039;t matter if the content is on the same machine or hosted on dedicated server(s) in the background. The difference is only the source loopback or some foreign IP addresses.
&lt;/p&gt;
&lt;p&gt;
This modules should be loaded: &lt;em&gt;proxy proxy_balancer proxy_http&lt;/em&gt; and if you use SSL to the backend &lt;em&gt;proxy_connect&lt;/em&gt;.
&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.d7031.de/blog/archives/7-Apache2-module-proxy_balancer-as-fallback.html#extended&quot;&gt;Continue reading &quot;Apache2 module proxy_balancer as fallback&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Monitoring Cisco Nexus 7000 switches with Icinga/Nagios</title>
    <link>http://www.d7031.de/blog/archives/0-Monitoring-Cisco-Nexus-7000-switches-with-IcingaNagios.html</link>

    <description>
        &lt;h2&gt;Icinga/Nagios and Cisco Nexus&lt;/h2&gt;
&lt;p&gt;
Cisco uses an different &lt;a href=`http://www.cisco.com/en/US/docs/switches/datacenter/sw/mib/quickreference/b_Cisco_Nexus_7000_Series_NX-0S_MIB_Quick_Reference.html` title=`MIB`&gt;MIB&lt;/a&gt; to make information over SNMP for there NEXUS hardware available. &lt;a href=`http://www.tcomm.es/joomla/index.php/en/downloads-menu/viewcategory/20-cisco.html` title=`tcomm.es`&gt;tcomm.es&lt;/a&gt; provide some plugins to monitor such switches espacially for the &lt;a href=`https://secure.wikimedia.org/wikipedia/en/wiki/Field_Replaceable_Unit` title=`FRU`&gt;FRU-hardware&lt;/a&gt;. All configuration examples are tested with a &lt;em&gt;Nexus7000 C7010&lt;/em&gt; and software &lt;em&gt;version 5.1(2)&lt;/em&gt;. The following chapters shows some configurations:
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.d7031.de/blog/archives/0-Monitoring-Cisco-Nexus-7000-switches-with-IcingaNagios.html#extended&quot;&gt;Continue reading &quot;Monitoring Cisco Nexus 7000 switches with Icinga/Nagios&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Apache2 with modsecurity as MS Exchange OWA proxy</title>
    <link>http://www.d7031.de/blog/archives/6-Apache2-with-modsecurity-as-MS-Exchange-OWA-proxy.html</link>

    <description>
        &lt;h2&gt;Securing MS Exchange OWA with Apache2 and modsecurity&lt;/h2&gt;
&lt;p&gt;
The intention for this short howto was to use the power of &lt;a href=`http://www.modsecurity.org/` title=`modsecurity`&gt;modsecurity&lt;/a&gt; to secure a Apache2 running as proxy for an MS Exchange OWA on wild wild web. The system described below is based on a debian lenny machine.
&lt;/p&gt; &lt;br /&gt;&lt;a href=&quot;http://www.d7031.de/blog/archives/6-Apache2-with-modsecurity-as-MS-Exchange-OWA-proxy.html#extended&quot;&gt;Continue reading &quot;Apache2 with modsecurity as MS Exchange OWA proxy&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Moving a XEN-Instance from etch to lenny</title>
    <link>http://www.d7031.de/blog/archives/5-Moving-a-XEN-Instance-from-etch-to-lenny.html</link>

    <description>
        &lt;h2&gt;Relocate XEN-DomU&#039;s to an new machine&lt;/h2&gt;
&lt;p&gt;
With the  upgrade from Debian etch to lenny i&#039;ve set up an new machine to serv my XEN-Instances. First install the Dom0 on the new hardware and create a logical volume (here &lt;em&gt;my-lvm-vg&lt;/em&gt; on &lt;em&gt;/dev/sdb&lt;/em&gt;) for further expansion:
&lt;/p&gt;
&lt;pre&gt;
    pvcreate /dev/sdb
    vgcreate my-lvm-vg /dev/sdb
&lt;/pre&gt;
&lt;p&gt;
Then bring up your network by editing the &lt;em&gt;/etc/xen/xend-config.sxp&lt;/em&gt; similar to the old system (e. g. network-bridge). If you have broken network interfaces in Dom0, follow &lt;a href=`https://systemausfall.org/wikis/howto/XenUpgrade3.2#head-d2738f3bf79081767e26f85298afc4522544b01a` title=`broken network in Dom0`&gt;this link.&lt;/a&gt;
&lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.d7031.de/blog/archives/5-Moving-a-XEN-Instance-from-etch-to-lenny.html#extended&quot;&gt;Continue reading &quot;Moving a XEN-Instance from etch to lenny&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Postfix and TLS</title>
    <link>http://www.d7031.de/blog/archives/3-Postfix-and-TLS.html</link>

    <description>
        &lt;h2&gt;Secure your Mail transport!&lt;/h2&gt;
&lt;br /&gt;
After securing your mail-relaying between &lt;a href=`http://d7031.de/text/postfix_and_smtp_auth.shtml` title=`smarthost and road-warrior`&gt;postfix as smarthost and postfix on a road-warrior&lt;/a&gt;, the next step to do is securing the transport way. E-Mail is clear text! Every (machine) can read it! Think about a open WLAN. The hotspot-provider can read your Mail!
&lt;br /&gt;
I&#039;ve tested this setup with &lt;a href=`http://www.debian.org/` title=`Debian`&gt;Debian&lt;/a&gt; Etch and Lenny (Postfix 2.3.8-2+etch1 and .2.5.5-1.1).
&lt;br /&gt;
First you need certificates. In this setup, these are used to encrypt the mail-transport NOT for authentication. So you need no official certified version. you can create self-signed certificates or use such services like &lt;a href=`http://www.cacert.org/` title=`CACert.org`&gt;CACert.org&lt;/a&gt;.
&lt;br /&gt;
&lt;br /&gt; &lt;br /&gt;&lt;a href=&quot;http://www.d7031.de/blog/archives/3-Postfix-and-TLS.html#extended&quot;&gt;Continue reading &quot;Postfix and TLS&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Setting up bind under Mac OS X Leopard</title>
    <link>http://www.d7031.de/blog/archives/4-Setting-up-bind-under-Mac-OS-X-Leopard.html</link>

    <description>
        &lt;h2&gt;Howto surf without Zensursula or other DNS-blocking!&lt;/h2&gt;
&lt;br/&gt;
Mac OS X 10.5 comes with BIND 9.4.2-P2, but disabled. Here are the steps to set up your own local nameserver:
&lt;br/&gt;
Use a account with admin privileges and open a terminal:

 &lt;br /&gt;&lt;a href=&quot;http://www.d7031.de/blog/archives/4-Setting-up-bind-under-Mac-OS-X-Leopard.html#extended&quot;&gt;Continue reading &quot;Setting up bind under Mac OS X Leopard&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Configure Mozilla Firefox and Thunderbird company-wide</title>
    <link>http://www.d7031.de/blog/archives/2-Configure-Mozilla-Firefox-and-Thunderbird-company-wide.html</link>

    <description>
        &lt;h2&gt;Deploy Mozilla Firefox and Thunderbird configurations&lt;/h2&gt;
Mozilla Firefox and Thunderbird are wonderful tools to browse through the www and sending E-Mails. There are some ways to configure this both programms permantly &lt;em&gt;(firefox.cfg|thunderbird.cfg)&lt;/em&gt; or temporarily &lt;em&gt;(user.js)&lt;/em&gt;. One way to deploy the setting company-wide is to use &lt;a href=`http://mozptch.mozdev.org/` title=`mozptch`&gt;mozptch&lt;/a&gt;. But I use another way.
 &lt;br /&gt;&lt;a href=&quot;http://www.d7031.de/blog/archives/2-Configure-Mozilla-Firefox-and-Thunderbird-company-wide.html#extended&quot;&gt;Continue reading &quot;Configure Mozilla Firefox and Thunderbird company-wide&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>Deploy default User Settings for the first OpenOffice.org start (v3)</title>
    <link>http://www.d7031.de/blog/archives/1-Deploy-default-User-Settings-for-the-first-OpenOffice.org-start-v3.html</link>

    <description>
        &lt;h2&gt;Default User Settings for OpenOffice.org&lt;/h2&gt;
In version one and two of Openoffice.org you have to edit the &lt;em&gt;Setup.xcu&lt;/em&gt; to set up user defaults and hide the registration wizard. This works mostly. In version three you can modify some files like &lt;em&gt;setup-calc.xcu&lt;/em&gt; or do some things like &lt;em&gt;unopkg add --shared DisableFirstStartWzd.oxt&lt;/em&gt; on the local installation. &lt;br /&gt;&lt;a href=&quot;http://www.d7031.de/blog/archives/1-Deploy-default-User-Settings-for-the-first-OpenOffice.org-start-v3.html#extended&quot;&gt;Continue reading &quot;Deploy default User Settings for the first OpenOffice.org start (v3)&quot;&lt;/a&gt;
    </description>
</item>
<item>
    <title>CUPS and Samba as Printserver</title>
    <link>http://www.d7031.de/blog/archives/9-CUPS-and-Samba-as-Printserver.html</link>

    <description>
        &lt;h2&gt;CUPS and Samba as Printserver in a Samba/LDAP-Domain with Debian Lenny&lt;/h2&gt;
&lt;h3&gt;Disclaimer&lt;/h3&gt;
	   &lt;p&gt;
	       No liability for the contents of this document can be accepted. Use the concepts, examples and information at your own risk. There may be errors and inaccuracies, that could be damage your system. Proceed with caution, and although this is highly unlikely, the author do not take any responsibility. All copyrights are held by their respective owners, unless specifically noted otherwise. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark. Naming of particular products or brands should not be seen as endorsements.
	   &lt;/p&gt;
	   &lt;hr /&gt;
	   &lt;p&gt;
	      This short howto is an update from my old &lt;a href=&quot;samba_cups_sarge.shtml&quot;&gt;howto&lt;/a&gt; and describes a Samba-(3.0.30-2) and CUPSYS-(1.3.7-5) configuration for a print server as member of a Samba-Domain with (Open)LDAP backend. This example is based on a debian lenny system (current in testing).
          &lt;/p&gt;

          &lt;p&gt;
	      First setting up the ldap-connections to get all users and groups. I use an OpenLDAP server (2.3.30-5+etch1) as backend for the samba PDC/BDC (3.0.24-6etch10). Install the necessary packages &lt;em&gt;apt-get install libnss-ldap cupsys&lt;/em&gt; with there dependencies and edit the configs:
          &lt;/p&gt;
	  &lt;p&gt;
	     Your &lt;em&gt;/etc/nsswitch.conf&lt;/em&gt; should contain the following lines (&lt;em&gt;winbind&lt;/em&gt; comes later):
	  &lt;/p&gt;
 &lt;br /&gt;&lt;a href=&quot;http://www.d7031.de/blog/archives/9-CUPS-and-Samba-as-Printserver.html#extended&quot;&gt;Continue reading &quot;CUPS and Samba as Printserver&quot;&lt;/a&gt;
    </description>
</item>

</channel>
</rss>

