Resize images (folder) with imagemagick (mogrify)
Before upload pictures to my online gallery i want to resize them to a smaller size. I don't want to open all with a tool or something. I want to…
Before upload pictures to my online gallery i want to resize them to a smaller size. I don't want to open all with a tool or something. I want to…
1. Update your Lenny installation Make sure that your current Lenny is up-2-date. aptitude update aptitude upgrade 2. Change sources to Squeeze Open "/etc/apt/sources.list" and replace "Lenny" with "Squeeze" here…
1. Add new software repository Edit the file ''/etc/apt/sources.list'' with your favorite editor and add the following line depending on your Ubuntu version: Ubuntu 10.10 (Maverick Meerkat)…
Please see new version Tomcat 8 on Debian 7 here ! This article is a new version of my Apache Tomcat 6 article. This article describes how to install Apache…
Monitoring the Nagios process with monit Howto to install monit on Debian or Ubuntu to monitor the nagios process. Installation aptitude install monit Configuration Edit the monit configuration file /etc/monit/monitrc…
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…
Just a quick Post, the solution for the "Unable to build the vsock module" error message if you install VMWare Server 2 on Debian or Ubuntu: tar xvf /usr/lib/vmware/modules/source/vsock.tar cd…
This is an update Post for my old Howto http://www.mogilowski.net/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…
This article describes how you can add a swap file on Debian or Ubuntu. You can use this to add additional swap space or to add swap to a server…
Now we want to create a clear strukture for the puppet configuration files. The config in Part 1 is only a simple example to test the configuration. In this example…