Bootcharting

The chart shows how the Ubuntu boot process is going on my 5 years old Thinkpad T60. Bootchart utility does such charts automatically. If you are interesting in how easy it is to enable such bootcharting read below. Installing bootchart You need bootchart and pybootchartgui apt-get install bootchart apt-get install pybootchartgui That will automatically add bootchart logger to your grub configuration. Restart your machine and look for an image file in /var/log/bootchart directory....

July 10, 2011 · 1 min · Alexander Holbreich

Git

I would like to share some thoughts on GIT because I think that was a right invention at the right time and place. (This article should be finished half year ago, right after i wrote about svn server installation, but unfortunately i haven’t found any time to finish it until now.) Motivation My first version control system (VCS) was CVS and I used it with eclipse 2.0 for programming in java....

February 26, 2011 · 5 min · Alexander Holbreich

Java EE 5 vs Java EE 6

This post visualizes changes between Java EE Standards 5 and 6. The comparison of standards is listed in four sections Web-Services, Web-Container, Enterprise Application technologies and Maintenance. Hope this helps someone. Web Service related changes Spec Java EE 5 (JSR-244) Java EE 6 (JSR-316) JSR-101 JAX-RPC v1.1 v1.1 JSR-109 Enterprise Web Services v1.2 v1.3 JSR-181 Web Service Metadata v1.0 v1.0 JSR-173 Streaming API for XML v1.0 v1.0 JSR-224 JAX-WS v2.0 v2....

January 29, 2011 · 4 min · Alexander Holbreich

Subversion on Debian Linux

Today i describe the few steps on subversion installation (with repository) on Linux debian. Also we talk about Subversion (svn) in 5 Steps + Apache Mod-DAV. Let’s start… Step 1: Install subversion If subversion is not installed, install it with: apt-get install subversion Step 2: Create repository Prepare disc location for repositories. Standard and a good palace would be /var/svn but i personally prefer /srv/svn. (What is your favorite? Why?)...

November 28, 2010 · 4 min · Alexander Holbreich

lsof command tutorial with examples

As you might already know many interesting Linux resources are modeled as files. File define a simple and well understood interface for linux tools. In this article an would like to highlight a very useful Linux tool utilizes exactly this, a lsof (aka “list open files”) command. To describe lsof in one sentence. Actually it shows all files used by some processes of a system, but it’s more interesting as it might sound....

November 25, 2010 · 4 min · Alexander Holbreich

102 Post so far

I noticed that my last post was a 101 post on this blog which is a good occasion to do some self-evaluation. I started to write here in January 2007 it’s nearly 4 years ago. You see I’m not a very productive blogger. Nevertheless, I wrote some interesting things which have attracted some people or comments. I’ve learned pretty much and I tried different themes. I think in the future I will write more and more technical stuff....

November 23, 2010 · 2 min · Alexander Holbreich

Ubuntu vs. Windows XP on my Thinkpad

Yesterday i’v installed Ubuntu (10) Linux alongside of Windows XP (SP3) on my Lenovo Thinkpad T60 (meanwhile 4 years old) Laptop. Let me stay short by observation of only a start-time of both system on the same machine in this post. Here some hardware details: Intel Core Duo (T2400 -1,83 Mghz) 1 Gb RAM 60 GB 5400rpm hard drive An here are start times on two Systems (in seconds): As we see Windows takes 1 minute from OS-Selection dialog till User-login dialog, whereas Ubuntu takes only 24 sec....

November 20, 2010 · 2 min · Alexander Holbreich

Java WebServices JSR overview

In this article I give a short overview of the important JSR of Java Community Process which defines and standardizes WebServices development with Java Platform. JSR-175 : A Metadata Facility for the Java Programming Language. Also known as Java Annotations e.g. @Deprecated or @Override. JSR-181 : Web Services Metadatata for the Java Platform. This is just a set of Annotations for using with JAX-WS WebServiceces. Think of Annotations @WebService, @WebMethod…...

October 20, 2010 · 2 min · Alexander Holbreich

Get JIRA for 10$ only

Probably most of modern IT-related people know Atlassian JIRA - issue and project tracking system. Maybe many of you know other popular tracking system like Bugzilla, GNATS, and many many others. Personally, I like JIRA last but not least because I worked many years with it and I’m impressed with a simplicity of the workflows it offers. However, this is not one post that should bring JIRA near to you. But if you know that you need it, now is best time to get it, because Atlassian started their “Get Started” Price, which now allows you to by full functional JIRA for only 10$ for ever - even with one year support....

May 25, 2010 · 2 min · Alexander Holbreich

The Queen and 11 Presidents!

Queen Elizabeth II head of the Commonwealth and daughter of George VI. She was born on 21 April 1926 and have seen lot of politics and historical acts in her life, because now she is 84! As her father dies in 1952, she become the Queen regnant an met 11 Presidents of United States till now:

March 7, 2010 · 1 min · Alexander Holbreich