Sebastian Mogilowskis Blog

Just another blog about administration, linux and other stuff

Language: German English

Development

Adobe Coldfusion 9 – Debian 5.0 Lenny – Ubuntu 9.10 or 10.04

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 [...]

, , , ,

Zend Server Community Edition on Ubuntu Server

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: “/etc/apt/sources.list” and adding the line: deb http://repos.zend.com/zend-server/deb server non-free 1.2 Add Zend’s repository public key by running: wget http://repos.zend.com/deb/zend.key -O- |apt-key add – If you are [...]

, ,

MySQL Workbench on Ubuntu

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 [...]

, , , ,

Google Chrome (Chromium) on Ubuntu

Installing Google Chrome browser on ubuntu: Chromium is an open source browser project. Google Chrome is a browser from Google, based on the Chromium project. First add the following sources to your “/etc/apt/sources.list” depending on your ubuntu version: For Hardy: deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu hardy main deb-src http://ppa.launchpad.net/chromium-daily/ppa/ubuntu hardy main For Intrepid: deb http://ppa.launchpad.net/chromium-daily/ppa/ubuntu intrepid main deb-src [...]

, , , , , , ,

What do Programmers Feel About their Software?

A few month ago i blogged about visualizing of source code. Now you can see the visualisation of software comments on www.natpryc.com. You see a graphical repesentation of comments used for private communication between team members. Tomcat for example: You will find ther software projects and images on the website. The software which was used [...]

,

Install Coldfusion 8 Multiserver on Debian 5.0 Lenny with Apache 2

This article describes, how to install Adobe Coldfusion 8 with Multiserver configuration. You can use this configuration for an ISP like coldfusion setup. Each instance/virtual host will have its own Coldfusion administrator with custom settings. 1. Prerequirements: * Apache 2 is installed and running correctly. * libstdc++5 is installed. aptitude install libstdc++5 * You have [...]

, , , , , ,

ELV EM 1000 energy meter on debian with cacti

This article describes how you can use the EM 1000 with an EM 1000-WZ energiemeter on debian and log the values with cacti.. First you need the “ftdi_sio” kernel module. You need the “vendor” and “product” ID before you can use the module. lsusb Bus 005 Device 017: ID 0403:e0ef Future Technology Devices International, Ltd [...]

, , , , , , ,

Deploy Adobe Coldfusion 8 on Tomcat 6 in a virtual host environment

This article describes how to deploy the Adobe Coldfusion 8 server on Tomcat in a virtual hosts environment. Please read my Apache Tomcat 6 Article for the base setup. If you install the coldfusion server in seperate virtual hosts, each will have an own coldfusion administrator with own settings. 1. Download First download the coldfusion-801-lin.bin [...]

, , , , , , , , , , , , , , , ,

Deploy OpenBlueDragon on Tomcat 6 in a virtual host environment

This article describes how to deploy OpenBlueDragon server on Tomcat in a virtual hosts environment. Please read my Apache Tomcat 6 Article for the base setup. If you install the BlueDragon server in seperate virtual hosts, each will have an own coldfusion administrator with own settings. 1. Download Download “J2EE WAR Distribution” from http://www.openbluedragon.org/download.cfm. 2. [...]

, , , , , , , , , , , , , , ,

Install Tomcat 6 on Debian (Lenny) with virtual hosts and Apache2 integration

This article is a new version of my Apache Tomcat 5.5 article. In this version i descripe the installation of the open bluedragon in a seperate article. This article only describes how to install Apache Tomcat 6 on Debian Lenny, Apache2 integration and virtual hosts. Tocat 6 is not available over the regular sources on [...]

, , , , , , , , , , ,

Previous Posts