<?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>Sebastian Mogilowskis Blog &#187; Systemadministration</title>
	<atom:link href="http://www.mogilowski.net/lang/en-us/category/sysadmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mogilowski.net</link>
	<description>Just another blog about administration, linux and other stuff</description>
	<lastBuildDate>Wed, 08 Feb 2012 12:16:33 +0000</lastBuildDate>
	<language>en-us</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Color Bash Prompt on Ubuntu and Debian</title>
		<link>http://www.mogilowski.net/lang/en-us/2011/12/29/color-bash-prompt-on-ubuntu-and-debian</link>
		<comments>http://www.mogilowski.net/lang/en-us/2011/12/29/color-bash-prompt-on-ubuntu-and-debian#comments</comments>
		<pubDate>Thu, 29 Dec 2011 07:40:03 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=1095</guid>
		<description><![CDATA[Ubuntu Green Prompt for your user Edit &#8221;~/.bashrc&#8221; and change: #force_color_prompt=yes to: force_color_prompt=yes To change it for all new users make the same in &#8221;/etc/skel/.bashrc&#8221;. Red Prompt for root Edit &#8221;/root/.bashrc&#8221; and change &#8221;force_color_prompt=yes&#8221; like for your user. Now change the color to red. Search this line: PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' and change it to: PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' [...]]]></description>
			<content:encoded><![CDATA[<h3>Ubuntu</h3>
<h4><span lang="en-us">Green Prompt for your user</span></h4>
<p><img src="http://cdn.mogilowski.net/wp-content/uploads/green_prompt.jpg" alt="" title="green_prompt" width="191" height="24" class="aligncenter size-full wp-image-1097" /></p>
<p><span lang="en-us">Edit <i>&#8221;~/.bashrc&#8221;</i> and change:</span></p>
<pre>
#force_color_prompt=yes
</pre>
<p><span lang="en-us">to:</span></p>
<pre>
force_color_prompt=yes
</pre>
<p><span lang="en-us">To change it for all new users make the same in <i>&#8221;/etc/skel/.bashrc&#8221;</i>.</span></p>
<h4><span lang="en-us">Red Prompt for root</span></h4>
<p><img src="http://cdn.mogilowski.net/wp-content/uploads/red_prompt.jpg" alt="" title="red_prompt" width="271" height="26" class="aligncenter size-full wp-image-1098" /></p>
<p><span lang="en-us">Edit <i>&#8221;/root/.bashrc&#8221;</i> and change <i>&#8221;force_color_prompt=yes&#8221;</i> like for your user.</span></p>
<p><span lang="en-us">Now change the color to red. Search this line:</span></p>
<pre>
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
</pre>
<p><span lang="en-us">and change it to:</span></p>
<pre>
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
</pre>
<p><span lang="en-us"><strong>Note:</strong> <i>For this change to take effect, you must log out then log in again.</i></span></p>
<h3><span lang="en-us">Debian (older versions)</span></h3>
<h4><span lang="en-us">Green Prompt for your user</span></h4>
<p><span lang="en-us">Open <i>&#8221;~/.bashrc&#8221;</i> and append:</span></p>
<pre>
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
</pre>
<h4><span lang="en-us">Red Prompt for root</span></h4>
<p><span lang="en-us">Edit <i>&#8221;/root/.bashrc&#8221;</i> and append:</span></p>
<pre>
PS1='${debian_chroot:+($debian_chroot)}\[\033[01;31m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]$ '
</pre>
<h4><span lang="en-us">Other colors</span></h4>
<pre>
Color	Code
Black	30
Blue	34
Green	32
Cyan	36
Red	31
Purple	35
Brown	33
Blue	34
Green	32
Cyan	36
Red	31
Purple	35
Brown	33
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2011/12/29/color-bash-prompt-on-ubuntu-and-debian/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create a Linux or Utility Live Stick</title>
		<link>http://www.mogilowski.net/lang/en-us/2011/11/02/create-a-linux-or-utility-live-stick</link>
		<comments>http://www.mogilowski.net/lang/en-us/2011/11/02/create-a-linux-or-utility-live-stick#comments</comments>
		<pubDate>Wed, 02 Nov 2011 22:48:36 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Live Linux]]></category>
		<category><![CDATA[UNetbootin]]></category>
		<category><![CDATA[USB Stick]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=1079</guid>
		<description><![CDATA[Create Linux Live USB Stick with UNetbootin. Easy way to test a lot of other linux distributions or play around with some system utilities You can install the following OS and System utilities with unetbootin. Operating Systems * Ubuntu * Fedora * Debian * PCLinux OS * Linux Mint * Sabayon Linux * openSUSE * [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">Create Linux Live USB Stick with <a href="http://unetbootin.sourceforge.net" target="_blank">UNetbootin</a>.</span></p>
<p><span lang="en-us">Easy way to test a lot of other linux distributions or play around with some system utilities</span></p>
<p><span lang="en-us">You can install the following OS and System utilities with unetbootin.</span></p>
<pre>
Operating Systems

* Ubuntu		* Fedora
* Debian		* PCLinux OS
* Linux Mint		* Sabayon Linux
* openSUSE		* Gentoo
* Arch Linux		* MEPIS
* Damn Small Linux	* Zenwalk
* SliTaz		* Slax
* Puppy Linux		* Dreamlinux
* gNewSense		* Elive
* FreeBSD		* CentOD
* NetBSD		* Mandravia
* Frugalware Linux	* xPUD

System utilities

* Parted Magic
* SystemRescueCD
* Super Grub Disk
* Dr. Web Antivirus
* F-Secure Rescue CD
* Kaspersky Rescue Disk
* Backtrack
* Ophcrack
* NTPasswd
* Gujin
* Smart Boot Manager
* FreeDos
</pre>
<h3><span lang="en-us">1. Installation</span></h3>
<pre>
aptitude install unetbootin
</pre>
<h3><span lang="en-us">2. Create Live USB Stick</span></h3>
<p><span lang="en-us">Open UNetbootin from your start menue:</span></p>
<p><a class="shutterset_" href='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/llcd1.png' title=''><img src='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/thumbs/thumbs_llcd1.png' alt='llcd1'/></a></p>
<p><span lang="en-us">Select Distribution and Version with the Selectbox on the top. I choose Ubuntu 11.10 for example.</span></p>
<p><a class="shutterset_" href='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/llcd2.png' title=''><img src='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/thumbs/thumbs_llcd2.png' alt='llcd2'/></a></p>
<p><span lang="en-us">Make sure you have selected the correct USB-Drive at the bottom of the window.</span></p>
<p><a class="shutterset_" href='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/llcd3.png' title=''><img src='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/thumbs/thumbs_llcd3.png' alt='llcd3'/></a></p>
<p><span lang="en-us">UNetbootin now download the selected Operating System and install it on the Stick.</span></p>
<p><a class="shutterset_" style="float:left;" href='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/llcd4.png' title=''><img src='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/thumbs/thumbs_llcd4.png' alt='llcd4'/></a><a class="shutterset_" style="margin-left:5px; float:left;" href='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/llcd5.png' title=''><img src='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/thumbs/thumbs_llcd5.png' alt='llcd5'/></a><a class="shutterset_" style="margin-left:5px; float:left;" href='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/llcd6.png' title=''><img src='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/thumbs/thumbs_llcd6.png' alt='llcd6'/></a><a class="shutterset_" style="margin-left:5px; clear:both;" href='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/llcd7.png' title=''><img src='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/thumbs/thumbs_llcd7.png' alt='llcd7'/></a></p>
<h3><span lang="en-us">3. Boot from USB</span></h3>
<p><span lang="en-us">Unmount the stick and reboot your system. Make sure you are booting from USB-Drive.</span></p>
<p><a class="shutterset_" style="float:left;" href='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/llcd8.png' title=''><img src='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/thumbs/thumbs_llcd8.png' alt='llcd8'/></a><a class="shutterset_" style="margin-left:5px; float:left;" href='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/llcd9.png' title=''><img src='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/thumbs/thumbs_llcd9.png' alt='llcd9'/></a><a class="shutterset_" style="margin-left:5px; clear:both;" href='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/llcd10.png' title=''><img src='http://cdn.mogilowski.net/wp-content/gallery/unetbootin/thumbs/thumbs_llcd10.png' alt='llcd10'/></a></p>
<p><span lang="en-us"><strong>Note:</strong> <i>UNetbootin is available for Linux, Windows and MacOS !</i></span></p>
<h3>4. Links</h3>
<p>* <a href="http://unetbootin.sourceforge.net" target="_blank">http://unetbootin.sourceforge.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2011/11/02/create-a-linux-or-utility-live-stick/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Encrypt your USB Stick</title>
		<link>http://www.mogilowski.net/lang/en-us/2011/10/31/crypt-your-usb-stick</link>
		<comments>http://www.mogilowski.net/lang/en-us/2011/10/31/crypt-your-usb-stick#comments</comments>
		<pubDate>Mon, 31 Oct 2011 09:47:56 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Cryptsetup]]></category>
		<category><![CDATA[TrueCrypt]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[USB Stick]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=1059</guid>
		<description><![CDATA[Encrypt your USB Stick with cryptsetup or TrueCrypt on Ubuntu. 1. Use cryptsetup 1.1 Install cryptsetup: aptitude install cryptsetup 1.2 Setup cryptsetup volume: Unmount the stick and format it: umount /dev/usb1 cryptsetup luksFormat /dev/usb1 Type &#8220;YES&#8221; an choose a password. Open the crypt partition: cryptsetup luksOpen /dev/usb1 crypt_USB Create new Filesystem and mount it: mkfs.ext4 [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">Encrypt your USB Stick with cryptsetup or TrueCrypt on Ubuntu.</span></p>
<h3><span lang="en-us">1. Use cryptsetup</span></h3>
<h5><span lang="en-us">1.1 Install cryptsetup:</span></h5>
<pre>aptitude install cryptsetup</pre>
<h5><span lang="en-us">1.2 Setup cryptsetup volume:</span></h5>
<p><span lang="en-us">Unmount the stick and format it:</span></p>
<pre>umount /dev/usb1
cryptsetup luksFormat /dev/usb1</pre>
<p><span lang="en-us">Type &#8220;YES&#8221; an choose a password.</span></p>
<p><span lang="en-us">Open the crypt partition:</span></p>
<pre>cryptsetup luksOpen /dev/usb1 crypt_USB</pre>
<p><span lang="en-us">Create new Filesystem and mount it:</span></p>
<pre>mkfs.ext4 /dev/mapper/crypt_USB
mount /dev/mapper/crypt_USB /mnt</pre>
<p><span lang="en-us">Remove the drive:</span></p>
<pre>umount /dev/mapper/crypt_extern
cryptsetup luksClose crypt_extern</pre>
<h5><span lang="en-us">1.3 Mount cryptsetup:</span></h5>
<p><span lang="en-us">Now reattach the stick. Ubuntu ask you for the password (LUKS passphrase) you choose and mount the crypted partition.</span>Nun den Stick wieder einstecken. Ubuntu fragt nun nach dem Passwort (LUKS passphrase) welches man vorher festgelegt hat und mountet die verschlüsselte Partition</p>
<p><img src='http://cdn.mogilowski.net/wp-content/gallery/cryptusb/luks_passphrase1.jpg' alt='luks_passphrase1' class='ngg-singlepic ngg-center' /></p>
<p><span lang="en-us"><strong>Note:</strong> <em>&#8220;/dev/usb1&#8243; is may be different on your System.</em></span></p>
<h3><span lang="en-us">2. Use TrueCrypt</span></h3>
<h5><span lang="en-us">2.1 Installation:</span></h5>
<p><span lang="en-us">Download tar.gz from <a href="http://www.truecrypt.org/downloads.php" target="_blank">truecrypt.org</a></span></p>
<p><span lang="en-us">Extract and run setup script:</span></p>
<pre>tar vfx truecrypt-7.1-linux-x64.tar.gz

./truecrypt-7.1-setup-x64</pre>
<p><span lang="en-us">Select &#8220;Install TrueCrypt&#8221; and accept the licence terms.</span></p>
<p><a class="shutterset_" style="float:left;" title="" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc1.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc1.png" alt="tc1" /></a><a class="shutterset_" style="margin-left:5px; clear:both;" title="" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc2.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc2.png" alt="tc2" /></a></p>
<p><span lang="en-us">Press enter to exit the setup tool.</span></p>
<p><a class="shutterset_" title="" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc3.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc3.png" alt="tc3" /></a></p>
<h5><span lang="en-us">2.2 Setup TrueCrypt Volume</span></h5>
<p><span lang="en-us">Run TrueCrypt from your Start Menu and select &#8220;Create Volume&#8221; now choose &#8220;Create a volume with a partition/drive&#8221; and press &#8220;Next&#8221;.</span></p>
<p><a class="shutterset_" style="float:left;" title="" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc4.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc4.png" alt="tc4" /></a><a class="shutterset_" style="margin-left:5px; clear:both;" title="" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc5.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc5.png" alt="tc5" /></a></p>
<p><span lang="en-us">Choose &#8220;Standard TrueCrypt volume&#8221; select a Volume and select your preferred encryption options:</span></p>
<p><a class="shutterset_" style="float:left;" title="" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc6.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc6.png" alt="tc6" /></a><a class="shutterset_" style="margin-left:5px; float:left;" title="" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc7.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc7.png" alt="tc7" /></a><a class="shutterset_" style="margin-left:5px; clear:both;" title="" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc8.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc8.png" alt="tc8" /></a></p>
<p><span lang="en-us">Now enter a password for your usb stick, enable the large file support and select the filesystem type. (I take ext4)</span></p>
<p><a class="shutterset_" title="" style="float:left;" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc9.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc9.png" alt="tc9" /></a><a class="shutterset_" title="" style="margin-left:5px; float:left;" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc10.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc10.png" alt="tc10" /></a><a class="shutterset_" title="" style="margin-left:5px; clear:both;" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc11.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc11.png" alt="tc11" /></a></p>
<p><span lang="en-us">If you want to use your usb stick on other operating system than linux you can enable the cross-platform support. But you have to choose a filesystem type which windows and/or macos understand in the previous step.</span></p>
<p><a class="shutterset_" title="" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc12.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc12.png" alt="tc12" /></a></p>
<p><span lang="en-us">Now make some random moves with your mouse and select &#8220;Format&#8221;. (This will take a few minutes)</span></p>
<p><a class="shutterset_" style="float:left;" title="" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc13.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc13.png" alt="tc13" /></a><a class="shutterset_" style="margin-left:5px; clear:both;" title="" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc14.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc14.png" alt="tc14" /></a></p>
<h5><span lang="en-us">2.3 Mounten:</span></h5>
<p><span lang="en-us">Run TrueCrypt from your Start Menu.</span></p>
<p><span lang="en-us">&#8220;Select Device&#8221; and select your TrueCrypt Partition:</span></p>
<p><a class="shutterset_" title="" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc15.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc15.png" alt="tc15" /></a></p>
<p><span lang="en-us">Press &#8220;Mount&#8221; and enter your password.</span></p>
<p><a class="shutterset_" title="" href="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/tc16.png"><img src="http://cdn.mogilowski.net/wp-content/gallery/cryptusb/thumbs/thumbs_tc16.png" alt="tc16" /></a></p>
<p><span lang="en-us">Device &#8220;truecrypt1&#8243; is now mounted on your system and ready to use.</span></p>
<h2>3. Links:</h2>
<p>* <a href="http://www.selbstdatenschutz.info/linux/externe_datentraeger_verschluesseln" target="_blank">http://www.selbstdatenschutz.info/linux/externe_datentraeger_verschluesseln</a></p>
<p>* <a href="http://wiki.ubuntuusers.de/truecrypt" target="_blank">http://wiki.ubuntuusers.de/truecryptn</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2011/10/31/crypt-your-usb-stick/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Ubuntu 11.10 Oneiric Ocelot dbus Problem</title>
		<link>http://www.mogilowski.net/lang/en-us/2011/10/18/fix-ubuntu-11-10-oneiric-ocelot-dbus-problem</link>
		<comments>http://www.mogilowski.net/lang/en-us/2011/10/18/fix-ubuntu-11-10-oneiric-ocelot-dbus-problem#comments</comments>
		<pubDate>Tue, 18 Oct 2011 07:43:13 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[dbus]]></category>
		<category><![CDATA[Oneiric Ocelot]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=1054</guid>
		<description><![CDATA[After uprade to Ubuntu 11.10 Oneiric Ocelot i get the following message during the system boot: Waiting for network configuration It takes a long time and leads to a black screen. You can see the following message sometimes, too. Unable to connect to the system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused The [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">After uprade to Ubuntu 11.10 Oneiric Ocelot i get the following message during the system boot:</span></p>
<pre>
Waiting for network configuration
</pre>
<p><span lang="en-us">It takes a long time and leads to a black screen.</span></p>
<p><span lang="en-us">You can see the following message sometimes, too.</span></p>
<pre>
Unable to connect to the system bus: Failed to connect to socket /var/run/dbus/system_bus_socket: Connection refused
</pre>
<p><span lang="en-us">The quick fix was to delete zu dbus files in <i>&#8220;/var/run/dbus/&#8221;</i></span></p>
<pre>
rm /var/run/dbus/*
</pre>
<p><span lang="en-us">and reboot the system.</span></p>
<p><span lang="en-us">But you will get the same problem again after the next reboot.</span></p>
<p><span lang="en-us">A stable solution is to move the <i>&#8220;/var/run&#8221;</i> and <i>&#8220;/var/lock&#8221;</i> directories.</span></p>
<p><span lang="en-us">First move all contents from <i>&#8220;/var/run&#8221;</i> into <i>&#8220;/run&#8221;</i> and from <i>&#8220;/var/lock&#8221;</i> into <i>&#8220;/run/lock&#8221;</i>.</span></p>
<pre>
mv /var/run/* /run/
mv /var/lock/* /run/lock/
</pre>
<p><span lang="en-us"><strong>Note:</strong> If you have installed VMWare you have to unmount <i>&#8220;vmblock-fuse&#8221;</i>. Before moving the content.</span></p>
<pre>
umount /var/run/vmblock-fuse
</pre>
<p><span lang="en-us">Now delete <i>&#8220;/var/run&#8221;</i> and <i>&#8220;/var/lock&#8221;</i>:</span></p>
<pre>
rmdir /var/run
rmdir /var/lock
</pre>
<p><span lang="en-us">and replace them with symlinks to the new destination:</span></p>
<pre>
ln -s /run /var/run
ln -s /run/lock /var/lock
</pre>
<p><span lang="en-us">Now reboot your system.</span></p>
<h4>Links:</h4>
<p>* <a href="https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/811441" target="_blank">https://bugs.launchpad.net/ubuntu/+source/dbus/+bug/811441</a></p>
<p>* <a href="https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/856810" target="_blank">https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/856810</a></p>
<p>* <a href="http://forum.ubuntuusers.de/topic/nach-upgrade-problem-mit-dem-networkmanager/#post-3473007" target="_blank">http://forum.ubuntuusers.de/topic/nach-upgrade-problem-mit-dem-networkmanager/#post-3473007</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2011/10/18/fix-ubuntu-11-10-oneiric-ocelot-dbus-problem/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>System Administrator Appreciation Day &#8211; 2011</title>
		<link>http://www.mogilowski.net/lang/en-us/2011/07/29/system-administrator-appreciation-day-2011</link>
		<comments>http://www.mogilowski.net/lang/en-us/2011/07/29/system-administrator-appreciation-day-2011#comments</comments>
		<pubDate>Fri, 29 Jul 2011 06:07:19 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Systemadministration]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=1025</guid>
		<description><![CDATA[To all other system adminstrators &#8220;HAPPY SYSADMIN DAY !&#8221; http://www.sysadminday.com and, of course Sources: http://www.userfriendly.org http://xkcd.org]]></description>
			<content:encoded><![CDATA[<p>To all other system adminstrators &#8220;HAPPY SYSADMIN DAY !&#8221;</p>
<p><a href="http://www.sysadminday.com" target="_blank">http://www.sysadminday.com</a></p>
<p><img src="http://cdn.mogilowski.net/wp-content/uploads/SysAdminDay01.jpg" alt="" title="SysAdminDay01" width="600" height="216" class="aligncenter size-medium wp-image-1027" /></p>
<p>and, of course</p>
<p><img src="http://cdn.mogilowski.net/wp-content/uploads/devotion_to_duty.png" alt="" title="devotion_to_duty" width="618" height="235" class="aligncenter size-full wp-image-1032" /></p>
<p><span style="font-size:80%"><br />
Sources:<br />
<a href="http://www.userfriendly.org" target="_blank">http://www.userfriendly.org</a><br />
<a href="http://xkcd.org" target="_blank">http://xkcd.org</a><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2011/07/29/system-administrator-appreciation-day-2011/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Sun Java with Puppet on Ubuntu</title>
		<link>http://www.mogilowski.net/lang/en-us/2011/07/27/install-sun-java-with-puppet-on-ubuntu</link>
		<comments>http://www.mogilowski.net/lang/en-us/2011/07/27/install-sun-java-with-puppet-on-ubuntu#comments</comments>
		<pubDate>Wed, 27 Jul 2011 20:43:55 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[Sun]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=1021</guid>
		<description><![CDATA[Sun wants you to agree to its license before installing the JRE/JDK. For an unattended install you need a preseed file. You get the content of this file with &#8220;debconf-get-selections &#124; grep sun-&#8221; on a system where you have already installed the required packages. Create a file &#8220;/etc/puppet/files/sun-java6.preseed&#8221; with the following example content: sun-java6-bin shared/accepted-sun-dlj-v1-1 [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">Sun wants you to agree to its license before installing the JRE/JDK. For an unattended install you need a preseed file.<br />
You get the content of this file with <i>&#8220;debconf-get-selections &#124; grep sun-&#8221;</i> on a system where you have already installed the required packages.</span></p>
<p><span lang="en-us">Create a file <i>&#8220;/etc/puppet/files/sun-java6.preseed&#8221;</i> with the following example content:</span></p>
<pre>
sun-java6-bin shared/accepted-sun-dlj-v1-1 boolean true
sun-java6-jdk shared/accepted-sun-dlj-v1-1 boolean true
sun-java6-jre shared/accepted-sun-dlj-v1-1 boolean true
sun-java6-jre sun-java6-jre/stopthread boolean true
sun-java6-jre sun-java6-jre/jcepolicy note
sun-java6-bin shared/error-sun-dlj-v1-1 error
sun-java6-jdk shared/error-sun-dlj-v1-1 error
sun-java6-jre shared/error-sun-dlj-v1-1 error
sun-java6-bin shared/present-sun-dlj-v1-1 note
sun-java6-jdk shared/present-sun-dlj-v1-1 note
sun-java6-jre shared/present-sun-dlj-v1-1 note
</pre>
<p><span lang="en-us">I use this <a href="https://github.com/evolvingweb/puppet-apt" target="_blank">APT-Module</a> to add the Ubuntu partner repository. (Required for Sun-Packages)</span></p>
<pre>
apt::source { "partner":
    location => "http://archive.canonical.com/ubuntu",
    release => "${lsbdistcodename}",
    repos => "partner",
    include_src => false,
}
</pre>
<p><span lang="en-us">Now you can install the sun package:</span></p>
<pre>
file { "/var/cache/debconf/sun-java6.preseed":
    source => "puppet://$server/filesserver/sun-java6.preseed",
    ensure => present
}
package { "sun-java6-jdk":
    ensure  => installed,
    responsefile => "/var/cache/debconf/sun-java6.preseed",
    require => [ Apt::Source["partner"], File["/var/cache/debconf/sun-java6.preseed"] ],
}
</pre>
<p><span lang="en-us"><strong>Note:</strong> <i>I use sun-java6-jdk but you can install sun-java5-jre in the same way.</i></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2011/07/27/install-sun-java-with-puppet-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Install latest Broadcom bnx2 linux driver</title>
		<link>http://www.mogilowski.net/lang/en-us/2011/07/19/install-latest-broadcom-bnx2-linux-driver</link>
		<comments>http://www.mogilowski.net/lang/en-us/2011/07/19/install-latest-broadcom-bnx2-linux-driver#comments</comments>
		<pubDate>Tue, 19 Jul 2011 08:25:52 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Broadcom]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Driver]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=1015</guid>
		<description><![CDATA[Install new broadcom driver on Ubuntu or Debian: 1. Download Linux driver http://www.broadcom.com/support/ethernet_nic/downloaddrivers.php 2. Unpack unzip linux-6.2.23.zip cd Server/Linux/Driver tar vfx netxtreme2-6.2.23.tar.gz cd netxtreme2-6.2.23 3. Install build tools and install the driver sudo aptitude install build-essential linux-headers make sudo make install 4. Test before installation: $ ethtool -i eth0 driver: bnx2 version: 2.0.2 firmware-version: 4.6.1 [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">Install new broadcom driver on Ubuntu or Debian:</span></p>
<h4><span lang="en-us">1. Download Linux driver</span></h4>
<p><a href="http://www.broadcom.com/support/ethernet_nic/downloaddrivers.php" target="_blank">http://www.broadcom.com/support/ethernet_nic/downloaddrivers.php</a></p>
<h4><span lang="en-us">2. Unpack</span></h4>
<pre>
unzip linux-6.2.23.zip
cd Server/Linux/Driver
tar vfx netxtreme2-6.2.23.tar.gz
cd netxtreme2-6.2.23
</pre>
<h4><span lang="en-us">3. Install build tools and install the driver</span></h4>
<pre>
sudo aptitude install build-essential linux-headers
make
sudo make install
</pre>
<h4><span lang="en-us">4. Test</span></h4>
<p><span lang="en-us">before installation:</span></p>
<pre>
$ ethtool -i eth0
driver: bnx2
version: 2.0.2
firmware-version: 4.6.1 ipms 1.6.0
bus-info: 0000:05:00.0
</pre>
<p><span lang="en-us">after installation:</span></p>
<pre>
$ ethtool -i eth0
driver: bnx2
version: 2.0.23b
firmware-version: bc 4.6.1 ipms 1.6.0
bus-info: 0000:05:00.0
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2011/07/19/install-latest-broadcom-bnx2-linux-driver/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install VMware Tools on Debian Squeeze</title>
		<link>http://www.mogilowski.net/lang/en-us/2011/05/18/install-vmware-tools-on-debian-squeeze</link>
		<comments>http://www.mogilowski.net/lang/en-us/2011/05/18/install-vmware-tools-on-debian-squeeze#comments</comments>
		<pubDate>Wed, 18 May 2011 07:43:42 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Squeeze]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=1011</guid>
		<description><![CDATA[1. Install required packages aptitude install autoconf automake binutils cpp gcc linux-headers-$(uname -r) make psmisc 2. Mount VMware Tools mkdir /tmp/vmtools mount /dev/cdrom /tmp/vmtools 3. Unzip the tools tar -C /tmp -vfx /tmp/vmtools/VMwareTools*.tar.gz 4. Run install script cd /tmp/vmware-tools-distrib ./vmware-install.pl Note: You can also use the &#8220;open-vm-tools&#8221; instead of installing the VMware Tools. aptitude install [...]]]></description>
			<content:encoded><![CDATA[<h4><span lang="en-us">1. Install required packages</span></h4>
<pre>
aptitude install autoconf automake binutils cpp gcc linux-headers-$(uname -r) make psmisc
</pre>
<h4><span lang="en-us">2. Mount VMware Tools</span></h4>
<pre>
mkdir /tmp/vmtools
mount /dev/cdrom /tmp/vmtools
</pre>
<h4><span lang="en-us">3. Unzip the tools</span></h4>
<pre>
tar -C /tmp -vfx /tmp/vmtools/VMwareTools*.tar.gz
</pre>
<h4><span lang="en-us">4. Run install script</span></h4>
<pre>
cd /tmp/vmware-tools-distrib
./vmware-install.pl
</pre>
<p><span lang="en-us"><strong>Note: </strong> You can also use the <i>&#8220;open-vm-tools&#8221;</i> instead of installing the VMware Tools.</span></p>
<pre>
aptitude install open-vm-tools
</pre>
<p><span lang="en-us">You need to add <i>&#8220;contrib&#8221;</i> to your sources.list !</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2011/05/18/install-vmware-tools-on-debian-squeeze/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nginx as reverse proxy cache for wordpress and apache</title>
		<link>http://www.mogilowski.net/lang/en-us/2011/05/14/nginx-as-reverse-proxy-cache-for-wordpress-and-apache</link>
		<comments>http://www.mogilowski.net/lang/en-us/2011/05/14/nginx-as-reverse-proxy-cache-for-wordpress-and-apache#comments</comments>
		<pubDate>Sat, 14 May 2011 14:21:17 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[Proxy]]></category>
		<category><![CDATA[Squeeze]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=1000</guid>
		<description><![CDATA[1. Install Nginx * Install from PPA * Install using self build packages 2. General Nginx Settings Edit &#8220;/etc/nginx/nginx.conf&#8221; and modify or insert the following settings: [...] http { [...] # Gzip Settings gzip on; gzip_disable "msie6"; gzip_buffers 32 8k; gzip_comp_level 6; gzip_http_version 1.0; gzip_min_length 0; gzip_types text/html text/css image/x-icon application/x-javascript application/javascript text/javascript application/atom+xml application/xml [...]]]></description>
			<content:encoded><![CDATA[<h4><span lang="en-us">1. Install Nginx</span></h4>
<p>* <span lang="en-us"><a href="http://www.mogilowski.net/2011/05/14/install-nginx-on-debian-squeeze-from-ppa" target="_blank">Install from PPA</a></span><br />
* <span lang="en-us"><a href="http://www.mogilowski.net/2011/05/14/building-a-nginx-debian-package-with-third-party-modules/" target="_blank">Install using self build packages</a></span></p>
<h4><span lang="en-us">2. General Nginx Settings</span></h4>
<p><span lang="en-us">Edit <i>&#8220;/etc/nginx/nginx.conf&#8221;</i> and modify or insert the following settings:</span></p>
<pre>
[...]
http {
  [...]
  # Gzip Settings
  gzip on;
  gzip_disable "msie6";
  gzip_buffers 32 8k;
  gzip_comp_level   6;
  gzip_http_version 1.0;
  gzip_min_length   0;
  gzip_types        text/html text/css image/x-icon application/x-javascript application/javascript text/javascript application/atom+xml application/xml ;

  # Proxy Settings
  proxy_temp_path /var/lib/nginx/proxy;
  proxy_connect_timeout 30;
  proxy_read_timeout 120;
  proxy_send_timeout 120;
  proxy_cache_key "$scheme://$host$request_uri";
  [...]
}
[...]
</pre>
<h4><span lang="en-us">3. Create Site</span></h4>
<p><span lang="en-us">Create <i>&#8220;/etc/nginx/sites-available/www.mogilowski.net&#8221;</i> with following content:</span></p>
<p><span lang="en-us"><strong>Note: </strong> Replace <i>&#8220;www.mogilowski.net&#8221;</i> with your site and replace <i>&#8220;mogfilecache&#8221;</i> with a unique name for the filecache for this site.</span></p>
<pre>
proxy_cache_path  /var/lib/nginx/cache  levels=1:2   keys_zone=mogfilecache:180m  max_size=500m;

server {
        proxy_cache_valid 200 3h;

        listen 80;

        server_name www.mogilowski.net;

        access_log /var/log/nginx/mogilowski.proxied.log;
        error_log /var/log/nginx/mogilowski.proxied.log crit;

        proxy_set_header Host $host;
        proxy_set_header X-Real-IP  $remote_addr;
        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;

        location / {
            # If logged in, don't cache.
            if ($http_cookie ~* "comment_author_&#124;wordpress_(?!test_cookie)&#124;wp-postpass_" ) {
                set $do_not_cache 1;
            }
            proxy_cache_key "$scheme://$host$request_uri $do_not_cache";
            proxy_cache mogfilecache;
            proxy_pass http://127.0.0.1:81;
        }

        location ~* wp\-.*\.php&#124;wp\-admin {
            proxy_pass http://127.0.0.1:81;
        }

	location ~* \.(jpg&#124;png&#124;gif&#124;jpeg&#124;css&#124;js&#124;mp3&#124;wav&#124;swf&#124;mov&#124;doc&#124;pdf&#124;xls&#124;ppt&#124;docx&#124;pptx&#124;xlsx)$ {
            proxy_cache_valid 200 6h;
            expires max;
            proxy_cache mogfilecache;
            proxy_pass http://127.0.0.1:81;
        }

        location ~* \/[^\/]+\/(feed&#124;\.xml)\/? {
            if ($http_cookie ~* "comment_author_&#124;wordpress_(?!test_cookie)&#124;wp-postpass_" ) {
                set $do_not_cache 1;
            }
            proxy_cache_key "$scheme://$host$request_uri $do_not_cache";
            proxy_cache_valid 200 1h;
            proxy_cache mogfilecache;
            proxy_pass http://127.0.0.1:81;
        }

        # No access to .htaccess files.
        location ~ /\.ht {
            deny  all;
        }

}
</pre>
<p><span lang="en-us"><strong>Note: </strong>In this example configuration the apache webserver runs on port 81 on the localhost. But it can also be a different machine on the internet. Just use <i>&#8220;http://YOUR_APACHE_SERVER:80&#8243;</i> instead.</span></p>
<h4><span lang="en-us">4. Enable site</span></h4>
<pre>
ln -s /etc/nginx/sites-available/www.mogilowski.net /etc/nginx/sites-enabled/www.mogilowski.net
</pre>
<p><span lang="en-us"><strong>Note: </strong>Please remove the default site from sites-enabled.</span></p>
<h4><span lang="en-us">5. Purge Cache (optional)</span></h4>
<p><span lang="en-us">If you have build your own nginx package with the <i>&#8220;proxy_cache_purge&#8221;</i> module, you can add this to your server config. (<a href="http://labs.frickle.com/nginx_ngx_cache_purge/" target="_blank">http://labs.frickle.com/nginx_ngx_cache_purge/</a>)</span></p>
<pre>
server {
    [...]
    location ~ /purge(/.*) {
                allow                   127.0.0.1;
                deny                    all;
                proxy_cache_purge       mogfilecache   "$scheme://$host$request_uri";
        }
    [...]
}
</pre>
<p><span lang="en-us">You can use this together with this plugin: <a href="http://wordpress.org/extend/plugins/nginx-proxy-cache-purge" target="_blank">http://wordpress.org/extend/plugins/nginx-proxy-cache-purge</a></span></p>
<h4><span lang="en-us">6. Links</span></h4>
<p>* <a href="http://wp-performance.com/2010/10/nginx-reverse-proxy-cache-wordpress-apache/" target="_blank">http://wp-performance.com/2010/10/nginx-reverse-proxy-cache-wordpress-apache/</a><br />
* <a href="http://wiki.nginx.org/Wordpress" target="_blank">http://wiki.nginx.org/Wordpress</a><br />
* <a href="http://wordpress.org/extend/plugins/nginx-proxy-cache-integrator/" target="_blank">http://wordpress.org/extend/plugins/nginx-proxy-cache-integrator/</a><br />
* <a href="http://www.djm.org.uk/wordpress-nginx-reverse-proxy-caching-setup/" target="_blank">http://www.djm.org.uk/wordpress-nginx-reverse-proxy-caching-setup/</a><br />
* <a href="http://zachbrowne.com/2011/how-to-build-the-fastest-wordpress-website-with-apache-ngnix-reverse-proxy-php-cgi-google-pagespeed/" target="_blank">http://zachbrowne.com/2011/how-to-build-the-fastest-wordpress-website-with-apache-ngnix-reverse-proxy-php-cgi-google-pagespeed/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2011/05/14/nginx-as-reverse-proxy-cache-for-wordpress-and-apache/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Install nginx on debian squeeze from PPA</title>
		<link>http://www.mogilowski.net/lang/en-us/2011/05/14/install-nginx-on-debian-squezze-from-ppa</link>
		<comments>http://www.mogilowski.net/lang/en-us/2011/05/14/install-nginx-on-debian-squezze-from-ppa#comments</comments>
		<pubDate>Sat, 14 May 2011 13:52:32 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[Nginx]]></category>
		<category><![CDATA[PPA]]></category>
		<category><![CDATA[Squeeze]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=994</guid>
		<description><![CDATA[You find currently nginx version 0.7.67-3 in Debian Squeeze. If you want the latest version you have to build your own paket or you can use one from the ubuntu ppa. This installs the latest stable relase of nginx webserver (current 1.0.1) on Debian Squeeze. echo "deb http://ppa.launchpad.net/nginx/stable/ubuntu lucid main" > /etc/apt/sources.list.d/nginx-stable-lucid.list apt-key adv --keyserver [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">You find currently nginx version 0.7.67-3 in Debian Squeeze. If you want the latest version you have to <a href="http://www.mogilowski.net/2011/05/14/building-a-nginx-debian-package-with-third-party-modules/" target="_blank">build your own paket</a> or you can use one from the ubuntu ppa.</span></p>
<p><span lang="en-us">This installs the latest stable relase of nginx webserver (current 1.0.1) on Debian Squeeze.</span></p>
<pre>
echo "deb http://ppa.launchpad.net/nginx/stable/ubuntu lucid main" > /etc/apt/sources.list.d/nginx-stable-lucid.list
apt-key adv --keyserver keyserver.ubuntu.com --recv-keys C300EE8C
aptitude update
aptitude install nginx
</pre>
<p><span lang="en-us">But if you need some third party modules, you have to <a href="http://www.mogilowski.net/2011/05/14/building-a-nginx-debian-package-with-third-party-modules/" target="_blank">build your own packages</a>.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2011/05/14/install-nginx-on-debian-squezze-from-ppa/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 111/200 queries in 0.142 seconds using apc
Object Caching 1186/1203 objects using apc
Content Delivery Network via cdn.mogilowski.net

Served from: www.mogilowski.net @ 2012-02-08 12:28:47 -->
