Entropy is not what it used to be.

  • Drum n bass song, or “going wild with Reason”

    Ages ago, I installed Reason and have been playing a bit with it. Few days ago was actually the first time I created something relatively complete. It contains a sample of Public Enemy’s “By The Time I Get To Arizona”. You can download it here Feel free to leave any comments for it.

  • How to shrink Microsoft SQL log files

    When having Microsoft SQL databases, its log files can grow quite a bit, potentially slow down the database server and eat up disk space. To shrink a database, one can run the following line: EXEC D_ShrinkDBLogs 0,100,1000,’with truncate_only’,’DB_NAME’ (change DB_NAME with the database’s name) To shrink all databases, one can use “sp_MSforeachdb” which is an…

  • Debian won’t boot on BL465 server

    When installing Debian on a HP BL465 server, we sometimes run into the problems that after installing, GRUB won’t boot up anymore. First off, it’s not a Debian specific problem, we had this problem with other Linux distributions also, but decided to standardize on Debian across the organization. Installing to the MBR fails, and you…

  • Reverse proxy for sharepoint on Linux using HAProxy

    At Nakheel, we needed to load balance a new sharepoint instance. Our new sharepoint is single sign on, and was running on 2 web servers which needed to be load balanced. We played around with Apache for a while, and it’s awesome proxy balancer, but it gave us the problem that it was always asking…

  • Blackberry 6 sneak peak?

    Eh? I mean, seriously.

  • Changing NSClient++ configurations in bulk

    At work, we started using Nagios to monitor the hosts and their services for any issues, so we can, proactively, take actions when we see trouble coming (hard disk that fills up rapidly, restarting services, etc). Recently we change the Nagios host to another IP address and found ourselves having to change a few dozen…

  • Change the ILO server name under Linux

    At work, we have a lot of HP Blade servers, and manage these through HP Onboard Administrator. By default, the server names are adapted from the Windows hostname, due to HP Insight Management agent tools. When running Linux, there doesn’t seem to be a option, or at least I couldn’t find one. While questioned a…

  • RIM scaling problems? Or just chain IM’s?

    I received from several BlackBerry IM contacts the following message: Hello, greetings from RIM (Research In Motion) proprietors of BlackBerry. This message is to inform all of our users, that our servers have recently been really full, so we are asking for your help to fix this problem. We need our active users to re-send…

  • VoIP unblocked in the UAE, the UAE way.

    All hail, newspapers and radio’s stated that VoIP calls are now allowed in the UAE, but.. -and there’s a catch always- only “through licensed operators”. In layman terms, VoIP calls will be billed and the prices will be set by those operators. So we’d have to wait and see if there will be big savings…

  • Microsoft Virtual Server 2005 – network trouble?

    Hi all, In our intranet development environment we run Microsoft Virtual Server, it was setup by the consultants who developed our Intranet’s first phase. Now, the second phase is about the start, we dusted off those servers and found out that the virtual machines all had no network adapters installed anymore. After cursing, and making…

Got any book recommendations?