<?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>Fri, 30 Jul 2010 06:26:33 +0000</lastBuildDate>
	<language>en-us</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>System Administrator Appreciation Day !!!!!</title>
		<link>http://www.mogilowski.net/lang/en-us/2010/07/30/system-administrator-appreciation-day</link>
		<comments>http://www.mogilowski.net/lang/en-us/2010/07/30/system-administrator-appreciation-day#comments</comments>
		<pubDate>Fri, 30 Jul 2010 06:26:33 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Fun]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Day]]></category>
		<category><![CDATA[Sysadmin Day]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=644</guid>
		<description><![CDATA[Happy Sysadmin Day !!!]]></description>
			<content:encoded><![CDATA[<p>Happy Sysadmin Day !!!</p>
<p><a href="http://www.mogilowski.net/wp-content/uploads/2010/07/sysadminday.jpg"><img src="http://www.mogilowski.net/wp-content/uploads/2010/07/sysadminday-300x300.jpg" alt="" title=" sysadminday" width="300" height="300" class="aligncenter size-thumbnail wp-image-645" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2010/07/30/system-administrator-appreciation-day/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Coldfusion 9 &#8211; Debian 5.0 Lenny &#8211; Ubuntu 9.10 or 10.04</title>
		<link>http://www.mogilowski.net/lang/en-us/2010/03/19/adobe-coldfusion-9-debian-5-0-lenny-ubuntu-9-10-or-10-04</link>
		<comments>http://www.mogilowski.net/lang/en-us/2010/03/19/adobe-coldfusion-9-debian-5-0-lenny-ubuntu-9-10-or-10-04#comments</comments>
		<pubDate>Fri, 19 Mar 2010 08:33:07 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Coldfusion]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=634</guid>
		<description><![CDATA[Install Apache2 webserver: aptitude install apache2 Install required libraries: aptitude install libstdc++5 Install coldfusion: Download the coldfusion installation paket (Linux bin-file) from www.adobe.com. You can use the Trial Edition and upgrade later to the full version by enter the serial number in the administration webinterface Make the downloaded file executeable and run the installer: chmod [...]]]></description>
			<content:encoded><![CDATA[<h3><span lang="en-us">Install Apache2 webserver:</span></h3>
<pre>
aptitude install apache2
</pre>
<h3><span lang="en-us">Install required libraries:</span></h3>
<pre>
aptitude install libstdc++5
</pre>
<h3><span lang="en-us">Install coldfusion:</span></h3>
<p><span lang="en-us">Download the coldfusion installation paket (Linux bin-file) from <a href="http://www.adobe.com" target="_blank">www.adobe.com</a>. You can use the Trial Edition and upgrade later to the full version by enter the serial number in the administration webinterface</span></p>
<p><span lang="en-us">Make the downloaded file executeable and run the installer:</span><br />
<span lang="en-us"></span></p>
<pre>
chmod +x ColdFusion_9_WWE_linux64.bin
./ColdFusion_9_WWE_linux64.bin
</pre>
<p><span lang="en-us">Answer the following questions:</span></p>
<pre>
PRESS <enter> TO CONTINUE: </enter><enter>
DO YOU ACCEPT THE TERMS OF THIS LICENSE AGREEMENT? (Y/N): Y
</enter></pre>
<pre>
Install Type
------------

If you do not have a serial number, select either 30-day trial or Developer
Edition.

  ->1- Install new version of Adobe ColdFusion 9 with a serial number
    2- 30-day trial
    3- Developer Edition

Installation Choice: 2
</pre>
<pre>
Installer Configuration
-----------------------

What kind of installation do you want?

  ->1- Server configuration
    2- Enterprise Multiserver configuration
    3- J2EE configuration (EAR file)
    4- J2EE configuration (WAR file)

Choose one of the following options:: 1
</pre>
<pre>
Is Adobe ColdFusion 9 (Server Configuration) Installed?
-------------------------------------------------------

You cannot install the server configuration of Adobe ColdFusion 9 if it is already installed on this computer.

Is there already a server configuration of Adobe ColdFusion 9 installed?

    1- Yes
  ->2- No

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <enter> TO ACCEPT THE DEFAULT:: 2
</enter></pre>
<pre>
Subcomponent installation
-------------------------

The following options are available for installation.

An option marked with "[X]" in front will be installed and an option with "[ ]"
will not.  Choosing an option will toggle it on or off

[X] 1) ColdFusion 9 Documentation
[X] 2) ColdFusion 9 Solr Services
[X] 3) ColdFusion 9 Search Services
[X] 4) Start ColdFusion on system init

    5) Continue with installation

