Sebastian Mogilowski's Blog

ubuntu

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

Install Gnome3 on Ubuntu 11.04 Natty or Ubuntu 10.10 Maverick

  • 12. April 2011
  • Linux
  • 0 Comments

Run the following commands in your terminal: On Ubuntu 11.04: add-apt-repository ppa:gnome3-team/gnome3 aptitude update aptitude dist-upgrade aptitude install gnome-shell On Ubuntu 10.10: add-apt-repository ppa:ubuntu-desktop/gnome3-builds aptitude update aptitude install gnome3-session Note:…

Continue Reading

Ubuntu Lucid on XenServer 5.6 FP1

  • 16. Februar 2011
  • Linux / Systemadministration / Virtualization
  • 8 Comments

Describes howto install Ubuntu Lucid 10.04 LTS (32-Bit or 64-Bit) on a Citrix XenServer 5.6 FP1 and convert the virtual machine into a template. Note: Click to enlarge a picture.…

Continue Reading

Resize images (folder) with imagemagick (mogrify)

  • 13. Februar 2011
  • Allgemein
  • 0 Comments

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…

Continue Reading

Puppet Dashboard / Reports – Ubuntu

  • 20. Januar 2011
  • Linux / Systemadministration
  • 1 Comment

Puppet reports with "Puppet Dashboard": Installation: Add the following lines to your "/etc/apt/sources.list" file: deb http://apt.puppetlabs.com/ubuntu lucid main deb-src http://apt.puppetlabs.com/ubuntu lucid main Run aptitude update to updates your packet list.…

Continue Reading

Install VirtualBox 4.0 on Ubuntu / Debian

  • 23. Dezember 2010
  • Linux / Virtualization
  • 0 Comments

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)…

Continue Reading

Setting up TFTP server on Ubuntu

  • 25. Oktober 2010
  • Linux
  • 1 Comment

Install a TFTP-Server on Ubuntu 1. Installation sudo aptitude install atftpd 2. Configuration sudo /etc/init.d/atftpd start 3. Files Put all files for the TFTP server in the following directory: /srv/tftp/

Continue Reading

Monitoring the Nagios process with monit

  • 17. September 2010
  • Linux
  • 1 Comment

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…

Continue Reading

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

  • 19. März 2010
  • Coldfusion / Development / Linux
  • 8 Comments

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…

Continue Reading

VMWare Server 2 – Unable to build the vsock module

  • 16. März 2010
  • Linux / Virtualization
  • 2 Comments

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…

Continue Reading
  • 1
  • 2
  • 3
  • 4
  • 5
Copyright 2025