IT-eye weblogs

  • RSS Medewerker weblogs

    • I forget: what’s in memory? September 2 2010
      I’ve came across an excellent post by Boris Evelson on his blog: http://blogs.forrester.com/boris_evelson/10-03-31-i_forget_whats_in_memory (thanks to @vizubi) it’s an old one, but it makes perfectly clear what are the differences between the different in memory options. Evelson makes distinction between 5 types of in memory solutions, divides the solution p […]
    • Nice Java Decompiler tool: JD August 26 2010
      In the past I used JAD to decompile java classes, but it hasn’t been updated to current java versions. So i tried the alternative suggested on the JAD wiki page: JD – Java Decompiler. It’s pretty nice: you can use the GUI to view the source code, navigate around with hyperlinks, search. You can also [...] […]
    • VMware Player: The virtual machine is busy. August 25 2010
      Lost a couple of hours trying to start a vmware image on linux. Turns out the solution was to remove /etc/vmware/not_configured as described here. Share and Enjoy: […]
    • Install VMWare tools August 20 2010
      It’s a small but simple task to install VMWare tools on your virtual machine. I used the VMware vSphere Client to connect iso of the official VMWare client software as a cdrom to the cdrom drive of the running vm. sudo mkdir /media/CD sudo mount /dev/hda /media/CD Copy the tar.gz file to a temp directory [...] […]
    • Ubuntu on Samsung Galaxy S (Android) August 17 2010
      In my previous post I showed you how to create an chroot environment for the arm and run it on your Ubuntu. But it’s much nicer to see it work on a real device or on an Android device like Samsun Galaxy S GT-I9000. To run Ubuntu on Android/Samsung you need to create an img file [...] […]
    • Creating chroot for arm on Ubuntu with rootstock August 12 2010
      Some of you may or may not be familiar with chroot, for those who are familiar with chroot good job and for those that aren’t shame on you. Just kidding please read this for some more info about chroot. Now that we all know what chroot is, maybe it could be fun to create an chroot [...] […]
    • Configure Hudson Subversion Credentials August 12 2010
      When hudson is using a secured subversion repository you need to supply the credentials for the used repository. You can enter your credentials using the following url: http://[server]:[port]/hudson/scm/SubversionSCM/enterCredential You will get a screen where you can register credentials connected to a repository […]
    • Getting started with Hudson August 11 2010
      To get started with hudson you need to download the latest hudson version Winstone is included in the war file so with a single command you can start hudson set HUDSON_HOME=D:\workspace\BuildServer\hudson_home set JAVA_OPTS=-XX:PermSize=50m -XX:MaxPermSize=100m -Xms64m -Xmx128m java -DHUDSON_HOME=%HUDSON_HOME% -jar hudson.war --httpPort=8081 […]
    • Include integration tests in maven build with TestNG August 5 2010
      To execute integration tests you can use testNG an other test framwork bases on junit framework. Test Suite Just create a simple testNG suite defined in a XML format: […]
    • Chromium and the HTML5 video (Youtube) July 26 2010
      If you are like me and are using chromium (dev channel) instead of chrome you may have noticed that playing HTML5 video from youtube or others is not working. That is because the default chromium ships with free codecs only. So to fix this problem do the following. With your chromium try to watch this movie: http://www.youtube.com/watch?v=siOHh0uzcuY If [... […]
#