by Crudcomic
Posts By: shuron
qemu-kvm introduction
This is short but intensive QEMU-KVM tutorial KVM Introduction Kernel-based Virtual Machine (KVM) is a virtualization solution for the Linux kernel. KVM is a part of the Linux Kernel since version 2.6.20 (Feb. 2007). Also KVM requires a processor with hardware virtualization extension, which is meanwhile present on most desktop and server processors. Future Kernel… Read more »
LinkedIn switches to Play!
There are more and more interesting news comming from “modern” Java framweworks these days. Even Big Player LinkedIn switches more and more to Play!. What do you think about? What is your experince with Play! in big projects?
Installation and Configuration of Sonatype Nexus
There are many people who use or Ant for years but do no use a repository manager like Nexus or Artifactory. Maybe initial step is something everyone need to overcome.This article describes how you can setup and get running your Nexus – an Artifact Repository Manager. Let’s begin with short motivation Motivation In my i… Read more »
Basic Concepts of Apache Maven
My last article on maven described . This article covers basic concepts of maven self. Introduction Maven is a project management framework (or tool). This definition is quite abstract and don’t justifies the richness and complexity of Maven. It turns out often it’s not easy to describe software tools. So the idea of Software is… Read more »
Switched to new Theme
Hello out there, actually I do some upgrades of my blog. Shortly i switched to (and ). And yesterday I changed the WP-Theme, finally i’ve changed categories a bit and hope google will not go crazy The new theme is an addoption of wpbs and is also awailable on github. Is bases on Twitter Bootstrap… Read more »
Short Apache Maven Installation
This article provides step by step tutorial of Apache Maven installation. The tutorial uses linux but can be easy reproduced on windows or mac. Motivation Apache Maven is Software Project Management and Configuration tool. Through it’s bride acceptance in the java-developer community it introduces some kind of unification and standardisation in a structure of java… Read more »
Upgrading to Livefyre 3.52
In my last post i’ve introduced new comment system WordPress Plugin from Livefyre. Now here is the latest version of it. The latest version seems to bring all the features i mentioned there. Compare Livefyre WP Plugin v3.17 to Livefyre WP Plugin v3.52 (Can be dowloaded here.) Now many of new features have to be enabled. Please… Read more »
Switching commenting system to Livefyre
As you might have already noticed, i switched my commenting system to Livefyre. If i got it right it’s relative new but it seems to better for my needs than well established Disqus commenting system. Disqus gained popularity in last two or three years and I tried Disqus some time ago too, but didn’t liked it’s… Read more »
Introduction to Apache Camel
Apache Camel is a versatile open-source integration framework based on known Enterprise Integration Patterns. I thing this is enough to decide whether to read or not to read this article. If you thing lightweight Integration framework could be something interesting but you need further readingo to decide, so maybe the shortest path is to look… Read more »
OSGi Bundles: Declarative Services
This post covers some basic OSGi concepts. Also i’ll present a Tycho buildable example of service definition in declarative approach. Next article will cover OSGi Blueprint DI container. Also look here for more complex tycho example. Why modules Breaking a system in modules is a very important architectural task or even a methodology. Remember the… Read more »