Select an option: 5
</pre>
<pre>
Choose Install Folder
---------------------

Select the directory where you want to install Adobe ColdFusion 9.

Directory:

  Default Install Folder: /opt/coldfusion9

ENTER AN ABSOLUTE PATH, OR PRESS <enter> TO ACCEPT THE DEFAULT
      : /opt/coldfusion

INSTALL FOLDER IS: /opt/coldfusion
   IS THIS CORRECT? (Y/N): Y
</enter></pre>
<pre>
Earlier Versions of Adobe ColdFusion installed?
-----------------------------------------------

If you installed an earlier version of ColdFusion on this computer, you can migrate your settings to Adobe ColdFusion 9.

Is there an earlier version of ColdFusion installed on this computer (for example, ColdFusion 6 or ColdFusion MX 7)?

    1- Yes
  ->2- No

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <enter> TO ACCEPT THE DEFAULT:: 2
</enter></pre>
<pre>
Configure Web Servers
---------------------

Please configure your web server(s).  If you do not configure a web server the
built-in web server will be used on port 8500 or the next available port.

    1- Add Web Server Configuration
  ->2- Continue with installation

Choice: 1

****************************************************

  ->1- Apache
    2- Sun ONE Web Server (iPlanet)
    3- Cancel

What kind of web server are you configuring: 1

What directory contains your Apache configuration file (httpd.conf)? (For
   example, on Red Hat Linux it could be located in the /etc/httpd/conf
   directory if you installed from an rpm, or for SuSe Linux, it could be in
   /etc/apache2)

   Directory: /etc/apache2

****************************************************

Where is the Apache program binary file? (For example, on Red Hat Linux it
   could be /usr/sbin/httpd if you installed from an rpm, or for SuSE Linux it
   could be located at /usr/sbin/httpd2) If you have more than one instance of
   Apache on your computer, enter the binary file location for the Apache web
   server that will use ColdFusion. (Note: this is not the Apache start and
   stop script.)

   File: /usr/sbin/apache2

****************************************************

Where is the control file that you use to start and stop the Apache web
   server? (For example, this could be /etc/init.d/httpd on Red Hat Linux if
   you installed from an rpm, /usr/sbin/apache2ctl on SuSe Linux, or it could
   be /usr/local/apache/bin/apachectl on hand-compiled versions.)

   File: /etc/init.d/apache2

****************************************************

Please configure your web server(s).  If you do not configure a web server the
built-in web server will be used on port 8500 or the next available port.

    1- Add Web Server Configuration
    2- Remove Web Server Configuration
    3- Edit:Apache : /etc/apache2
  ->4- Continue with installation

Choice: 4
</pre>
<pre>
Choose Adobe ColdFusion 9 Administrator Location
------------------------------------------------

Select the location of the web root for Adobe ColdFusion 9. This is where the installer places the Adobe ColdFusion 9 Administrator.

This directory must be the web root for one of the websites to be configured for use with Adobe ColdFusion 9.

Directory: (DEFAULT: /etc/htdocs): /var/www
</pre>
<pre>
Runtime User
------------

Enter the name of the runtime user.   This user must already exist on the system.

User Name: (DEFAULT: nobody):
</pre>
<pre>
Configure ColdFusion with OpenOffice
------------------------------------

Configuring OpenOffice installation with ColdFusion will enable Office documents to be processing using OpenOffice. If OpenOffice is not configured ColdFusion will not be able to convert some Microsoft Office Documents to PDF. Check the documentation for more details.

    1- Configure ColdFusion with local Openoffice installation
  ->2- Skip

ENTER THE NUMBER FOR YOUR CHOICE, OR PRESS <enter> TO ACCEPT THE DEFAULT:: 2
</enter></pre>
<pre>
Administrator Password
----------------------

Enter the password that you will use to restrict access to the ColdFusion
Administrator.

This field is required.

Password:
Confirm Password:
</pre>
<pre>
Enable RDS
----------

The ColdFusion Remote Development Service (RDS) lets developers using Adobe
tools remotely connect to this server for development purposes. RDS is required
for Line Debugging, Report Builder, and Dreamweaver Extensions.

If this is a production server, Adobe recommends that you disable RDS.
Note, however, that disabling RDS also disables debugging, the directory
browsing applets in the ColdFusion Administrator and some of the functionality
in the Report Builder.

Enable RDS  (Y/N): Y
Password:
Confirm Password:
</pre>
<pre>
Installation Confirmation
-------------------------

