Migrating Ubuntu to Linux Mint 10

Posted on Tue 22 February 2011 in Linux • Tagged with Debian, Linux, notepad, ubuntu, linux mint • 1 min read

Here are some random notes for the migration from ubuntu to linux mint 10 (julia) !

/etc/apt/sources.list

deb http://packages.linuxmint.com/ julia main upstream import
deb http://archive.ubuntu.com/ubuntu/ maverick main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ maverick-updates main restricted universe multiverse …

Continue reading

Ubuntu PHP hardening with Suhosin

Posted on Wed 28 July 2010 in Linux • Tagged with Debian, Security, Server, php • 1 min read

Ubuntu includes the php suhosin patches....

Install suhosin extension

aptitude install php5-suhosin

/etc/php5/{apache2,cli,cgi}/php.ini

; suhosin parameters
suhosin.executor.include.max_traversal = 4
suhosin.executor.disable_eval = On
suhosin.executor.disable_emodifier = On
suhosin.mail.protect = 2
suhosin.sql.bailout_on_error = On

Restart apache

service apache2 restart

Sometimes it could …


Continue reading

Postfix as relayhost with SASL auth

Posted on Wed 21 July 2010 in Linux • Tagged with Debian, Postfix, Server, mail, sasl • 1 min read

Client configuration (notebook, workstation what ever)

  1. Edit your /etc/postfix/main.cf
  2. Create your passwordmap - /etc/postfix/sasl_passwords
  3. Run postmap for /etc/postfix/sasl_passwords

Server configuration

  1. Nothing if you have already a working mail server. That the user (/etc/postfix/sasl_passwords) must exists on the server is plausible ? Check your …

Continue reading

ZTE MF637 unter Ubuntu

Posted on Sat 09 January 2010 in Linux • Tagged with Debian, Linux • 1 min read

Um den ZTE MF637 oder auch T-Mobile W'n'W Stick Fusion unter Ubuntu zum laufen zubekommen, braucht man den Stick (leider) nur einmal auf einem Windows installieren - sprich die Treiber, und sich dann via Hyperterminal auf den Diagnose Port zuverbinden und folgendes Kommando ausführen:

AT+ZCDRUN=8

Damit wird der Autostart …


Continue reading

XEN: clocksource/0 Time went backwards

Posted on Tue 07 July 2009 in Linux • Tagged with Debian, Linux, XEN • 1 min read

Everybody know about these sweet line(s):

clocksource/0: Time went backwards: delta=-5802595381342 shadow=440273248432 offset=11586903

To prevent this, add this line to your sysctl.conf

xen.independent_wallclock=1

Next is, to add

extra="clocksource=jiffies"

to the config of your XEN domain (like /srv/xen/build.conf …


Continue reading

Debian Lenny - OCF Resource Agent o2cb Bug

Posted on Fri 27 March 2009 in Linux • Tagged with Debian, ocfs2, Server • 1 min read

Lenny Stable ? Ohne RC-Bugs ? Im heartbeat Paket hat sich ein kleiner Fehler versteckt (ist schon gemeldet).

Wenn ihr versucht, mit heartbeat eine ocfs2 Resource via o2cb zumanagen, wird das nicht gehen :) Der Grund ist, dass ein \$ vergessen wurde im OCF Resource Script (Zeile 314). Folge ist, dass die ocfs2/o2cb …


Continue reading

OCFS2 @ Debian Lenny/Squeeze V2 [Update]

Posted on Mon 09 March 2009 in Linux • Tagged with Debian, ocfs2, Server • 1 min read

Auf Lenny und Squeeze kann man schon länger wieder normal OCFS2 installieren bzw. die Module werden nun auch beim Start geladen. Wenn ich das richtig mitbekommen habe, wurde das OCFS2 Paket auch an einen anderen Maintainer übergeben.

root@srv ~ [0] > aptitude install ocfs2-tools

und wer es braucht auch die GUI …


Continue reading

Grub VGA Mode

Posted on Fri 28 November 2008 in Linux • Tagged with Debian, Grub, HowTo, Linux • 2 min read

You would like to know what Grub VGA Mode you can use ? Default is something like that

Color depth      | 640x480  800x600  1024x768 1280x1024
-----------------+-------------------------------------
256        (8bit)|  769      771       773      775
32000     (15bit)|  784      787       790      793
65000     (16bit)|  785      788       791      794
16.7 Mill.(24bit)|  786      789       792      795

but …


Continue reading

OCFS2 @ Debian Lenny

Posted on Mon 10 November 2008 in Linux • Tagged with Debian, ocfs2, Server • 1 min read

Da die ocfs2-tools aus dem testing (Lenny) Repository enfernt wurden, muss man auf die Sourcen von etch oder sid zurück greifen. Beide sind lange nicht mehr aktuell, aber funktionieren _fast_ ohne Probleme.

Ich habe die ocfs2-tools aus etch installiert und dabei bemerkte ich, dass zwei wichtige Module nicht geladen wurden …


Continue reading

Nagios 3.0.5 for Debian Lenny

Posted on Thu 06 November 2008 in Linux • Tagged with Debian, Nagios, Server, linux • 1 min read

Nagios 3.0.5 released on 11/04/2008

Packages available via ftp. Please use the following line in your sources.list

deb ftp://zion.devnu11.net/ unstable main contrib non-free

Based on the unstable Debian packages.