ccsp certification

CCSP Cert on citrixcertmanager.com

i managed to achieve another certification, this time i may call myself “Citrix certified Sales Professional”. however, this certification seems to be easier to achieve and less important than the CCA (Citrix certified Administrator), which i’m going to achieve in summer 09.

the test for CCSP is solely consisting of online courses and tests which are free of charge. on the opposite, candidates have to attend instructor-led courses which are quite expensive for the CCA and the online tests are also not free.

i’m also preparing to get lpic-2 certified, however, this will take some more preparation than CCSP…

…or you theoretically have to pay royalities to microsoft. it’s hard to believe, but they managed to get a patent for

A method and system in a document viewer for scrolling a substantially exact increment in a document, such as one page, regardless of whether the zoom is such that some, all or one page is currently being viewed.

more about it is available here: http://www.itwire.com/content/view/20193/53/

lpic-1 certification achieved

Dear Pascal Schwarz
LPI ID: LPI000115726

Congratulations on obtaining your LPIC-1 certification and joining the
world’s largest community of Linux and Open Source professionals.
LPIC-1 is globally recognized as the leading entry-level certification
in Linux skills and knowledge.

In completing your LPIC-1 certification you are also eligible to take
our LPIC-2 exams.  We encourage you to consider pursuing this higher level
certification.  For more information…

yees, finally I got it

hello everyone!

i know i haven’t been blogging for some time, this was mainly because the past time i was really busy… however, it was quite worth it.

My Asus EEE PC 900

i finished my apprenticeship with really great grades (can be seen here, look for Pascal Schwarz) and got some gifts. one of them, which made me most happy, is an Asus EEE-PC 900. it works really nice

i won’t cover the things i did to install ubuntu on it, as there are a lot of docs in the net.

hello!

as ovh announced new servers (i wrote about), i now want to move the gentoo installation as easily as possible. i hope this will help you save some work. however, i can not guarantee that the destination system works perfectly, run tests! the things i do during this task are not dangerous for your source server, except if you copy things in the wrong direction.

(more…)

wordpress 2.5.1

i just updated my wordpress installation to version 2.5.1, seems like the backend (where you write posts etc) changed a lot =)

it looks quite nice and the editor seems to be even more comfortable than before.

Create a Post using Wordpress 2.5

new ovh.de offers

woohoo, my server is going to be replaced soon ;)

ovh made new dedicated server offers. the old offers are gone, here are the most important changes;

  • Kimsufi (Isgenug) now with at least 1Gb ram (instead of 256mb), you can get a kimsufi for 25€/month!
  • superplans have totally changed;
    • no more superplans with 250gb-hd’s
    • at least 4gb of ram!!
    • nearly the same price

so i just decided to rent a new Superplan2008R instead of my “old” Superplan2008 L – i get 3gb additional ram for 5€/month.

the plan is to copy the whole /boot and /-partitions from the old to the new server (using dd and netcat i think) and after the system is running on the new machine all things will get copied using rsync.

i’ll update here when the server is ready :)

ISO bought by Microsoft

well, i think many of you do already know; it’s really sad what happened.

http://www.noooxml.org/

some comments about the format by a czech blogger: http://blog.janik.cz/archives/2007/05/19/T20_32_07/

about mx-entries and spam

i just wanted to send a mail to phoronix, asking them about their linux benchmarking suite.

however, my mail got bounced immediately;

This is the mail system at host mail.pascal-schwarz.ch.

I’m sorry to have to inform you that your message could not
be delivered to one or more recipients. It’s attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The mail system: host phoronix.com[209.62.40.52] said: 550-Verification failed for nottheirmail@phoronix.com
550-The mail server could not deliver mail to notmyemail@pascal-schwarz.ch. The account or domain may not exist, they may be blacklisted, or missing the proper dns entries. 550 Sender verify failed (in reply to RCPT TO command)

i was a little surprised and sent my email using another address hosted on the same server, which worked great. so it couldn’t be my mail server being on a black list.