Installation Type:
  Server configuration

Licensing:
  30-day trial

Installation Directories:
  Product: /opt/coldfusion
  Web root: /var/www

Server Information:
  Web Server: Apache (/etc/apache2)
  Port:
  Search Services: installed
  ColdFusion Solr Search Services: installed
  Documentation: installed
  RDS: enabled

Disk Space Information (for Installation Target):
  Required: 992,437,542 bytes
  Available: 4,799,873,024 bytes

PRESS <enter> TO CONTINUE: </enter><enter>
</enter></pre>
<pre>
Installing...
-------------

 [==================&#124;==================&#124;==================&#124;==================]
 [------------------&#124;------------------&#124;------------------&#124;------------------]

===============================================================================
Installation Complete
---------------------

You have successfully completed the first step in installing Adobe ColdFusion
9.

To continue with your installation, go to /opt/coldfusion/bin and type
"./coldfusion start" to start your server.

Once the server, is started log in to the Configuration Wizard at 

http://[machinename]/CFIDE/administrator/index.cfm

Press Enter to exit the installer: <enter>
</enter></pre>
<h3><span lang="en-us">Start coldfusion:</span></h3>
<pre>
/opt/coldfusion/bin/coldfusion start
</pre>
<p><i><span lang="en-us">Coldfusion now install the connector for the Apache2 webserver (/etc/apache2/httpd.conf). This connector forwards the scripts to the coldfusion server.</span></i></p>
<h3><span lang="en-us">Start coldfusion on system start:</span></h3>
<pre>
cp /opt/coldfusion/bin/coldfusion /etc/init.d
update-rc.d coldfusion defaults
</pre>
<h3><span lang="en-us">Finish installation:</span></h3>
<p><span lang="en-us">To finish the installation, open the coldfusion administrator with your browser.</span></p>
<pre>

http://SERVERNAME/CFIDE/administrator/index.cfm
</pre>
<p><a href="http://www.mogilowski.net/wp-content/uploads/2010/03/cf_admin9.png"><img src="http://www.mogilowski.net/wp-content/uploads/2010/03/cf_admin9-800x398.png" alt="" title=" cf_admin9" width="800" height="398" class="aligncenter size-medium wp-image-639" /></a></p>
<h3><span lang="en-us">Note:</span></h3>
<p><span lang="en-us">You can use this howto to install Adobe Coldfusion 8, too. All installation steps are the same.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2010/03/19/adobe-coldfusion-9-debian-5-0-lenny-ubuntu-9-10-or-10-04/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMWare Server 2 &#8211; Unable to build the vsock module</title>
		<link>http://www.mogilowski.net/lang/en-us/2010/03/16/vmware-server-2-unable-to-build-the-vsock-module</link>
		<comments>http://www.mogilowski.net/lang/en-us/2010/03/16/vmware-server-2-unable-to-build-the-vsock-module#comments</comments>
		<pubDate>Tue, 16 Mar 2010 07:55: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[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>
		<category><![CDATA[vmware server]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=631</guid>
		<description><![CDATA[Just a quick Post, the solution for the &#8220;Unable to build the vsock module&#8221; error message if you install VMWare Server 2 on Debian or Ubuntu: tar xvf /usr/lib/vmware/modules/source/vsock.tar cd vsock-only sed -i 's/^\#include //' autoconf/*.c make cp vsock.o /lib/modules/$(uname -r)/misc ln -s vsock.o /lib/modules/$(uname -r)/misc/vsock.ko depmod -a invoke-rc.d vmware restart]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">Just a quick Post, the solution for the &#8220;Unable to build the vsock module&#8221; error message if you install VMWare Server 2 on Debian or Ubuntu:</span></p>
<pre>tar xvf /usr/lib/vmware/modules/source/vsock.tar
cd vsock-only
sed -i 's/^\#include
//' autoconf/*.c
make
cp vsock.o /lib/modules/$(uname -r)/misc
ln -s vsock.o /lib/modules/$(uname -r)/misc/vsock.ko
depmod -a
invoke-rc.d vmware restart
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2010/03/16/vmware-server-2-unable-to-build-the-vsock-module/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to install OpenOffice 3.2 on Ubuntu 9.10 Karmic Koala</title>
		<link>http://www.mogilowski.net/lang/en-us/2010/02/17/how-to-install-openoffice-3-2-on-ubuntu-9-10-karmic-koala</link>
		<comments>http://www.mogilowski.net/lang/en-us/2010/02/17/how-to-install-openoffice-3-2-on-ubuntu-9-10-karmic-koala#comments</comments>
		<pubDate>Wed, 17 Feb 2010 08:56:35 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[openoffice]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=621</guid>
		<description><![CDATA[I have blogged the installation of OpenOffice 3.1 on Ubuntu 9.04 a few months ago. OpenOffice 3.2 is not available on launchpad at the moment. Download it from the OpenOffice Website or use this direct links instead. * German 32-Bit * German 64-Bit * English 32-Bit * English 64-Bit Extract the file after download and [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">I have <a title="OpenOffice 3.0 Ubtunt 9.04" href="http://www.mogilowski.net/2009/05/08/how-to-install-openoffice-31-on-ubuntu-904-jaunty-jackalope" target="_blank">blogged</a> the installation of OpenOffice 3.1 on Ubuntu 9.04 a few months ago.</span></p>
<p><span lang="en-us">OpenOffice 3.2 is not available on launchpad at the moment. Download it from the <a href="http://download.openoffice.org/other.html" target="_blank">OpenOffice Website</a> or use this direct links instead.</span></p>
<p>* <a href="http://download.services.openoffice.org/files/localized/de/3.2.0/OOo_3.2.0_LinuxIntel_install_de_deb.tar.gz" target="_blank">German 32-Bit</a></p>
<p>* <a href="http://download.services.openoffice.org/files/localized/de/3.2.0/OOo_3.2.0_LinuxX86-64_install_de_deb.tar.gz" target="_blank">German 64-Bit</a></p>
<p>* <a href="http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_LinuxIntel_install_en-US_deb.tar.gz" target="_blank">English 32-Bit</a></p>
<p>* <a href="http://download.services.openoffice.org/files/stable/3.2.0/OOo_3.2.0_LinuxX86-64_install_en-US_deb.tar.gz" target="_blank">English 64-Bit</a></p>
<p><span lang="en-us">Extract the file after download and install the paket: (Uninstall old version of OpenOffice if you have already installed version 3.0 or 3.2 !!)</span></p>
<pre>tar vfx OOo_3.2.0_LinuxX86-64_install_de_deb.tar.gz
sudo dpkg -i OOO320_m12_native_packed-1_de.9483/DEBS/*.deb
sudo dpkg -i OOO320_m12_native_packed-1_de.9483/DEBS/desktop-integration/openoffice.org3.2-debian-menus_3.2-9472_all.deb
</pre>
<p><a href="http://www.mogilowski.net/wp-content/uploads/2010/02/ooo_3.21.png"><img class="aligncenter size-full wp-image-628" title=" ooo_3.2" src="http://www.mogilowski.net/wp-content/uploads/2010/02/ooo_3.21.png" alt="" width="300" height="219" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2010/02/17/how-to-install-openoffice-3-2-on-ubuntu-9-10-karmic-koala/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Version 1.4.0 of Tiny Tiny RSS</title>
		<link>http://www.mogilowski.net/lang/en-us/2010/01/26/version-1-4-0-of-tiny-tiny-rss</link>
		<comments>http://www.mogilowski.net/lang/en-us/2010/01/26/version-1-4-0-of-tiny-tiny-rss#comments</comments>
		<pubDate>Tue, 26 Jan 2010 10:22:23 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[feeds]]></category>
		<category><![CDATA[RSS]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=617</guid>
		<description><![CDATA[New version of Tiny Tiny RSS (1.4.0) is available. Look my previous article about it. Upgrade is very esay,  read the instructions here. Release Notes: Bugfixes Catalan translation JSON-based API; XML-RPC API server is deprecated and moved to utils/ Classic mobile moved to mobile/classic New mobile version based on iUI Special feed for archived articles [...]]]></description>
			<content:encoded><![CDATA[<p>New version of <a title="http://tt-rss.org" href="http://tt-rss.org" target="_blank">Tiny Tiny RSS</a> (1.4.0) is available. Look my <a href="http://www.mogilowski.net/lang/de-de/2009/07/28/web-based-rss-reader/" target="_blank">previous article</a> about it.</p>
<p>Upgrade is very esay,  read the instructions <a href="http://tt-rss.org/redmine/wiki/tt-rss/InstallationNotes" target="_blank">here</a>.</p>
<p>Release Notes:</p>
<div>
<ul>
<li>Bugfixes</li>
<li>Catalan translation</li>
<li>JSON-based API; XML-RPC API server is deprecated and moved to  utils/</li>
<li>Classic mobile moved to mobile/classic</li>
<li>New mobile version based on iUI</li>
<li>Special feed for <a href="http://tt-rss.org/redmine/wiki/tt-rss/ArchivedFeed" target="_blank">archived articles</a></li>
<li>Support for settings profiles</li>
<li>Support for changing feed icons manually</li>
<li>Improved OPML import dialog</li>
<li>Some speed improvements</li>
<li>Improved support for themes</li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2010/01/26/version-1-4-0-of-tiny-tiny-rss/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Samba Error on Ubuntu Karmic</title>
		<link>http://www.mogilowski.net/lang/en-us/2010/01/25/samba-error-on-ubuntu-karmic</link>
		<comments>http://www.mogilowski.net/lang/en-us/2010/01/25/samba-error-on-ubuntu-karmic#comments</comments>
		<pubDate>Mon, 25 Jan 2010 08:25:01 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=614</guid>
		<description><![CDATA[There is an error in the current version of Samba on Ubuntu Karmic you find in the samba log file (/var/log/samba/log.smbd) this message: [2009/12/07 12:26:26, 0] smbd/server.c:456(smbd_open_one_socket) smbd_open_once_socket: open_socket_in: Address already in use The best solution is a downgrade to version 3.3.2: wget http://security.ubuntu.com/ubuntu/pool/main/s/samba/samba_3.3.2-1ubuntu3.2_amd64.deb dpkg -i --force-all samba_3.3.2-1ubuntu3.2_amd64.deb Update: Problem solved (Version 3.4.0)]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">There is an error in the current version of Samba on Ubuntu Karmic you find in the samba log file (<em>/var/log/samba/log.smbd</em>) this message:</span></p>
<pre>[2009/12/07 12:26:26,  0] smbd/server.c:456(smbd_open_one_socket)
  smbd_open_once_socket: open_socket_in: Address already in use</pre>
<p><span lang="en-us">The best solution is a downgrade to version 3.3.2:</span></p>
<pre>wget http://security.ubuntu.com/ubuntu/pool/main/s/samba/samba_3.3.2-1ubuntu3.2_amd64.deb
dpkg -i --force-all samba_3.3.2-1ubuntu3.2_amd64.deb</pre>
<p><strong>Update:</strong><br />
<span lang="en-us">Problem solved (Version 3.4.0)</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2010/01/25/samba-error-on-ubuntu-karmic/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install Thunderbird 3 on Ubuntu 9.10 Karmic</title>
		<link>http://www.mogilowski.net/lang/en-us/2010/01/13/install-thunderbird-3-on-ubuntu-9-10-karmic</link>
		<comments>http://www.mogilowski.net/lang/en-us/2010/01/13/install-thunderbird-3-on-ubuntu-9-10-karmic#comments</comments>
		<pubDate>Wed, 13 Jan 2010 09:34:40 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Thunderbird]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=609</guid>
		<description><![CDATA[Install Mozilla Thunderbird 3 on Ubuntu with paketmanger. Add the repository: sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa Add repository key: sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE Installation: sudo apt-get update sudo aptitude install thunderbird-3.1 thunderbird-3.1-gnome-support Older Ubuntu versions: Edit &#8220;/etc/apt/sources.list&#8221; and add the following lines: deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main Add the GPG key: [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">Install Mozilla Thunderbird 3 on Ubuntu with paketmanger.</span></p>
<p><a href="http://www.mogilowski.net/wp-content/uploads/2010/01/mozilla-thunderbird-300x300.jpg"><img class="aligncenter size-full wp-image-610" title=" mozilla-thunderbird-300x300" src="http://www.mogilowski.net/wp-content/uploads/2010/01/mozilla-thunderbird-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p><span lang="en-us">Add the repository:</span></p>
<pre>sudo add-apt-repository ppa:ubuntu-mozilla-daily/ppa</pre>
<p><span lang="en-us">Add repository key:</span></p>
<pre>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE</pre>
<p>Installation:</p>
<pre>sudo apt-get update
sudo aptitude install thunderbird-3.1 thunderbird-3.1-gnome-support</pre>
<h3><span lang="en-us">Older Ubuntu versions:</span></h3>
<p><span lang="en-us">Edit &#8220;/etc/apt/sources.list&#8221; and add the following lines:</span></p>
<pre>deb http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main
</pre>
<p><span lang="en-us">Add the GPG key:</span></p>
<pre>sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 247510BE
</pre>
<pre>sudo aptitude update
sudo aptitude install thunderbird-3.1 thunderbird-3.1-gnome-support
</pre>
<p><span lang="en-us"><strong>Note:</strong> Replace &#8220;jaunty&#8221; with your Ubuntu version.</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2010/01/13/install-thunderbird-3-on-ubuntu-9-10-karmic/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Zend Server Community Edition on Ubuntu Server</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/12/17/zend-server-community-edition-on-ubuntu-server</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/12/17/zend-server-community-edition-on-ubuntu-server#comments</comments>
		<pubDate>Thu, 17 Dec 2009 09:22:28 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=590</guid>
		<description><![CDATA[The best way to install Zend Server is to follow the instructions on http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm#deb_installation.htm. Here the short version: 1. Installation: 1.1 Define a repository by opening the following file: &#8220;/etc/apt/sources.list&#8221; and adding the line: deb http://repos.zend.com/zend-server/deb server non-free 1.2 Add Zend&#8217;s repository public key by running: wget http://repos.zend.com/deb/zend.key -O- &#124;apt-key add - If you are [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">The best way to install Zend Server is to follow the instructions on <a href="http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm#deb_installation.htm" target="_blank">http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm#deb_installation.htm</a>.</span></p>
<p><span lang="en-us">Here the short version:</span></p>
<h3>1. Installation:</h3>
<p><span lang="en-us">1.1 Define a repository by opening the following file: &#8220;/etc/apt/sources.list&#8221; and adding the line:</span></p>
<pre>deb http://repos.zend.com/zend-server/deb server non-free</pre>
<p><span lang="en-us">1.2 Add Zend&#8217;s repository public key by running:</span></p>
<pre>wget http://repos.zend.com/deb/zend.key -O- &#124;apt-key add -</pre>
<p><span lang="en-us">If you are using sudo to run each command the next command requires using sudo following the &#8216;&#124;&#8217; (pipe) symbol as follows:</span></p>
<pre>wget http://repos.zend.com/deb/zend.key -O- &#124; sudo apt-key add -</pre>
<p><span lang="en-us">1.3 To synchronize with Zend&#8217;s repository run:</span></p>
<pre>aptitude update</pre>
<p><span lang="en-us">1.4 Install Zend Server Community Edition with PHP 5.3:</span></p>
<pre>aptitude install zend-server-ce-php-5.3</pre>

<div class="ngg-galleryoverview" id="ngg-gallery-21-590">

	<!-- Slideshow link -->
	<div class="slideshowlink">
		<a class="slideshowlink" href="http://www.mogilowski.net/lang/en-us/2009/12/17/zend-server-community-edition-on-ubuntu-server?show=slide">
			[Show as slideshow]		</a>
	</div>

	
	<!-- Thumbnails -->
		
	<div id="ngg-image-152" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mogilowski.net/wp-content/gallery/zendserver09/dir.jpg" title=" " class="thickbox" rel="set_21" >
								<img title="dir" alt="dir" src="http://www.mogilowski.net/wp-content/gallery/zendserver09/thumbs/thumbs_dir.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-153" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mogilowski.net/wp-content/gallery/zendserver09/dir2.jpeg" title=" " class="thickbox" rel="set_21" >
								<img title="dir2" alt="dir2" src="http://www.mogilowski.net/wp-content/gallery/zendserver09/thumbs/thumbs_dir2.jpeg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 		
	<div id="ngg-image-154" class="ngg-gallery-thumbnail-box"  >
		<div class="ngg-gallery-thumbnail" >
			<a href="http://www.mogilowski.net/wp-content/gallery/zendserver09/mon.jpg" title=" " class="thickbox" rel="set_21" >
								<img title="mon" alt="mon" src="http://www.mogilowski.net/wp-content/gallery/zendserver09/thumbs/thumbs_mon.jpg" width="100" height="75" />
							</a>
		</div>
	</div>
	
		
 	 	
	<!-- Pagination -->
 	
 	
</div>


<h3><span lang="en-us">2. Use it:</span></h3>
<pre>https://SERVER:10082/ZendServer</pre>
<p><span lang="en-us">First choose a password and continue.</span></p>
<p><span lang="en-us">Now you can upload your php files to your document root &#8220;/var/www&#8221; and access them via &#8220;http://SERVER&#8221; like an normal Apache2 + PHP setup.</span></p>
<h3><span lang="en-us">3. Misc:</span></h3>
<p><span lang="en-us"><strong>3.1 Editions</strong></span><br />
<span lang="en-us">If you want to know something about the differences of the &#8220;Community Edition&#8221;, take a look at this page: <a href="http://www.zend.com/en/products/server/editions" target="_blank">http://www.zend.com/en/products/server/editions</a></span></p>
<p><span lang="en-us"><strong>3.2 Adding phpmyadmin to the Zend Server environment</strong></span></p>
<pre>aptitude install phpmyadmin-zend-server</pre>
<p><span lang="en-us">If you get the following message:</span><br />
&#8220;For security reasons, the link to the phpMyAdmin interface from Zend Server is locked for remote access and is only accessible from localhost.&#8221;</p>
<p><span lang="en-us">Do this modification:</span></p>
<pre>sudo vim /usr/local/zend/gui/lighttpd/etc/lighttpd.conf</pre>
<pre>...
$HTTP["remoteip"] !~ "127.0.0.1" {
$HTTP["url"] =~ "^/phpmyadmin/" {
url.access-deny = ( "*" )
server.errorfile-prefix = "//usr/local/zend/gui/lighttpd/share/lighttpd-custom-errors/errorcode-"
}
}
...</pre>
<pre>sudo /usr/local/zend/bin/zendctl.sh restart</pre>
<p><span lang="en-us"><strong>3.3 Other Tutorials</strong></span></p>
<p><a href="http://www.zend.com/products/server/getting-started" target="_blank">http://www.zend.com/products/server/getting-started</a></p>
<p><span lang="en-us"><strong>3.4 Additional PHP extensions</strong></span></p>
<pre>sudo aptitude install php-5.3-extra-extensions-zend-server</pre>
<p><span lang="en-us">This is Meta-Paket installs:</span></p>
<pre>freetds-common{a} libltdl7{a} libsybdb5{a} odbcinst1debian1{a} php-5.3-extra-extensions-zend-server php-5.3-gmp-zend-server{a} php-5.3-imagick-zend-server{a} php-5.3-memcache-zend-server{a}
php-5.3-mssql-zend-server{a} php-5.3-odbc-zend-server{a} php-5.3-pcntl-zend-server{a} php-5.3-pdo-dblib-zend-server{a} php-5.3-pdo-odbc-zend-server{a} php-5.3-shmop-zend-server{a}
php-5.3-sysvmsg-zend-server{a} php-5.3-sysvsem-zend-server{a} php-5.3-sysvshm-zend-server{a} php-5.3-unix-extensions-zend-server{a} php-5.3-wddx-zend-server{a} php-5.3-xmlrpc-zend-server{a}
unixodbc{a}</pre>
<p><span lang="en-us"><strong>3.5 Install Java-Bridge</strong></span></p>
<pre>sudo aptitude install java-bridge-zend-server</pre>
<p><span lang="en-us">More informations:</span> <a href="http://files.zend.com/help/Zend-Server/java_bridge_use_cases.htm" target="_blank">http://files.zend.com/help/Zend-Server/java_bridge_use_cases.htm</a></p>
<p><span lang="en-us"><strong>3.6 Online Documentation</strong></span></p>
<p><a href="http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm" target="_blank">http://files.zend.com/help/Zend-Server-Community-Edition/zend-server-community-edition.htm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/12/17/zend-server-community-edition-on-ubuntu-server/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL Workbench on Ubuntu</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/11/03/mysql-workbench-on-ubuntu</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/11/03/mysql-workbench-on-ubuntu#comments</comments>
		<pubDate>Tue, 03 Nov 2009 10:58:46 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[jaunty]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Workbench]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=602</guid>
		<description><![CDATA[Install MySQL Workbench on Ubuntu: 1. Download the Community Edition Download the latest release from the MySQL Website. I used the 64-Bit Debian Paket for Ubuntu 9.04 it works on Jaunty (9.04) and on Karmic (9.10). 2. Installation sudo dpkg -i mysql-workbench-oss-5.1.18-1ubu904-amd64.deb 3. Use it Now you can start MySQL Workbench via your menu (Development [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">Install <a href="http://wb.mysql.com" target="_blank">MySQL Workbench</a> on Ubuntu:</span></p>
<h3><span lang="en-us">1. Download the Community Edition</span></h3>
<p><span lang="en-us">Download the latest release from the <a href="http://dev.mysql.com/downloads/workbench/5.1.html" target="_blank">MySQL Website</a>. I used the 64-Bit Debian Paket for Ubuntu 9.04 it works on Jaunty (9.04) and on Karmic (9.10).</span></p>
<h3>2. Installation</h3>
<pre>sudo dpkg -i mysql-workbench-oss-5.1.18-1ubu904-amd64.deb</pre>
<h3><span lang="en-us">3. Use it</span></h3>
<p><span lang="en-us">Now you can start MySQL Workbench via your menu (Development Section).</span></p>
<p><span lang="en-us">If you use it together with an MySQL database you may get this message:</span></p>
<pre>Couldn't load library libmysqlclient_r.so:
libmysqlclient_r.so: cannot open shared object file: No such
file or directory</pre>
<p><span lang="en-us">You have to create an symlink to your libmysqlclient.</span></p>
<pre>sudo ln -sf /usr/lib/libmysqlclient_r.so.15.0.0 /usr/lib/libmysqlclient_r.so</pre>
<p><span lang="en-us"><strong>Note:</strong> You have to replace &#8220;libmysqlclient_r.so.15.0.0&#8243; with your version (&#8220;libmysqlclient_r.so.16.0.0&#8243; for example).</span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/11/03/mysql-workbench-on-ubuntu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Software RAID 5 on Debian Lenny or Ubuntu</title>
		<link>http://www.mogilowski.net/lang/en-us/2009/09/28/linux-software-raid-5-on-debian-lenny-or-ubuntu</link>
		<comments>http://www.mogilowski.net/lang/en-us/2009/09/28/linux-software-raid-5-on-debian-lenny-or-ubuntu#comments</comments>
		<pubDate>Mon, 28 Sep 2009 11:49:30 +0000</pubDate>
		<dc:creator>sebastian</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Systemadministration]]></category>
		<category><![CDATA[debian]]></category>
		<category><![CDATA[lenny]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.mogilowski.net/?p=580</guid>
		<description><![CDATA[This is an update Post for my old Howto http://www.mogilowski.net/lang/de-de/2008/05/09/linux-software-raid-5-unter-debian-etch for Debian Lenny and Ubuntu. In this configuration i created a raid 5 with the drives sda, sdb, sdc and sdc. (Change it to your configuration if you need it.) 1. Installation aptitude install mdadm 2. Create Raid Insert this line in the mdadm config [...]]]></description>
			<content:encoded><![CDATA[<p><span lang="en-us">This is an update Post for my old Howto <a href="http://www.mogilowski.net/lang/de-de/2008/05/09/linux-software-raid-5-unter-debian-etch">http://www.mogilowski.net/lang/de-de/2008/05/09/linux-software-raid-5-unter-debian-etch</a> for Debian Lenny and Ubuntu.</span></p>
<p><span lang="en-us">In this configuration i created a raid 5 with the drives sda, sdb, sdc and sdc. (Change it to your configuration if you need it.)</span></p>
<h3>1. Installation</h3>
<pre>
aptitude install mdadm
</pre>
<h3><span lang="en-us">2. Create Raid</span></h3>
<p><span lang="en-us">Insert this line in the mdadm config file &#8220;/etc/mdadm/mdadm.conf&#8221;:</span></p>
<pre>
ARRAY /dev/md0 level=raid5 devices=/dev/sda,/dev/sdb,/dev/sdc,/dev/sdd
</pre>
<p><span lang="en-us">Now create the raid:</span></p>
<pre>
mdadm --create /dev/md0 --verbose --level=raid5 --raid-devices=4 /dev/sda /dev/sdb /dev/sdc /dev/sdd
</pre>
<p><span lang="en-us">The following command shows you some details of your new raid:</span></p>
<pre>
mdadm --detail /dev/md0
</pre>
<p><span lang="en-us">Look at:</span></p>
<pre>
Rebuild Status : 2% complete
</pre>
<p><span lang="en-us">This shows you, that the raid is build in background, but you can already use it if you like.</span></p>
<pre>
Active Devices : 4
Working Devices : 4
Failed Devices : 0
Spare Devices : 0
</pre>
<p><span lang="en-us">This shows you that all 4 disks are working and none of them is missing.</span></p>
<h3><span lang="en-us">3. Format</span></h3>
<p><span lang="en-us">Now format your new raid device. With ext3 for example:</span></p>
<pre>
mke2fs -j /dev/md0
</pre>
<p><span lang="en-us">Mount the new partition:</span></p>
<pre>
(mkdir /media/raid)
mount /dev/md0 /media/raid
</pre>
<p><span lang="en-us">or add it directly to /etc/fstab&#8221;:</span></p>
<pre>
/dev/md0 /media/raid ext3 suid,dev,exec  0  0
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.mogilowski.net/lang/en-us/2009/09/28/linux-software-raid-5-on-debian-lenny-or-ubuntu/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
