<?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</title>
	<atom:link href="http://www.mogilowski.net/lang/en-us/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>Tue, 17 Jan 2012 13:42:30 +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>New year new theme</title>
		<link>http://www.mogilowski.net/lang/en-us/2012/01/04/new-year-new-theme</link>
		<comments>http://www.mogilowski.net/lang/en-us/2012/01/04/new-year-new-theme#comments</comments>
		<pubDate>Wed, 04 Jan 2012 10:55:59 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Allgemein]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=1114</guid>
		<description><![CDATA[Happy new year ! A new theme is online. It&#8217;s a modified version of black-with-orange. Now with a little bit more colors and more cats. I hope everything works for you. If not please let me know !]]></description>
			<content:encoded><![CDATA[<p><strong>Happy new year !</strong></p>
<p><img src="http://cdn.mogilowski.net/wp-content/uploads/f6c3f8542a2b995973393be7011b946f.png" alt="" title="f6c3f8542a2b995973393be7011b946f" width="202" height="188" class="alignleft size-full wp-image-1115" /></p>
<p>A new theme is online.<br />
It&#8217;s a modified version of <a href="http://wordpress.org/extend/themes/black-with-orange" target="_blank">black-with-orange</a>.</p>
<p>Now with a little bit more colors and more cats.</p>
<p>I hope everything works for you. If not please let me know !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2012/01/04/new-year-new-theme/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Convert PDF to Image</title>
		<link>http://www.mogilowski.net/lang/en-us/2011/10/09/convert-pdf-to-image</link>
		<comments>http://www.mogilowski.net/lang/en-us/2011/10/09/convert-pdf-to-image#comments</comments>
		<pubDate>Sun, 09 Oct 2011 07:45:59 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Allgemein]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[Image]]></category>
		<category><![CDATA[imagemagick]]></category>
		<category><![CDATA[PDF]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=1046</guid>
		<description><![CDATA[Using &#8220;convert&#8221; from &#8220;imagemagick&#8221; to convert a PDF to Image. Example: convert -geometry 1024x768 -density 200 -colorspace RGB input.pdf output.jpg Or use a other geometry, quality and no color: convert -geometry 2048x1536 -density 400 -colorspace gray input.pdf output.jpg Links: * http://www.imagemagick.org/script/convert.php]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">Using &#8220;convert&#8221; from &#8220;imagemagick&#8221; to convert a PDF to Image.</span></p>
<p><span lang="en-us">Example:</span></p>
<pre>convert -geometry 1024x768 -density 200 -colorspace RGB input.pdf output.jpg</pre>
<p><span lang="en-us">Or use a other geometry, quality and no color:</span></p>
<pre>convert -geometry 2048x1536 -density 400 -colorspace gray input.pdf output.jpg</pre>
<h4>Links:</h4>
<p>* <a href="http://www.imagemagick.org/script/convert.php" target="_blank">http://www.imagemagick.org/script/convert.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2011/10/09/convert-pdf-to-image/feed</wfw:commentRss>
		<slash:comments>0</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>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 107/190 queries in 0.141 seconds using apc
Object Caching 1163/1163 objects using apc
Content Delivery Network via cdn.mogilowski.net

Served from: www.mogilowski.net @ 2012-02-05 01:01:12 -->
