Sebastian Mogilowski's Blog

Just another blog about administration, linux and other stuff

Fix Ubuntu 11.10 Oneiric Ocelot dbus Problem

  • 18. Oktober 2011
  • Linux / Systemadministration
  • 16 Comments

After uprade to Ubuntu 11.10 Oneiric Ocelot i get the following message during the system boot:Nach dem Update zu Ubuntu 11.10 Oneiric Ocelot bekam ich folgende Meldung wärend des Systemstarts:…

Continue Reading

Convert PDF to Image

  • 9. Oktober 2011
  • Allgemein / General
  • 0 Comments

Using "convert" from "imagemagick" 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…

Continue Reading

System Administrator Appreciation Day – 2011

  • 29. Juli 2011
  • Fun / Systemadministration
  • 0 Comments

To all other system adminstrators "HAPPY SYSADMIN DAY !" http://www.sysadminday.com and, of course Sources: http://www.userfriendly.org http://xkcd.org

Continue Reading

Install Sun Java with Puppet on Ubuntu

  • 27. Juli 2011
  • Linux / Systemadministration
  • 4 Comments

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 "debconf-get-selections…

Continue Reading

Install latest Broadcom bnx2 linux driver

  • 19. Juli 2011
  • Linux / Systemadministration
  • 0 Comments

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…

Continue Reading

Install VMware Tools on Debian Squeeze

  • 18. Mai 2011
  • Linux / Systemadministration / Virtualization
  • 0 Comments

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…

Continue Reading

Nginx as reverse proxy cache for wordpress and apache

  • 14. Mai 2011
  • Linux / Systemadministration
  • 3 Comments

1. Install Nginx * Install from PPAPPA Installation * Install using self build packagesInstallation mit selbstgebauten Paket 2. General Nginx Settings Edit "/etc/nginx/nginx.conf" and modify or insert the following settings:…

Continue Reading

Install nginx on debian squeeze from PPA

  • 14. Mai 2011
  • Linux / Systemadministration
  • 1 Comment

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…

Continue Reading

Building a nginx debian package with third party modules

  • 14. Mai 2011
  • Linux / Systemadministration
  • 4 Comments

I created this manual on Debian Squeeze (amd64) with the latest version of nginx (stable) an one third party module as example. If you want to build your own package,…

Continue Reading

Nagios 3 with Nginx on Ubuntu Server

  • 13. April 2011
  • Linux / Systemadministration
  • 1 Comment

1. Install Nagios 3 aptitude install nagios3 2. Test Nagios Installation Open "http://SERVER/nagios3/" in your browser. Login with user "nagiosadmin" and the passwort you have entered during the installation. 3.…

Continue Reading
  • 1
  • …
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • …
  • 18
Copyright 2025