after a little googling, i found this forum thread. the posters problem may be related to exchange (didn’t read the whole thread) but the part

Moreover, some mail server will reject email for domain whose ISP’s MX
record was pointing to an IP address instead of to a DNS name. If this is
your case, you can resolve the issue by changing the MX record to a DNS
name which then resolved to an IP address.

made it clear to me: while my other email address has an mx-entry in the form of mail.domain.invalid, the pascal-schwarz.ch mx entry was the ip of the mail server. after changing this to a dns entry pointing to the same address, the problem was gone.

vmware problems with clock

as i mentioned in my last post, pascal-schwarz.ch (web- and mailserver, you’re using it right now) is now hosted inside a virtual machine on my ovh root server.

it works really nice generally, however i must also point out that this machine doesn’t generate too much load. it might be a problem to use vmware if the guest would really have a lot of IO operations to perform. but as long as it doesn’t do so, i like the simple way do administrate the virtual machine and the possibility to watch the boot operation in case there would be a problem.

i had to fix a little problem with the time-keeping of the guest. the clock inside the virtual machine was running too slow (about 0.5 seconds delay per minute which leads to a delay of around 12 minutes per day…). i did not want to install the virtual machine guest tools, as i thought that it has to be possible to fix the problem without special tools.

so i tried to sync the clock regularily using ntpd, which works usually really nice. however, to my surprise, this did nearly do no change. reading through the vmware-guide for time-keeping, i changed some options inside my (guest-)kernel which did also not lead to the wanted effect. however, it might be that those options are needed, so i’ll post them here:

  • deactivate the option “tick-less kernel”
  • deactivate preemption (on a server not needed anyway)
  • make sure the guest doesn’t have a higher tickrate than the host (my host has 250hz while the guest has 100hz)

so i did some more tricks that vmware suggests, adding parameters to my kernel – here’s my menu.lst:

  1. title=Gentoo
  2. root (hd0,0)
  3. kernel /boot/vmlinuz root=/dev/sda1 clock=pmtmr nosmp noapic nolapic

using these kernel-parameters in conjunction with ntpd, the clock now runs absolutely exact inside the virtual machine.

hi everyone!

i hope you didn’t notice that i moved my blog (and my gallery also) to a new webserver, which runs inside a virtual machine on my ovh dedicated server.

i also configured an awstats instance which you can find here. it wasn’t to easy to install, as there was a problem related to the documentation i used and gentoo’s default configuration for cgi with lighttpd.

file: /etc/lighttpd/mod_cgi.conf

  1. # NOTE: this requires mod_alias
  2. alias.url = (
  3.      "/cgi-bin/"           =>      var.basedir + "/cgi-bin/"
  4. )

without commenting out these three lines (the NOTE line is already commented out), lighttpd won’t find the awstats.pl inside the cgi-bin folder.

made me smiling: http://www.benr75.com/articles/2008/01/13/that-computer-wont-work

this weekend i was at the skiweekend of PMI AG in Laax. the weather wasn’t too bad and i really enjoyed snowboarding.

simon and me took some pictures (sadly only using our mobile phones, as you will notice by the quality of the images). you may find them in my gallery.

i rent a server from ovh.de which has beneath the “normal” fixed ip adress an additional, so-called “fail-over” ip. i wanted to use this second ip for a virtual machine running inside vmware. however, i had to learn that ovh doesn’t allow you to use bridging for the network interface (leads to an offline server, as the switch blocks ports with more than one mac adress associated)

so, we need to use another solution, where we assign the fail-over ip to our host-system and configure a 1:1 nat for the virtual machine. (more…)

I want to write about a little project I did at work. It’s quite a while since I did it, but I hope I remember the more important details of it =)

The goals:

  • Provide two Machines (one Server, Windows Server 2003, and a client with Windows XP)
  • The Server is a Domain Controller
  • Two setups, one with MSSQL2000 and one with MSSQL2005
    • This means, we also need two installations of Windows XP on the client
  • Everything should be resetable on boot
  • Should be easy to use

How do I achieve them? (more…)

« Prev - Next »